diff --git a/src/Functions/Functions.Autorest/README.md b/src/Functions/Functions.Autorest/README.md
index c613df53bd0e..42a47a7608dc 100644
--- a/src/Functions/Functions.Autorest/README.md
+++ b/src/Functions/Functions.Autorest/README.md
@@ -3,6 +3,9 @@
This directory contains the PowerShell module for the Functions service.
---
+## Status
+[](https://www.powershellgallery.com/packages/Az.Functions/)
+
## Info
- Modifiable: yes
- Generated: all
@@ -108,6 +111,7 @@ metadata:
functionsToExport:
- Get-AzFunctionApp
- Get-AzFunctionAppAvailableLocation
+ - Get-AzFunctionAppFlexConsumptionRuntime
- Get-AzFunctionAppPlan
- Get-AzFunctionAppSetting
- New-AzFunctionApp
diff --git a/src/Functions/Functions.Autorest/custom/Functions.format.ps1xml b/src/Functions/Functions.Autorest/custom/Functions.format.ps1xml
index bb2aa1097aa5..aa2dab05bdc3 100644
--- a/src/Functions/Functions.Autorest/custom/Functions.format.ps1xml
+++ b/src/Functions/Functions.Autorest/custom/Functions.format.ps1xml
@@ -63,5 +63,34 @@
+
+ FunctionAppFlexConsumptionRuntimeTableView
+
+ Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionAppFlexConsumptionRuntime
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+ Version
+ IsDefault
+
+ EndOfLifeDate
+ {0:d}
+
+ Sku
+
+
+
+
+
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStack/functionAppStacks.json b/src/Functions/Functions.Autorest/custom/FunctionsStack/functionAppStacks.json
index 5f67732eac8b..c2cd0d0b0ef9 100644
--- a/src/Functions/Functions.Autorest/custom/FunctionsStack/functionAppStacks.json
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStack/functionAppStacks.json
@@ -8,6 +8,84 @@
"value": "dotnet",
"preferredOs": "windows",
"majorVersions": [
+ {
+ "displayText": ".NET 10 Isolated",
+ "value": "dotnet10isolated",
+ "minorVersions": [
+ {
+ "displayText": ".NET 10 Isolated",
+ "value": "10 (LTS), isolated worker model",
+ "stackSettings": {
+ "windowsRuntimeSettings": {
+ "runtimeVersion": "v10.0",
+ "isPreview": true,
+ "isDefault": false,
+ "isHidden": false,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "10.0.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
+ "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "netFrameworkVersion": "v10.0"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": false
+ }
+ ],
+ "endOfLifeDate": "Fri Nov 10 2028 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ },
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "DOTNET-ISOLATED|10.0",
+ "isPreview": true,
+ "isDefault": false,
+ "isHidden": false,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "10.0.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
+ "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "DOTNET-ISOLATED|10.0"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": false
+ }
+ ],
+ "endOfLifeDate": "Fri Nov 10 2028 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ },
{
"displayText": ".NET 9 Isolated",
"value": "dotnet9isolated",
@@ -607,11 +685,11 @@
"minorVersions": [
{
"displayText": "Node.js 22",
- "value": "22",
+ "value": "22 LTS",
"stackSettings": {
"windowsRuntimeSettings": {
"runtimeVersion": "~22",
- "isPreview": true,
+ "isDefault": true,
"remoteDebuggingSupported": false,
"appInsightsSettings": {
"isSupported": true
@@ -684,7 +762,6 @@
"stackSettings": {
"windowsRuntimeSettings": {
"runtimeVersion": "~20",
- "isDefault": true,
"remoteDebuggingSupported": false,
"appInsightsSettings": {
"isSupported": true
@@ -833,6 +910,44 @@
"displayText": "Python 3",
"value": "3",
"minorVersions": [
+ {
+ "displayText": "Python 3.13",
+ "value": "3.13",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Python|3.13",
+ "remoteDebuggingSupported": false,
+ "isPreview": true,
+ "isDefault": false,
+ "isHidden": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "3.13"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "python"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Python|3.13"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "endOfLifeDate": "Wed Oct 31 2029 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ },
{
"displayText": "Python 3.12",
"value": "3.12",
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/custom.json b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/custom.json
new file mode 100644
index 000000000000..97a1c8b0410a
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/custom.json
@@ -0,0 +1,104 @@
+{
+ "id": null,
+ "name": "custom",
+ "type": "Microsoft.Web/locations/functionAppStacks?stackOsType=All",
+ "location": "eastasia",
+ "properties": {
+ "displayText": "Custom Handler",
+ "value": "custom",
+ "preferredOs": "windows",
+ "majorVersions": [
+ {
+ "displayText": "Custom Handler",
+ "value": "custom",
+ "minorVersions": [
+ {
+ "displayText": "Custom Handler",
+ "value": "custom",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "",
+ "isPreview": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "remoteDebuggingSupported": false,
+ "gitHubActionSettings": {
+ "isSupported": false
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "custom"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": ""
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4",
+ "~3",
+ "~2"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ },
+ {
+ "version": "~3",
+ "isDeprecated": true,
+ "isDefault": false
+ },
+ {
+ "version": "~2",
+ "isDeprecated": true,
+ "isDefault": false
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "custom",
+ "version": "1.0"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/dotnet.json b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/dotnet.json
new file mode 100644
index 000000000000..2c73cc307168
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/dotnet.json
@@ -0,0 +1,259 @@
+{
+ "id": null,
+ "name": "dotnet",
+ "type": "Microsoft.Web/locations/functionAppStacks?stackOsType=All",
+ "location": "eastasia",
+ "properties": {
+ "displayText": ".NET",
+ "value": "dotnet",
+ "preferredOs": "windows",
+ "majorVersions": [
+ {
+ "displayText": ".NET 10 Isolated (Preview)",
+ "value": "dotnet10isolated",
+ "minorVersions": [
+ {
+ "displayText": ".NET 10 Isolated (Preview)",
+ "value": "10 (LTS), isolated worker model (Preview)",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "DOTNET-ISOLATED|10.0",
+ "isPreview": false,
+ "isDefault": false,
+ "isHidden": false,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "10.0.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
+ "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "DOTNET-ISOLATED|10.0"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": false
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "dotnet-isolated",
+ "version": "10.0"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Fri Nov 10 2028 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "displayText": ".NET 9 Isolated",
+ "value": "dotnet9isolated",
+ "minorVersions": [
+ {
+ "displayText": ".NET 9 Isolated",
+ "value": "9 (STS), isolated worker model",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "DOTNET-ISOLATED|9.0",
+ "isDefault": false,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "9.0.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
+ "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "DOTNET-ISOLATED|9.0"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": false
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "dotnet-isolated",
+ "version": "9.0"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Tue May 12 2026 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "displayText": ".NET 8 Isolated",
+ "value": "dotnet8isolated",
+ "minorVersions": [
+ {
+ "displayText": ".NET 8 Isolated",
+ "value": "8 (LTS), isolated worker model",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "DOTNET-ISOLATED|8.0",
+ "isHidden": false,
+ "isDefault": true,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "8.0.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
+ "WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED": "1"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "DOTNET-ISOLATED|8.0"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "dotnet-isolated",
+ "version": "8.0"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Tue Nov 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/java.json b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/java.json
new file mode 100644
index 000000000000..eac6e195142c
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/java.json
@@ -0,0 +1,181 @@
+{
+ "id": null,
+ "name": "java",
+ "type": "Microsoft.Web/locations/functionAppStacks?stackOsType=All",
+ "location": "eastasia",
+ "properties": {
+ "displayText": "Java",
+ "value": "java",
+ "preferredOs": "windows",
+ "majorVersions": [
+ {
+ "displayText": "Java 21",
+ "value": "21",
+ "minorVersions": [
+ {
+ "displayText": "Java 21",
+ "value": "21.0",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Java|21",
+ "isPreview": false,
+ "isHidden": false,
+ "isAutoUpdate": true,
+ "isDefault": false,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "21"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "java"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Java|21"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "java",
+ "version": "21"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Fri Sep 01 2028 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "displayText": "Java 17",
+ "value": "17",
+ "minorVersions": [
+ {
+ "displayText": "Java 17",
+ "value": "17.0",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Java|17",
+ "isPreview": false,
+ "isHidden": false,
+ "isAutoUpdate": true,
+ "isDefault": true,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "17"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "java"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Java|17"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "java",
+ "version": "17"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Wed Sep 01 2027 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/node.json b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/node.json
new file mode 100644
index 000000000000..da37ac4ebc41
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/node.json
@@ -0,0 +1,174 @@
+{
+ "id": null,
+ "name": "node",
+ "type": "Microsoft.Web/locations/functionAppStacks?stackOsType=All",
+ "location": "eastasia",
+ "properties": {
+ "displayText": "Node.js",
+ "value": "node",
+ "preferredOs": "windows",
+ "majorVersions": [
+ {
+ "displayText": "Node.js 22",
+ "value": "22",
+ "minorVersions": [
+ {
+ "displayText": "Node.js 22",
+ "value": "22 LTS",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Node|22",
+ "isDefault": true,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "22.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "node"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Node|22"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "node",
+ "version": "22"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Fri Apr 30 2027 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ },
+ {
+ "displayText": "Node.js 20",
+ "value": "20",
+ "minorVersions": [
+ {
+ "displayText": "Node.js 20 LTS",
+ "value": "20 LTS",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Node|20",
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "20.x"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "node"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Node|20"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "node",
+ "version": "20"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Thu Apr 30 2026 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/powershell.json b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/powershell.json
new file mode 100644
index 000000000000..146f0754e8f7
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/powershell.json
@@ -0,0 +1,95 @@
+{
+ "id": null,
+ "name": "powershell",
+ "type": "Microsoft.Web/locations/functionAppStacks?stackOsType=All",
+ "location": "eastasia",
+ "properties": {
+ "displayText": "PowerShell Core",
+ "value": "powershell",
+ "preferredOs": "windows",
+ "majorVersions": [
+ {
+ "displayText": "PowerShell 7",
+ "value": "7",
+ "minorVersions": [
+ {
+ "displayText": "PowerShell 7.4",
+ "value": "7.4",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "PowerShell|7.4",
+ "isDefault": true,
+ "isPreview": false,
+ "isHidden": false,
+ "remoteDebuggingSupported": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "powershell"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "PowerShell|7.4"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "powershell",
+ "version": "7.4"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Tue Nov 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/python.json b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/python.json
new file mode 100644
index 000000000000..f823fcabc493
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/FunctionsStackFlexData/EastAsia/python.json
@@ -0,0 +1,324 @@
+{
+ "id": null,
+ "name": "python",
+ "type": "Microsoft.Web/locations/functionAppStacks?stackOsType=All",
+ "location": "eastasia",
+ "properties": {
+ "displayText": "Python",
+ "value": "python",
+ "preferredOs": "linux",
+ "majorVersions": [
+ {
+ "displayText": "Python 3",
+ "value": "3",
+ "minorVersions": [
+ {
+ "displayText": "Python 3.13",
+ "value": "3.13",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Python|3.13",
+ "remoteDebuggingSupported": false,
+ "isPreview": true,
+ "isDefault": false,
+ "isHidden": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "3.13"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "python"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Python|3.13"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "python",
+ "version": "3.13"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Wed Oct 31 2029 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ },
+ {
+ "displayText": "Python 3.12",
+ "value": "3.12",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Python|3.12",
+ "remoteDebuggingSupported": false,
+ "isPreview": false,
+ "isDefault": true,
+ "isHidden": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "3.12"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "python"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Python|3.12"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "python",
+ "version": "3.12"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Tue Oct 31 2028 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ },
+ {
+ "displayText": "Python 3.11",
+ "value": "3.11",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Python|3.11",
+ "remoteDebuggingSupported": false,
+ "isPreview": false,
+ "isDefault": true,
+ "isHidden": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "3.11"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "python"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Python|3.11"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "python",
+ "version": "3.11"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Sun Oct 31 2027 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ },
+ {
+ "displayText": "Python 3.10",
+ "value": "3.10",
+ "stackSettings": {
+ "linuxRuntimeSettings": {
+ "runtimeVersion": "Python|3.10",
+ "remoteDebuggingSupported": false,
+ "isPreview": false,
+ "isDefault": true,
+ "isHidden": false,
+ "appInsightsSettings": {
+ "isSupported": true
+ },
+ "gitHubActionSettings": {
+ "isSupported": true,
+ "supportedVersion": "3.10"
+ },
+ "appSettingsDictionary": {
+ "FUNCTIONS_WORKER_RUNTIME": "python"
+ },
+ "siteConfigPropertiesDictionary": {
+ "use32BitWorkerProcess": false,
+ "linuxFxVersion": "Python|3.10"
+ },
+ "supportedFunctionsExtensionVersions": [
+ "~4"
+ ],
+ "supportedFunctionsExtensionVersionsInfo": [
+ {
+ "version": "~4",
+ "isDeprecated": false,
+ "isDefault": true
+ }
+ ],
+ "Sku": [
+ {
+ "skuCode": "Y1"
+ },
+ {
+ "skuCode": "Dedicated"
+ },
+ {
+ "skuCode": "ElasticPremium"
+ },
+ {
+ "skuCode": "FC1",
+ "instanceMemoryMB": [
+ {
+ "size": "512",
+ "isDefault": false
+ },
+ {
+ "size": "2048",
+ "isDefault": true
+ },
+ {
+ "size": "4096",
+ "isDefault": false
+ }
+ ],
+ "maximumInstanceCount": {
+ "lowestMaximumInstanceCount": 40,
+ "highestMaximumInstanceCount": 1000,
+ "defaultValue": 100
+ },
+ "functionAppConfigProperties": {
+ "runtime": {
+ "name": "python",
+ "version": "3.10"
+ }
+ }
+ }
+ ],
+ "endOfLifeDate": "Sat Oct 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)"
+ }
+ }
+ }
+ ]
+ }
+ ]
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppAvailableLocation.ps1 b/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppAvailableLocation.ps1
index 510a7c12f059..be85c93f035a 100644
--- a/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppAvailableLocation.ps1
+++ b/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppAvailableLocation.ps1
@@ -14,16 +14,20 @@ function Get-AzFunctionAppAvailableLocation {
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.AvailablePlanType])]
[ValidateNotNullOrEmpty()]
[System.String]
- # Plan type (Consumption or Premium)
+ [ValidateSet("Consumption", "FlexConsumption", "Premium")]
${PlanType},
[Parameter(HelpMessage='The OS type for the service plan.')]
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.WorkerType])]
[ValidateNotNullOrEmpty()]
[System.String]
- # OS type (Linux or Windows)
+ [ValidateSet("Linux", "Windows")]
${OSType},
+ [Parameter(HelpMessage='Filter the list to return only locations which support zone redundancy.')]
+ [System.Management.Automation.SwitchParameter]
+ ${ZoneRedundant},
+
[Parameter(HelpMessage=' The credentials, account, tenant, and subscription used for communication with Azure.')]
[Alias('AzureRMContext', 'AzureCredential')]
[ValidateNotNull()]
@@ -78,7 +82,8 @@ function Get-AzFunctionAppAvailableLocation {
# Remove bound parameters from the dictionary that cannot be process by the intenal cmdlets
$paramsToRemove = @(
"OSType",
- "PlanType"
+ "PlanType",
+ "ZoneRedundant"
)
foreach ($paramName in $paramsToRemove)
{
@@ -88,21 +93,22 @@ function Get-AzFunctionAppAvailableLocation {
}
}
- # Set default values for PlanType and OSType
+ # Set default PlanType to Premium if not specified
if (-not $PlanType)
{
$PlanType = "Premium"
Write-Verbose "PlanType not specified. Setting default PlanType to '$PlanType'." -Verbose
}
- if (-not $OSType)
+ # Set default OSType to Windows if not specified
+ if (($PlanType -ne 'FlexConsumption') -and (-not $OSType))
{
$OSType = "Windows"
Write-Verbose "OSType not specified. Setting default OSType to '$OSType'." -Verbose
}
# Set Linux flag
- if ($OSType -eq "Linux")
+ if (($PlanType -ne 'FlexConsumption') -and ($OSType -eq "Linux"))
{
$PSBoundParameters.Add("LinuxWorkersEnabled", $true) | Out-Null
}
@@ -116,11 +122,50 @@ function Get-AzFunctionAppAvailableLocation {
{
$PSBoundParameters.Add("Sku", 'Dynamic') | Out-Null
}
+ elseif ($PlanType -eq "FlexConsumption")
+ {
+ $PSBoundParameters.Add("Sku", 'FlexConsumption') | Out-Null
+ }
else
{
- throw "Unknown PlanType '$PlanType'"
+ $errorMessage = "PlanType '$PlanType' not supported. Valid inputs: Consumption, Premium, or FlexConsumption."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "PlanTypeNotSupported" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # FlexConsumption is only supported on Linux
+ if (($PlanType -eq 'FlexConsumption') -and ($OSType -eq 'Windows'))
+ {
+ $errorMessage = "FlexConsumption plan type is only supported on Linux OS type."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "FlexConsumptionIsOnlySupportedOnLinux" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ if ($ZoneRedundant.IsPresent -and ($PlanType -ne 'FlexConsumption'))
+ {
+ $errorMessage = "ZoneRedundant parameter is only applicable for FlexConsumption plan type."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "ZoneRedundantIsOnlyApplicableForFlexConsumption" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
}
- Az.Functions.internal\Get-AzFunctionAppAvailableLocation @PSBoundParameters
+ $regions = Az.Functions.internal\Get-AzFunctionAppAvailableLocation @PSBoundParameters
+
+ if ($ZoneRedundant.IsPresent -and ($PlanType -eq 'FlexConsumption'))
+ {
+ $regions | ForEach-Object { if ($_.OrgDomain -match "FCZONEREDUNDANCY") { $_ }}
+ }
+ else
+ {
+ $regions
+ }
}
}
diff --git a/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppFlexConsumptionRuntime.ps1 b/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppFlexConsumptionRuntime.ps1
new file mode 100644
index 000000000000..5cb18965487d
--- /dev/null
+++ b/src/Functions/Functions.Autorest/custom/Get-AzFunctionAppFlexConsumptionRuntime.ps1
@@ -0,0 +1,60 @@
+function Get-AzFunctionAppFlexConsumptionRuntime {
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.Description('Gets the Flex Consumption function app runtimes supported at the specified location.')]
+ [CmdletBinding(DefaultParameterSetName='AllRuntimes')]
+ param(
+ [Parameter(ParameterSetName='AllRuntimes', Mandatory=$true, HelpMessage='The location where Flex Consumption function apps are supported.')]
+ [Parameter(ParameterSetName='AllVersions', Mandatory=$true)]
+ [Parameter(ParameterSetName='ByVersion', Mandatory=$true)]
+ [Parameter(ParameterSetName='DefaultOrLatest', Mandatory=$true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${Location},
+
+ [Parameter(ParameterSetName='ByVersion', Mandatory=$true, HelpMessage='The Flex Consumption function app runtime.')]
+ [Parameter(ParameterSetName='AllVersions', Mandatory=$true)]
+ [Parameter(ParameterSetName='DefaultOrLatest', Mandatory=$true)]
+ [ValidateSet("DotNet-Isolated", "Node", "Java", "PowerShell", "Python", "Custom")]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${Runtime},
+
+ [Parameter(ParameterSetName='ByVersion', Mandatory=$true, HelpMessage='The function app runtime version.')]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${Version},
+
+ [Parameter(ParameterSetName='DefaultOrLatest', Mandatory=$true, HelpMessage='Get the default or latest version of the specified runtime.')]
+ [switch]
+ $DefaultOrLatest
+ )
+
+ process {
+
+ RegisterFunctionsTabCompleters
+
+ # Validate Flex Consumption location
+ Validate-FlexConsumptionLocation -Location $Location
+
+ switch ($PSCmdlet.ParameterSetName) {
+ 'AllRuntimes' {
+ # Return all runtimes
+ foreach ($runtimeName in $FlexConsumptionSupportedRuntimes)
+ {
+ Get-FlexFunctionAppRuntime -Location $Location -Runtime $runtimeName
+ }
+ }
+ 'AllVersions' {
+ # Return all versions for the specified runtime
+ Get-FlexFunctionAppRuntime -Location $Location -Runtime $Runtime
+ }
+ 'ByVersion' {
+ # Return specific version
+ Get-FlexFunctionAppRuntime -Location $Location -Runtime $Runtime -Version $Version
+ }
+ 'DefaultOrLatest' {
+ # Return default/latest version
+ Get-FlexFunctionAppRuntime -Location $Location -Runtime $Runtime -DefaultOrLatest:$true
+ }
+ }
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/HelperFunctions.ps1 b/src/Functions/Functions.Autorest/custom/HelperFunctions.ps1
index 3e3b7a6f93b7..517818fedaf6 100644
--- a/src/Functions/Functions.Autorest/custom/HelperFunctions.ps1
+++ b/src/Functions/Functions.Autorest/custom/HelperFunctions.ps1
@@ -1,7 +1,7 @@
# Load Az.Functions module constants
$constants = @{}
$constants["AllowedStorageTypes"] = @('Standard_GRS', 'Standard_RAGRS', 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS', 'Standard_GZRS')
-$constants["RequiredStorageEndpoints"] = @('PrimaryEndpointFile', 'PrimaryEndpointQueue', 'PrimaryEndpointTable')
+$constants["RequiredStorageEndpoints"] = @('PrimaryEndpointBlob', 'PrimaryEndpointFile', 'PrimaryEndpointQueue', 'PrimaryEndpointTable')
$constants["DefaultFunctionsVersion"] = '4'
$constants["RuntimeToFormattedName"] = @{
'dotnet' = 'DotNet'
@@ -41,6 +41,7 @@ $constants["ReservedFunctionAppSettingNames"] = @(
$constants["SetDefaultValueParameterWarningMessage"] = "This default value is subject to change over time. Please set this value explicitly to ensure the behavior is not accidentally impacted by future changes."
$constants["DEBUG_PREFIX"] = '[Stacks API] - '
$constants["DefaultCentauriImage"] = 'mcr.microsoft.com/azure-functions/dotnet8-quickstart-demo:1.0'
+$constants["FlexConsumptionSupportedRuntimes"] = @('DotNet-Isolated', 'Custom', 'Node', 'Python', 'Java', 'PowerShell')
foreach ($variableName in $constants.Keys)
{
@@ -97,7 +98,7 @@ function GetConnectionString
-ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
-Exception $exception
}
-
+
$skuName = $storageAccountInfo.SkuName
if (-not ($AllowedStorageTypes -contains $skuName))
{
@@ -493,7 +494,7 @@ function AddFunctionAppSettings
$App.AppServicePlan = ($App.ServerFarmId -split "/")[-1]
}
- $App.OSType = if ($App.kind.ToString() -match "linux"){ "Linux" } else { "Windows" }
+ $App.OSType = if ($App.kind.ToString() -match "linux" -or $App.Reserved){ "Linux" } else { "Windows" }
if ($App.Type -eq "Microsoft.Web/sites/slots")
{
@@ -541,7 +542,17 @@ function AddFunctionAppSettings
# Add application settings and runtime
$App.ApplicationSettings = ConvertWebAppApplicationSettingToHashtable -ApplicationSetting $settings -RedactAppSettings
- $App.Runtime = GetRuntime -Settings $settings -AppKind $App.kind
+
+ # Add runtime
+ $theRuntimeName = [string]$App.RuntimeName
+ $App.Runtime = if ((-not [string]::IsNullOrEmpty($theRuntimeName)) -and ($RuntimeToFormattedName.ContainsKey($theRuntimeName)))
+ {
+ $RuntimeToFormattedName[$theRuntimeName]
+ }
+ else
+ {
+ GetRuntime -Settings $settings -AppKind $App.kind
+ }
# Get the app site config
$config = GetAzWebAppConfig -Name $App.Name -ResourceGroupName $App.ResourceGroup @PSBoundParameters
@@ -729,26 +740,34 @@ function GetFunctionAppPlans
Write-Progress -Activity $activityName -Status "Completed" -Completed
}
-function ValidateFunctionName
+function ValidateFunctionAppNameAvailability
{
[Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
param
(
- [Parameter(Mandatory=$true)]
- [ValidateNotNullOrEmpty()]
[System.String]
$Name,
-
$SubscriptionId,
$HttpPipelineAppend,
$HttpPipelinePrepend
)
- $result = Az.Functions.internal\Test-AzNameAvailability -Type Site @PSBoundParameters
+ # Check if the function app name is available
+ if ([string]::IsNullOrEmpty($Name))
+ {
+ $errorMessage = "Function app name cannot be null or empty."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "FunctionAppNameIsNullOrEmpty" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ $result = Az.Functions.internal\Test-AzNameAvailability -Name $Name -Type Site @PSBoundParameters
if (-not $result.NameAvailable)
{
- $errorMessage = "Function name '$Name' is not available. Please try a different name."
+ $errorMessage = "Function app name '$Name' is not available. Please try a different name."
$exception = [System.InvalidOperationException]::New($errorMessage)
ThrowTerminatingError -ErrorId "FunctionAppNameIsNotAvailable" `
-ErrorMessage $errorMessage `
@@ -1086,32 +1105,14 @@ function GetStackDefinitionForRuntime
if ($runtimeJsonDefinition.EndOfLifeDate)
{
- $today = Get-Today
- $sixMonthsFromToday = (Get-Today).AddMonths(6)
- $endOfLifeDate = $runtimeJsonDefinition.EndOfLifeDate
- $formattedEOLDate = ([DateTime]$endOfLifeDate).ToString("MMMM dd yyyy")
-
$defaultRuntimeVersion = GetDefaultOrLatestRuntimeVersion -SupportedRuntimes $supportedRuntimes `
-Runtime $Runtime `
-FunctionsExtensionVersion $functionsExtensionVersion
- if ($endOfLifeDate -le $today)
- {
- $errorMsg = "Use $Runtime $defaultRuntimeVersion as $Runtime $RuntimeVersion has reached end-of-life "
- $errorMsg += "on $formattedEOLDate and is no longer supported. Learn more: aka.ms/FunctionsStackUpgrade."
-
- $exception = [System.InvalidOperationException]::New($errorMsg)
- ThrowTerminatingError -ErrorId "RuntimeVersionEndOfLife" `
- -ErrorMessage $errorMsg `
- -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
- -Exception $exception
- }
- elseif ($endOfLifeDate -lt $sixMonthsFromToday)
- {
- $warningMsg = "Use $Runtime $defaultRuntimeVersion as $Runtime $RuntimeVersion will reach end-of-life on $formattedEOLDate"
- $warningMsg += " and will no longer be supported. Learn more: aka.ms/FunctionsStackUpgrade."
- Write-Warning $warningMsg
- }
+ Validate-EndOfLifeDate -EndOfLifeDate $runtimeJsonDefinition.EndOfLifeDate `
+ -Runtime $Runtime `
+ -RuntimeVersion $RuntimeVersion `
+ -DefaultRuntimeVersion $defaultRuntimeVersion
}
return $runtimeJsonDefinition
@@ -1775,9 +1776,9 @@ function GetBuiltInFunctionAppStacksDefinition
if (-not $DoNotShowWarning)
{
- $warmingMessage = "Failed to get Function App Stack definitions from ARM API. "
- $warmingMessage += "Please open an issue at https://github.com/Azure/azure-powershell/issues with the following title: "
- $warmingMessage += "[Az.Functions] Failed to get Function App Stack definitions from ARM API."
+ $warmingMessage = "Failed to retrieve Function App stack definitions from the ARM API. "
+ $warmingMessage += "Please open an issue at https://github.com/Azure/azure-powershell/issues, including the region, and use the following title: "
+ $warmingMessage += "[Az.Functions] Failed to retrieve Function App stack definitions from ARM API."
Write-Warning $warmingMessage
}
@@ -1792,13 +1793,28 @@ function GetBuiltInFunctionAppStacksDefinition
function GetFunctionAppStackDefinition
{
[Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
- param ()
+ param (
+ [Parameter(Mandatory=$false)]
+ [ValidateSet("PremiumAndConsumption", "FlexConsumption")]
+ $StackType = "PremiumAndConsumption",
+
+ [Parameter(Mandatory=$false)]
+ [System.String]
+ $Location,
+
+ [Parameter(Mandatory=$false)]
+ [System.String]
+ $Runtime
+ )
if ($env:FunctionsTestMode -or ($null -ne $env:SYSTEM_DEFINITIONID -or $null -ne $env:Release_DefinitionId -or $null -ne $env:AZUREPS_HOST_ENVIRONMENT))
{
- Write-Debug "$DEBUG_PREFIX Running on test mode. Using built in json file definition."
- $json = GetBuiltInFunctionAppStacksDefinition -DoNotShowWarning
- return $json
+ if ($StackType -eq "PremiumAndConsumption")
+ {
+ Write-Debug "$DEBUG_PREFIX Running on test mode. Using built in json file definition."
+ $json = GetBuiltInFunctionAppStacksDefinition -DoNotShowWarning
+ return $json
+ }
}
# Make sure there is an active Azure session
@@ -1829,16 +1845,39 @@ function GetFunctionAppStackDefinition
Write-Debug "$DEBUG_PREFIX Get AccessToken."
$token = . "$PSScriptRoot/../utils/Unprotect-SecureString.ps1" (Get-AzAccessToken -AsSecureString).Token
+
$headers = @{
Authorization="Bearer $token"
}
- $params = @{
- stackOsType = 'All'
- removeDeprecatedStacks = 'true'
+ $apiEndPoint = $null
+ $params = @{}
+ $apiVersion = '2020-10-01'
+
+ if ($StackType -eq "PremiumAndConsumption")
+ {
+ $params = @{
+ stackOsType = 'All'
+ removeDeprecatedStacks = 'true'
+ }
+
+ $apiEndPoint = $resourceManagerUrl + "providers/Microsoft.Web/functionAppStacks?api-version={0}" -f $apiVersion
+ }
+ elseif ($StackType -eq "FlexConsumption")
+ {
+ $removeHiddenStacks = if ($env:FunctionsTestMode) { $false } else { $true }
+ $removeDeprecatedStacks = $true
+
+ $apiEndPoint = $resourceManagerUrl +
+ "providers/Microsoft.Web/locations/{0}/functionAppStacks?api-version={1}&removeHiddenStacks={2}&removeDeprecatedStacks={3}&stack={4}&sku=FC1" -f `
+ $Location,
+ $apiVersion,
+ $removeHiddenStacks.ToString().ToLower(),
+ $removeDeprecatedStacks.ToString().ToLower(),
+ $Runtime.ToString().ToLower()
}
- $apiEndPoint = $resourceManagerUrl + "providers/Microsoft.Web/functionAppStacks?api-version=2020-10-01"
+ Write-Debug "$DEBUG_PREFIX Target API endpoint: $apiEndPoint"
$maxNumberOfTries = 3
$currentCount = 1
@@ -1851,8 +1890,15 @@ function GetFunctionAppStackDefinition
$result = $null
try
{
- Write-Debug "$DEBUG_PREFIX Pull down Function App Stack definitions from ARM API. Attempt $currentCount of $maxNumberOfTries."
- $result = Invoke-WebRequest -Uri $apiEndPoint -Method Get -Headers $headers -body $params -ErrorAction Stop
+ Write-Debug "$DEBUG_PREFIX Get Function App Stack definitions from ARM API. Attempt $currentCount of $maxNumberOfTries."
+ if ($StackType -eq "FlexConsumption")
+ {
+ $result = Invoke-WebRequest -Uri $apiEndPoint -Method Get -Headers $headers -ErrorAction Stop
+ }
+ else
+ {
+ $result = Invoke-WebRequest -Uri $apiEndPoint -Method Get -Headers $headers -body $params -ErrorAction Stop
+ }
}
catch
{
@@ -1885,11 +1931,13 @@ function GetFunctionAppStackDefinition
} while ($currentCount -le $maxNumberOfTries)
-
- # At this point, we failed to get the stack definition from the ARM API.
- # Return the built in json file definition
- $json = GetBuiltInFunctionAppStacksDefinition
- return $json
+ if ($StackType -eq "PremiumAndConsumption")
+ {
+ # At this point, we failed to get the stack definition from the ARM API.
+ # Return the built in json file definition
+ $json = GetBuiltInFunctionAppStacksDefinition
+ return $json
+ }
}
function ContainsProperty
@@ -2168,6 +2216,17 @@ function AddRuntimeToDictionary
$list = New-Object System.Collections.Generic.List[[Runtime]]
}
+ # Only add runtime versions that are not in the list already
+ foreach ($existingRuntime in $list)
+ {
+ if ($existingRuntime.Version -eq $Runtime.Version)
+ {
+ Write-Debug "$DEBUG_PREFIX Runtime version $($Runtime.Version) for runtime $($Runtime.Name) already exists. Skipping..."
+ return
+ }
+ }
+
+ Write-Debug "$DEBUG_PREFIX Adding runtime version $($Runtime.Version) for runtime $($Runtime.Name)."
$list.Add($Runtime)
$RuntimeToVersionDictionary[$Runtime.Name] = $list
@@ -2294,7 +2353,7 @@ function RegisterFunctionsTabCompleters
$runtimeValues | Where-Object { $_ -like "$wordToComplete*" }
}
- # New-AzFunction app ArgumentCompleter for the Runtime parameter
+ # New-AzFunction app ArgumentCompleter for the FunctionsVersion parameter
$GetAllFunctionsVersionsCompleter = {
param ($commandName, $parameterName, $wordToComplete, $commandAst, $fakeBoundParameters)
@@ -2304,11 +2363,23 @@ function RegisterFunctionsTabCompleters
$functionsVersions | Where-Object { $_ -like "$wordToComplete*" }
}
+ # Get-AzFunctionFlexConsumptionRuntime app ArgumentCompleter for the Runtime parameter
+ $GetFlexConsumptionRuntimeCompleter = {
+
+ param ($commandName, $parameterName, $wordToComplete, $commandAst, $fakeBoundParameters)
+
+ $runtimeValues = $AllRuntimeVersions.Keys | Sort-Object | ForEach-Object { if ($_ -ne "dotnet") { $_ } }
+
+ $runtimeValues | Where-Object { $_ -like "$wordToComplete*" }
+ }
+
# Register tab completers
Register-ArgumentCompleter -CommandName New-AzFunctionApp -ParameterName FunctionsVersion -ScriptBlock $GetAllFunctionsVersionsCompleter
Register-ArgumentCompleter -CommandName New-AzFunctionApp -ParameterName Runtime -ScriptBlock $GetAllRuntimesCompleter
Register-ArgumentCompleter -CommandName New-AzFunctionApp -ParameterName RuntimeVersion -ScriptBlock $GetRuntimeVersionCompleter
+ Register-ArgumentCompleter -CommandName Get-AzFunctionAppFlexConsumptionRuntime -ParameterName Runtime -ScriptBlock $GetFlexConsumptionRuntimeCompleter
+
$global:StacksAndTabCompletersInitialized = $true
}
}
@@ -2486,3 +2557,762 @@ function Get-Today {
}
return Get-Date
}
+
+function New-PlanName
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $ResourceGroupName
+ )
+
+ if ($env:FunctionsTestMode -and $env:FunctionsUseFlexStackTestData)
+ {
+ $suffix = "-0000"
+ }
+ else
+ {
+ $suffix = "-" + ([guid]::NewGuid().ToString().Substring(0,4))
+ }
+
+ $name = $ResourceGroupName -replace '[^a-zA-Z0-9]', ''
+ $prefix = "ASP-$name"
+ return $prefix.Substring(0, [Math]::Min(35, $prefix.Length)) + $suffix
+}
+
+function New-FlexConsumptionAppPlan
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $Name,
+
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $ResourceGroupName,
+
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $Location,
+
+ [System.Management.Automation.SwitchParameter]
+ $EnableZoneRedundancy,
+
+ $SubscriptionId,
+ $HttpPipelineAppend,
+ $HttpPipelinePrepend
+ )
+
+ foreach ($paramName in @("Location", "EnableZoneRedundancy"))
+ {
+ if ($PSBoundParameters.ContainsKey($paramName))
+ {
+ $PSBoundParameters.Remove($paramName) | Out-Null
+ }
+ }
+
+ $servicePlan = New-Object -TypeName Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppServicePlan
+ $servicePlan.Location = $Location
+ $servicePlan.Reserved = $true
+ $servicePlan.Kind = "functionapp"
+ $servicePlan.SkuName = "FC1"
+ $servicePlan.SkuTier = "FlexConsumption"
+ $servicePlan.SkuSize = "FC"
+ $servicePlan.SkuFamily = "FC"
+
+ if ($EnableZoneRedundancy.IsPresent)
+ {
+ $servicePlan.ZoneRedundant = $true
+ $servicePlan.Capacity = 3
+ }
+
+ # Add plan definition
+ $PSBoundParameters.Add("AppServicePlan", $servicePlan) | Out-Null
+
+ # Save the ErrorActionPreference
+ $currentErrorActionPreference = $ErrorActionPreference
+ $ErrorActionPreference = 'Stop'
+ $plan = $null
+
+ $activityName = "Creating Flex Consumption Plan"
+
+ try
+ {
+ Write-Progress -Activity $activityName `
+ -Status "Creating plan $Name in resource group $ResourceGroupName" `
+ -PercentComplete 50
+
+ $plan = Az.Functions.internal\New-AzFunctionAppPlan @PSBoundParameters
+
+ Write-Progress -Activity $activityName `
+ -Status "Plan creation completed successfully." `
+ -Completed
+ }
+ catch
+ {
+ $errorMessage = GetErrorMessage -Response $_
+ if ($errorMessage)
+ {
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "FailedToCreateFunctionAppFlexConsumPlan" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ throw $_
+ }
+ finally
+ {
+ $ErrorActionPreference = $currentErrorActionPreference
+ }
+
+ return $plan
+}
+
+function Get-StorageAccountInfo
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [System.String]
+ $Name,
+
+ $SubscriptionId,
+ $HttpPipelineAppend,
+ $HttpPipelinePrepend
+ )
+
+ $paramsToRemove = @(
+ "Name"
+ )
+ foreach ($paramName in $paramsToRemove)
+ {
+ if ($PSBoundParameters.ContainsKey($paramName))
+ {
+ $PSBoundParameters.Remove($paramName) | Out-Null
+ }
+ }
+
+ # Get storage account
+ $storageAccountInfo = GetStorageAccount -Name $Name @PSBoundParameters
+
+ if (-not $storageAccountInfo)
+ {
+ $errorMessage = "Storage account '$Name' does not exist."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "StorageAccountNotFound" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ if ($storageAccountInfo.ProvisioningState -ne "Succeeded")
+ {
+ $errorMessage = "Storage account '$Name' is not ready. Please run 'Get-AzStorageAccount' and ensure that the ProvisioningState is 'Succeeded'"
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "StorageAccountNotFound" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ $skuName = $storageAccountInfo.SkuName
+ if (-not ($AllowedStorageTypes -contains $skuName))
+ {
+ $storageOptions = $AllowedStorageTypes -join ", "
+ $errorMessage = "Storage type '$skuName' is not allowed'. Currently supported storage options: $storageOptions"
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "StorageTypeNotSupported" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # Validate endpoints
+ foreach ($endpoint in $RequiredStorageEndpoints)
+ {
+ if ([string]::IsNullOrEmpty($storageAccountInfo.$endpoint))
+ {
+ $errorMessage = "Storage account '$StorageAccountName' has no '$endpoint' endpoint. It must have table, queue, and blob endpoints all enabled."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "StorageAccountRequiredEndpointNotAvailable" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+ }
+
+ return $storageAccountInfo
+}
+
+function Get-ConnectionString
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ $StorageAccountInfo
+ )
+
+ if (-not $StorageAccountInfo)
+ {
+ throw "StorageAccountInfo cannot be null."
+ }
+
+ $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."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "StorageAccountHasNoKeyValue" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ $suffix = GetEndpointSuffix
+ $accountKey = $keys[0].Value
+
+ $connectionString = "DefaultEndpointsProtocol=https;AccountName=$StorageAccountName;AccountKey=$accountKey" + $suffix
+
+ return $connectionString
+}
+
+function Format-FlexConsumptionLocation
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param (
+ [Parameter(Mandatory = $true)]
+ [System.String]
+ $Location
+ )
+
+ $normalizedLocation = $Location.ToLower().Replace(" ", "")
+ return $normalizedLocation
+}
+
+function Resolve-UserAssignedIdentity
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [System.String]
+ $IdentityResourceId,
+
+ $SubscriptionId,
+ $HttpPipelineAppend,
+ $HttpPipelinePrepend
+ )
+
+ $paramsToRemove = @(
+ "IdentityResourceId"
+ )
+ foreach ($paramName in $paramsToRemove)
+ {
+ if ($PSBoundParameters.ContainsKey($paramName))
+ {
+ $PSBoundParameters.Remove($paramName) | Out-Null
+ }
+ }
+
+ # Parse the resource ID using regex
+ if ($IdentityResourceId -match "^/subscriptions/(?[^/]+)/resourceGroups/(?[^/]+)/providers/Microsoft\.ManagedIdentity/userAssignedIdentities/(?[^/]+)$") {
+ $subscriptionId = $matches['SubscriptionId']
+ $resourceGroup = $matches['ResourceGroup']
+ $identityName = $matches['IdentityName']
+
+ if ([string]::IsNullOrEmpty($resourceGroup) -or [string]::IsNullOrEmpty($identityName) -or [string]::IsNullOrEmpty($subscriptionId))
+ {
+ $errorMessage = "Invalid identity resource ID: '$IdentityResourceId'. Unable to parse resource group name and identity name."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "InvalidIdentityResourceId" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # Check if identity exists
+ $identity = Az.Functions.internal\Get-AzUserAssignedIdentity -SubscriptionId $subscriptionId -ResourceGroupName $resourceGroup -ResourceName $identityName -ErrorAction SilentlyContinue @PSBoundParameters
+
+ if (-not $identity)
+ {
+ $errorMessage = "User-assigned identity '$identityName' does not exist in resource group '$resourceGroup' in subscription '$subscriptionId'."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "StorageAccountHasNoKeyValue" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+
+ }
+
+ return $identity
+ }
+ else
+ {
+ $errorMessage = "Invalid resource ID format: '$IdentityResourceId'."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "InvalidIdentityResourceIdFormat" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+}
+
+function Get-FlexFunctionAppRuntime
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(ParameterSetName = 'AllVersions', Mandatory = $true)]
+ [Parameter(ParameterSetName = 'ByVersion', Mandatory = $true)]
+ [Parameter(ParameterSetName = 'DefaultOrLatest', Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $Location,
+
+ [Parameter(ParameterSetName = 'AllVersions', Mandatory = $true)]
+ [Parameter(ParameterSetName = 'ByVersion', Mandatory = $true)]
+ [Parameter(ParameterSetName = 'DefaultOrLatest', Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $Runtime,
+
+ [Parameter(ParameterSetName = 'ByVersion', Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ $Version,
+
+ [Parameter(ParameterSetName = 'DefaultOrLatest', Mandatory = $true)]
+ [switch]
+ $DefaultOrLatest
+ )
+
+ # Map dotnet-isolated -> dotnet for this endpoint
+ $runtimeForAPI = if ($Runtime -eq 'dotnet-isolated') { 'dotnet' } else { $Runtime }
+
+ $json = $null
+
+ # Format location for Flex Consumption (remove spaces and make lowercase)
+ $formattedLocation = Format-FlexConsumptionLocation -Location $Location
+
+ if ($env:FunctionsTestMode -and $env:FunctionsUseFlexStackTestData)
+ {
+ # Test hook to use mock Flex Consumption stacks during playback mode.
+ if ($formattedLocation -ne "eastasia")
+ {
+ $message = "In test mode, only 'East Asia' location is supported for Flex Consumption stack definitions."
+ throw $message
+ }
+
+ $filePath = Join-Path -Path $PSScriptRoot "FunctionsStackFlexData/$formattedLocation/$runtimeForAPI.json"
+ $json = Get-Content $filePath -Raw -ErrorAction Stop
+ }
+
+ # Get Flex Consumption Function App Runtime Definitions
+ else
+ {
+ $json = GetFunctionAppStackDefinition -StackType FlexConsumption -Location $formattedLocation -Runtime $runtimeForAPI
+ }
+
+ if (-not $json)
+ {
+ $errorMessage = "Failed to retrieve Flex Consumption Function App stack definitions from the ARM API for runtime '{0}' in location '{1}'. Please try a different region." -f
+ $Runtime, $Location
+ $exception = [System.InvalidOperationException]::new($errorMessage)
+ ThrowTerminatingError -ErrorId "FlexConsumptionStackRetrievalFailed" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ $functionAppStackDefinition = $json | ConvertFrom-Json
+ $stacks = New-Object -TypeName 'System.Collections.Generic.List[PSCustomObject]'
+
+ # Flatten: runtime -> majorVersions -> minorVersions
+ foreach ($item in $functionAppStackDefinition)
+ {
+ $runtimeName = $item.name
+ foreach ($maj in ($item.properties.majorVersions | Where-Object { $_ }))
+ {
+ foreach ($min in ($maj.minorVersions | Where-Object { $_ }))
+ {
+ # We only consider linuxRuntimeSettings for Flex Consumption
+ $linux = $min.stackSettings.linuxRuntimeSettings
+
+ if (-not $linux) { continue }
+
+ # Only FC1 (Flex Consumption)
+ $sku = @($linux.Sku) | Where-Object {
+ $_.skuCode -eq 'FC1'
+ }
+
+ if (-not $sku) { continue }
+
+ # Name preference: FUNCTIONS_WORKER_RUNTIME if present
+ $runtimeName = if ($linux.appSettingsDictionary.FUNCTIONS_WORKER_RUNTIME) {
+ $linux.appSettingsDictionary.FUNCTIONS_WORKER_RUNTIME
+ }
+
+ # Set runtime name and version
+ if ($sku.skuCode -eq 'FC1') {
+ if (-not $runtimeName) {
+ $runtimeName = $sku.functionAppConfigProperties.Runtime.Name
+ }
+ $runtimeVersion = $sku.functionAppConfigProperties.Runtime.Version
+ }
+
+ # Parse end of life date
+ $runtimeEndOfLifeDate = if ($linux.endOfLifeDate) { ParseEndOfLifeDate -Runtime $runtimeName -DateString $linux.endOfLifeDate } else { $null }
+
+ # Create runtime object
+ $result = [pscustomobject]@{
+ Name = $runtimeName
+ Version = $runtimeVersion
+ IsDefault = ([bool]$linux.isDefault)
+ EndOfLifeDate = $runtimeEndOfLifeDate
+ Sku = $sku
+ #AppInsightsSupported = [bool]$linux.appInsightsSettings.isSupported
+ #GitHubActions_IsSupported = [bool]$linux.gitHubActionSettings.isSupported
+ #GitHubActions_Version = $linux.gitHubActionSettings.supportedVersion
+ }
+
+ $result.PSTypeNames.Insert(0,'Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionAppFlexConsumptionRuntime')
+ $stacks.Add($result)
+ }
+ }
+
+ switch ($PSCmdlet.ParameterSetName) {
+
+ 'AllVersions' {
+ # Return all versions for $Runtime
+ return $stacks
+ }
+
+ 'ByVersion' {
+ # Return specific version
+ $matched = $stacks | Where-Object { $_.Version -eq $Version } | Select-Object -First 1
+ if (-not $matched)
+ {
+ $map = @{
+ '11' = '11.0'
+ '8' = '8.0'
+ '8.0' = '8'
+ '7' = '7.0'
+ '6.0' = '6'
+ '1.8' = '8.0'
+ '17' = '17.0'
+ }
+
+ if ($map.ContainsKey($Version))
+ {
+ $newVersion = $map[$Version]
+ $matched = $stacks | Where-Object { $_.Version -eq $newVersion } | Select-Object -First 1
+ }
+ }
+
+ if (-not $matched)
+ {
+ $supportedVersions = $stacks | ForEach-Object { $_.Version } | Sort-Object | Get-Unique
+ $supportedVersionsString = $supportedVersions -join ", "
+ $errorMessage = "Invalid version {0} for runtime {1} for function apps on the Flex Consumption plan. Supported versions for runtime {1} are {2}." -f
+ $Version, $Runtime, $supportedVersionsString
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "RuntimeVersionNotSupportedInFlexConsumption" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ return $matched
+ }
+
+ 'DefaultOrLatest' {
+ # Return default/latest version, which ever is the newest one
+ $defaultStack = $stacks | Where-Object { $_.IsDefault } | Sort-Object -Property Version -Descending | Select-Object -First 1
+
+ if (-not $defaultStack)
+ {
+ # Fallback: get latest version
+ $defaultStack = $stacks | Sort-Object -Property Version -Descending | Select-Object -First 1
+
+ if (-not $defaultStack)
+ {
+ $errorMessage = "No runtime versions found for runtime '$Runtime' in location '$Location'."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "NoRuntimeVersionsFoundInFlexConsumption" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+ }
+
+ return $defaultStack
+ }
+ }
+ }
+}
+
+function Validate-InstanceMemoryMB
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory=$true)]
+ [PSCustomObject]
+ $SkuInstanceMemoryMB,
+
+ [Parameter(Mandatory=$false)]
+ [int]
+ $InstanceMemoryMB
+ )
+
+ $skuMemEntries = @($SkuInstanceMemoryMB) | Where-Object { $_ -ne $null }
+
+ if (-not $skuMemEntries)
+ {
+ $errorMessage = "No instance memory sizes were returned by the SKU payload. Unable to determine a default size."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "NoInstanceMemorySizesFound" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # Normalize and dedupe sizes (ints)
+ $allowedSizes = $skuMemEntries | ForEach-Object { [int]$_.size } | Where-Object { $_ -gt 0 } | Sort-Object -Unique
+
+ # Find default; if none is flagged, fall back to the smallest size (common platform pattern)
+ $defaultSize = $skuMemEntries | Where-Object { $_.isDefault -eq $true } | Select-Object -ExpandProperty size -First 1
+
+ if ($null -eq $defaultSize)
+ {
+ $defaultSize = $allowedSizes | Select-Object -First 1
+ }
+
+ if ($InstanceMemoryMB -gt 0)
+ {
+ # Strict validation: must be one of the discrete supported sizes for this runtime/region
+ if ($allowedSizes -notcontains [int]$InstanceMemoryMB)
+ {
+ $errorMessage = "Invalid InstanceMemoryMB '{0}'. Allowed values for this runtime are: {1}. " +
+ "Use one of the supported sizes." -f $InstanceMemoryMB, ($allowedSizes -join ', ')
+ $exception = [System.ArgumentOutOfRangeException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "InstanceMemoryMBNotSupported" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidArgument) `
+ -Exception $exception
+ }
+ }
+ else
+ {
+ # If not provided, set to default size
+ $InstanceMemoryMB = [int]$defaultSize
+ Write-Warning "InstanceMemoryMB not specified. Setting default value to '$InstanceMemoryMB'. $SetDefaultValueParameterWarningMessage"
+ }
+
+ return $InstanceMemoryMB
+}
+
+function Validate-MaximumInstanceCount
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [PSCustomObject]
+ $SkuMaximumInstanceCount, # expects keys: lowestMaximumInstanceCount, highestMaximumInstanceCount, defaultValue
+
+ [Parameter(Mandatory = $false)]
+ [int]
+ $MaximumInstanceCount
+ )
+
+ # Validate SKU payload
+ if (-not $SkuMaximumInstanceCount -or
+ -not $SkuMaximumInstanceCount.lowestMaximumInstanceCount -or
+ -not $SkuMaximumInstanceCount.highestMaximumInstanceCount) {
+ $errorMessage = "No maximum instance count range was returned by the SKU payload. Unable to determine a default value."
+ $exception = [System.InvalidOperationException]::new($errorMessage)
+ ThrowTerminatingError -ErrorId "NoMaximumInstanceCountFound" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # Extract range and default
+ $min = [int]$SkuMaximumInstanceCount.lowestMaximumInstanceCount
+ $max = [int]$SkuMaximumInstanceCount.highestMaximumInstanceCount
+ $default = [int]$SkuMaximumInstanceCount.defaultValue
+
+ if ($MaximumInstanceCount -gt 0)
+ {
+ # Validate range
+ if ($MaximumInstanceCount -lt $min -or $MaximumInstanceCount -gt $max) {
+ $errorMessage = "Invalid MaximumInstanceCount '{0}'. Allowed range for this runtime is {1} - {2}. " +
+ "Use a value within the supported range." -f $MaximumInstanceCount, $min, $max
+ $exception = [System.ArgumentOutOfRangeException]::new('MaximumInstanceCount', $MaximumInstanceCount, $errorMessage)
+ ThrowTerminatingError -ErrorId "MaximumInstanceCountOutOfRange" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidArgument) `
+ -Exception $exception
+ }
+ }
+ else
+ {
+ # If not provided, set to default
+ $MaximumInstanceCount = $default
+ Write-Warning "MaximumInstanceCount not specified. Setting default value to '$MaximumInstanceCount'. $SetDefaultValueParameterWarningMessage"
+ }
+
+ return $MaximumInstanceCount
+}
+
+function Test-FlexConsumptionLocation
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $Location,
+
+ [Parameter(Mandatory = $false)]
+ [System.Management.Automation.SwitchParameter]
+ $ZoneRedundant
+ )
+
+ # Validate Flex Consumption location
+ $formattedLocation = Format-FlexConsumptionLocation -Location $Location
+ $flexConsumptionRegions = Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption -ZoneRedundant:$ZoneRedundant
+
+ $found = $false
+ foreach ($region in $flexConsumptionRegions)
+ {
+ $regionName = Format-FlexConsumptionLocation -Location $region.Name
+
+ if ($region.Name -eq $Location)
+ {
+ $found = $true
+ break
+ }
+ elseif ($regionName -eq $formattedLocation)
+ {
+ $found = $true
+ break
+ }
+ }
+
+ return $found
+}
+
+function Validate-FlexConsumptionLocation
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $Location,
+
+ [Parameter(Mandatory = $false)]
+ [System.Management.Automation.SwitchParameter]
+ $ZoneRedundant
+ )
+
+ $isRegionSupported = Test-FlexConsumptionLocation -Location $Location -ZoneRedundant:$ZoneRedundant
+
+ if (-not $isRegionSupported)
+ {
+ $errorMessage = $null
+ $errorId = $null
+ if ($ZoneRedundant.IsPresent)
+ {
+ $errorMessage = "The specified location '$Location' doesn't support zone redundancy in Flex Consumption. "
+ $errorMessage += "Use: 'Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption -ZoneRedundant' for the list of supported locations."
+ $errorId = "RegionNotSupportedForZoneRedundancyInFlexConsumption"
+ }
+ else
+ {
+ $errorMessage = "The specified location '$Location' doesn't support Flex Consumption. "
+ $errorMessage += "Use: 'Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption' for the list of supported locations."
+ $errorId = "RegionNotSupportedForFlexConsumption"
+ }
+
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId $errorId `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+}
+
+function Validate-EndOfLifeDate
+{
+ [Microsoft.Azure.PowerShell.Cmdlets.Functions.DoNotExportAttribute()]
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [DateTime]
+ $EndOfLifeDate,
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $Runtime,
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $RuntimeVersion,
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $DefaultRuntimeVersion
+ )
+
+ $today = Get-Today
+ $sixMonthsFromToday = (Get-Today).AddMonths(6)
+ $endOfLifeDate = [DateTime]::Parse($EndOfLifeDate)
+ $formattedEOLDate = $endOfLifeDate.ToString("MMMM dd yyyy")
+
+ if ($endOfLifeDate -le $today)
+ {
+ $errorMsg = "Use $Runtime $DefaultRuntimeVersion as $Runtime $RuntimeVersion has reached end-of-life "
+ $errorMsg += "on $formattedEOLDate and is no longer supported. Learn more: aka.ms/FunctionsStackUpgrade."
+
+ $exception = [System.InvalidOperationException]::New($errorMsg)
+ ThrowTerminatingError -ErrorId "RuntimeVersionEndOfLife" `
+ -ErrorMessage $errorMsg `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+ elseif ($endOfLifeDate -lt $sixMonthsFromToday)
+ {
+ $warningMsg = "Use $Runtime $DefaultRuntimeVersion as $Runtime $RuntimeVersion will reach end-of-life on $formattedEOLDate"
+ $warningMsg += " and will no longer be supported. Learn more: aka.ms/FunctionsStackUpgrade."
+ Write-Warning $warningMsg
+ }
+}
diff --git a/src/Functions/Functions.Autorest/custom/New-AzFunctionApp.ps1 b/src/Functions/Functions.Autorest/custom/New-AzFunctionApp.ps1
index dda3445e2874..a57171939771 100644
--- a/src/Functions/Functions.Autorest/custom/New-AzFunctionApp.ps1
+++ b/src/Functions/Functions.Autorest/custom/New-AzFunctionApp.ps1
@@ -1,4 +1,3 @@
-
function New-AzFunctionApp {
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISite])]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Description('Creates a function app.')]
@@ -8,6 +7,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="ByAppServicePlan")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.DefaultInfo(Script='(Get-AzContext).Subscription.Id')]
[ValidateNotNullOrEmpty()]
[System.String]
@@ -17,6 +17,7 @@ function New-AzFunctionApp {
[Parameter(Mandatory=$true, ParameterSetName="ByAppServicePlan")]
[Parameter(Mandatory=$true, ParameterSetName="CustomDockerImage")]
[Parameter(Mandatory=$true, ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(Mandatory=$true, ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
${ResourceGroupName},
@@ -25,6 +26,7 @@ function New-AzFunctionApp {
[Parameter(Mandatory=$true, ParameterSetName="ByAppServicePlan")]
[Parameter(Mandatory=$true, ParameterSetName="CustomDockerImage")]
[Parameter(Mandatory=$true, ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(Mandatory=$true,ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
${Name},
@@ -33,6 +35,7 @@ function New-AzFunctionApp {
[Parameter(Mandatory=$true, ParameterSetName="ByAppServicePlan")]
[Parameter(Mandatory=$true, ParameterSetName="CustomDockerImage")]
[Parameter(Mandatory=$true, ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(Mandatory=$true, ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
${StorageAccountName},
@@ -41,6 +44,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="ByAppServicePlan")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
[Alias("AppInsightsName")]
@@ -50,9 +54,9 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="ByAppServicePlan")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
- [System.String]
[Alias("AppInsightsKey")]
${ApplicationInsightsKey},
@@ -78,6 +82,7 @@ function New-AzFunctionApp {
[Parameter(Mandatory=$true, ParameterSetName="ByAppServicePlan", HelpMessage='The function runtime.')]
[Parameter(Mandatory=$true, ParameterSetName="Consumption")]
+ [Parameter(Mandatory=$true, ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
# Runtime types are defined in HelperFunctions.ps1
@@ -85,6 +90,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="ByAppServicePlan", HelpMessage='The function runtime.')]
[Parameter(ParameterSetName="Consumption")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[System.String]
# RuntimeVersion types are defined in HelperFunctions.ps1
@@ -101,6 +107,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[System.Management.Automation.SwitchParameter]
[Alias("DisableAppInsights")]
${DisableApplicationInsights},
@@ -127,6 +134,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
${NoWait},
@@ -135,6 +143,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Runtime')]
[System.Management.Automation.SwitchParameter]
${AsJob},
@@ -143,6 +152,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(PossibleTypes=([Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResourceTags]))]
[System.Collections.Hashtable]
@@ -153,6 +163,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[ValidateNotNullOrEmpty()]
[Hashtable]
${AppSetting},
@@ -165,6 +176,7 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.FunctionAppManagedServiceIdentityCreateType])]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Category('Body')]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ManagedServiceIdentityType]
@@ -176,10 +188,67 @@ function New-AzFunctionApp {
[Parameter(ParameterSetName="Consumption")]
[Parameter(ParameterSetName="CustomDockerImage")]
[Parameter(ParameterSetName="EnvironmentForContainerApp")]
+ [Parameter(ParameterSetName="FlexConsumption")]
[ValidateNotNull()]
[System.String[]]
${IdentityID},
+ [Parameter(Mandatory=$true,ParameterSetName="FlexConsumption", HelpMessage='Location to create Flex Consumption function app.')]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${FlexConsumptionLocation},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Name of deployment storage account to be used for function app artifacts.')]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${DeploymentStorageName},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Deployment storage container name.')]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${DeploymentStorageContainerName},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Deployment storage authentication type. Allowed values: StorageAccountConnectionString, SystemAssignedIdentity, UserAssignedIdentity')]
+ [ValidateSet("StorageAccountConnectionString", "SystemAssignedIdentity", "UserAssignedIdentity")]
+ [ValidateNotNullOrEmpty()]
+ [System.String]
+ ${DeploymentStorageAuthType},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Deployment storage authentication value used for the chosen auth type (eg: connection string, or user-assigned identity resource id).')]
+ [System.String]
+ [ValidateNotNullOrEmpty()]
+ ${DeploymentStorageAuthValue},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage=
+'Array of hashtables describing the AlwaysReady configuration. Each hashtable must include:
+- name: The function name or route name.
+- instanceCount: The number of pre-warmed instances for that function.
+
+Example:
+@(@{ name = "http"; instanceCount = 2 }).')]
+ [ValidateNotNullOrEmpty()]
+ [Hashtable[]]
+ ${AlwaysReady},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Maximum instance count for Flex Consumption.')]
+ [ValidateRange(40, 1000)]
+ [int]
+ ${MaximumInstanceCount},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Per-instance memory in MB for Flex Consumption instances.')]
+ [ValidateSet(512, 2048, 4096)]
+ [int]
+ ${InstanceMemoryMB},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='The maximum number of concurrent HTTP trigger invocations per instance.')]
+ [ValidateRange(1, 1000)]
+ [int]
+ ${HttpPerInstanceConcurrency},
+
+ [Parameter(ParameterSetName="FlexConsumption", HelpMessage='Enable zone redundancy for high availability. Applies to Flex Consumption SKU only.')]
+ [System.Management.Automation.SwitchParameter]
+ ${EnableZoneRedundancy},
+
[Parameter(Mandatory=$true, ParameterSetName="EnvironmentForContainerApp", HelpMessage='Name of the container app environment.')]
[ValidateNotNullOrEmpty()]
[System.String]
@@ -289,7 +358,17 @@ function New-AzFunctionApp {
"ResourceCpu",
"ResourceMemory",
"ScaleMaxReplica",
- "ScaleMinReplica"
+ "ScaleMinReplica",
+ "FlexConsumptionLocation",
+ "DeploymentStorageName",
+ "DeploymentStorageContainerName",
+ "DeploymentStorageAuthType",
+ "DeploymentStorageAuthValue",
+ "AlwaysReady",
+ "MaximumInstanceCount",
+ "InstanceMemoryMB",
+ "HttpPerInstanceConcurrency",
+ "EnableZoneRedundancy"
)
foreach ($paramName in $paramsToRemove)
{
@@ -301,18 +380,28 @@ function New-AzFunctionApp {
$functionAppIsCustomDockerImage = $PsCmdlet.ParameterSetName -eq "CustomDockerImage"
$environmentForContainerApp = $PsCmdlet.ParameterSetName -eq "EnvironmentForContainerApp"
+ $consumptionPlan = $PsCmdlet.ParameterSetName -eq "Consumption"
+ $functionAppIsFlexConsumption = $PsCmdlet.ParameterSetName -eq "FlexConsumption"
+
+ $flexConsumptionStorageContainerCreated = $false
+ $flexConsumptionPlanCreated = $false
+ $appInsightCreated = $false
+ $functionAppCreatedSuccessfully = $false
$appSettings = New-Object -TypeName System.Collections.Generic.List[System.Object]
$siteConfig = New-Object -TypeName Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SiteConfig
$functionAppDef = New-Object -TypeName Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.Site
+ $OSIsLinux = ($OSType -eq "Linux") -or $functionAppIsFlexConsumption
+
$params = GetParameterKeyValues -PSBoundParametersDictionary $PSBoundParameters `
-ParameterList @("SubscriptionId", "HttpPipelineAppend", "HttpPipelinePrepend")
+ ValidateFunctionAppNameAvailability -Name $Name @params
+
$runtimeJsonDefinition = $null
- ValidateFunctionName -Name $Name @params
- if (-not ($functionAppIsCustomDockerImage -or $environmentForContainerApp))
+ if (-not ($functionAppIsCustomDockerImage -or $environmentForContainerApp -or $functionAppIsFlexConsumption))
{
if (-not $FunctionsVersion)
{
@@ -360,12 +449,34 @@ function New-AzFunctionApp {
$value = $runtimeJsonDefinition.SiteConfigPropertiesDictionary[$PropertyName]
$siteConfig.$PropertyName = $value
}
- }
+ }
+ }
+
+ # Set function app managed identity
+ if ($IdentityType)
+ {
+ $functionAppDef.IdentityType = $IdentityType
+
+ if ($IdentityType -eq "UserAssigned")
+ {
+ # Set UserAssigned managed identiy
+ if (-not $IdentityID)
+ {
+ $errorMessage = "IdentityID is required for UserAssigned identity"
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "IdentityIDIsRequiredForUserAssignedIdentity" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+
+ }
+
+ $identityUserAssignedIdentity = NewIdentityUserAssignedIdentity -IdentityID $IdentityID
+ $functionAppDef.IdentityUserAssignedIdentity = $identityUserAssignedIdentity
+ }
}
$servicePlan = $null
- $consumptionPlan = $PsCmdlet.ParameterSetName -eq "Consumption"
- $OSIsLinux = $OSType -eq "Linux"
$dockerRegistryServerUrl = $null
if ($consumptionPlan)
@@ -461,10 +572,13 @@ function New-AzFunctionApp {
}
else
{
- $appSettings.Add((NewAppSetting -Name 'WEBSITES_ENABLE_APP_SERVICE_STORAGE' -Value 'true'))
+ if (-not $functionAppIsFlexConsumption)
+ {
+ $appSettings.Add((NewAppSetting -Name 'WEBSITES_ENABLE_APP_SERVICE_STORAGE' -Value 'true'))
+ }
}
}
- else
+ else
{
# Windows function app
$functionAppDef.Kind = 'functionapp'
@@ -476,7 +590,6 @@ function New-AzFunctionApp {
$functionAppDef.Reserved = $null
$functionAppDef.HttpsOnly = $null
$functionAppDef.ScmSiteAlsoStopped = $null
- $functionAppDef.HttpsOnly = $null
ValidateCpuAndMemory -ResourceCpu $ResourceCpu -ResourceMemory $ResourceMemory
if ($ResourceCpu -and $ResourceMemory)
@@ -512,157 +625,475 @@ function New-AzFunctionApp {
$functionAppDef.ManagedEnvironmentId = $managedEnvironment.Id
}
- # Validate storage account and get connection string
- $connectionString = GetConnectionString -StorageAccountName $StorageAccountName @params
- $appSettings.Add((NewAppSetting -Name 'AzureWebJobsStorage' -Value $connectionString))
- $appSettings.Add((NewAppSetting -Name 'AzureWebJobsDashboard' -Value $connectionString))
-
- if (-not ($functionAppIsCustomDockerImage -or $environmentForContainerApp))
+ try
{
- $appSettings.Add((NewAppSetting -Name 'FUNCTIONS_EXTENSION_VERSION' -Value "~$FunctionsVersion"))
- }
+ if ($functionAppIsFlexConsumption)
+ {
+ # Reset properties not applicable for Flex Consumption
+ $siteConfig.NetFrameworkVersion = $null
+ $functionAppDef.Reserved = $null
+ $functionAppDef.IsXenon = $null
+ $appSettings.Clear()
+
+ # Validate Flex Consumption location
+ Validate-FlexConsumptionLocation -Location $FlexConsumptionLocation -ZoneRedundant:$EnableZoneRedundancy
+ $FlexConsumptionLocation = Format-FlexConsumptionLocation -Location $FlexConsumptionLocation
+
+ # Validate runtime and runtime version
+ if (-not ($FlexConsumptionSupportedRuntimes -contains $Runtime))
+ {
+ $errorId = "InvalidRuntimeForFlexConsumption"
+ $message += "The specified Runtime '$Runtime' is not valid for Flex Consumption. "
+ $message += "Supported runtimes are: $($FlexConsumptionSupportedRuntimes -join ', '). Learn more about supported runtimes and versions for Flex Consumption: aka.ms/FunctionsStackUpgrade."
+ $exception = [System.InvalidOperationException]::New($message)
+ ThrowTerminatingError -ErrorId $errorId `
+ -ErrorMessage $message `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
- # If plan is not consumption, elastic premium or a container app environment, set always on
- $planIsElasticPremium = $servicePlan.SkuTier -eq 'ElasticPremium'
- if ((-not $consumptionPlan) -and (-not $planIsElasticPremium) -and (-not $Environment))
- {
- $siteConfig.AlwaysOn = $true
- }
+ $runtimeInfo = $null
+ $hasDefaultVersion = $false
- # If plan is Elastic Premium or Consumption (Windows or Linux), we need these app settings
- if ($planIsElasticPremium -or $consumptionPlan)
- {
- $appSettings.Add((NewAppSetting -Name 'WEBSITE_CONTENTAZUREFILECONNECTIONSTRING' -Value $connectionString))
+ if ([string]::IsNullOrEmpty($RuntimeVersion))
+ {
+ $runtimeInfo = Get-FlexFunctionAppRuntime -Location $FlexConsumptionLocation -Runtime $Runtime -DefaultOrLatest:$true
+ $hasDefaultVersion = $true
- $shareName = GetShareName -FunctionAppName $Name
- $appSettings.Add((NewAppSetting -Name 'WEBSITE_CONTENTSHARE' -Value $shareName))
- }
+ $RuntimeVersion = $runtimeInfo.Version
+ Write-Warning "RuntimeVersion not specified. Setting default value to '$RuntimeVersion'. $SetDefaultValueParameterWarningMessage"
+ }
+ else
+ {
+ # Get runtime info for specified version. If not available, Get-FlexFunctionAppRuntime will error out.
+ $runtimeInfo = Get-FlexFunctionAppRuntime -Location $FlexConsumptionLocation -Runtime $Runtime -Version $RuntimeVersion
+ }
- if (-not $DisableApplicationInsights)
- {
- if ($ApplicationInsightsKey)
- {
- $appSettings.Add((NewAppSetting -Name 'APPINSIGHTS_INSTRUMENTATIONKEY' -Value $ApplicationInsightsKey))
- }
- elseif ($ApplicationInsightsName)
- {
- $appInsightsProject = GetApplicationInsightsProject -Name $ApplicationInsightsName @params
- if (-not $appInsightsProject)
+ # Validate EndOfLifeDate
+ if ($runtimeInfo.EndOfLifeDate -and (-not $hasDefaultVersion))
{
- $errorMessage = "Failed to get application insights key for project name '$ApplicationInsightsName'. Please make sure the project exist."
- $exception = [System.InvalidOperationException]::New($errorMessage)
- ThrowTerminatingError -ErrorId "ApplicationInsightsProjectNotFound" `
- -ErrorMessage $errorMessage `
- -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
- -Exception $exception
+ $defaultRuntimeInfo = Get-FlexFunctionAppRuntime -Location $FlexConsumptionLocation -Runtime $Runtime -DefaultOrLatest:$true
+
+ Validate-EndOfLifeDate -EndOfLifeDate $runtimeInfo.EndOfLifeDate `
+ -Runtime $Runtime `
+ -RuntimeVersion $RuntimeVersion `
+ -DefaultRuntimeVersion $defaultRuntimeInfo.Version
}
- $appSettings.Add((NewAppSetting -Name 'APPINSIGHTS_INSTRUMENTATIONKEY' -Value $appInsightsProject.InstrumentationKey))
- }
- else
- {
- $newAppInsightsProject = CreateApplicationInsightsProject -ResourceGroupName $resourceGroupName `
- -ResourceName $Name `
- -Location $functionAppDef.Location `
- @params
- if ($newAppInsightsProject)
+ # Validate and set AlwaysReady configuration
+ if ($AlwaysReady -and $AlwaysReady.Count -gt 0)
+ {
+ $ALWAYSREADY_NAME = 'name'
+ $ALWAYSREADY_INSTANCECOUNT = 'instanceCount'
+
+ foreach ($entry in $AlwaysReady)
+ {
+ # Ensure required keys exist
+ if (-not ($entry.ContainsKey($ALWAYSREADY_NAME) -and $entry.ContainsKey($ALWAYSREADY_INSTANCECOUNT)))
+ {
+ $errorMessage = "Each hashtable in AlwaysReady must contain '$ALWAYSREADY_NAME' and '$ALWAYSREADY_INSTANCECOUNT' keys."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "InvalidAlwaysReadyConfiguration" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # Validate that Name is a non-empty string
+ if ([string]::IsNullOrWhiteSpace($entry[$ALWAYSREADY_NAME]))
+ {
+ $errorMessage = "Name in AlwaysReady must be a non-empty string."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "InvalidAlwaysReadyName" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ # Validate InstanceCount is a non-negative integer (single-parse + combined check)
+ [int]$parsedInstanceCount = 0
+ $rawInstanceCount = $entry[$ALWAYSREADY_INSTANCECOUNT]
+
+ if (-not ([int]::TryParse($rawInstanceCount, [ref]$parsedInstanceCount) -and $parsedInstanceCount -ge 0))
+ {
+ $errorMessage = "InstanceCount in AlwaysReady must be a non-negative integer."
+ $exception = [System.InvalidOperationException]::new($errorMessage)
+ ThrowTerminatingError -ErrorId "InvalidAlwaysReadyInstanceCount" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+ }
+ $functionAppDef.ScaleAndConcurrencyAlwaysReady = $AlwaysReady
+ }
+
+ # Set scaling information
+ $maximumInstanceCountValue = Validate-MaximumInstanceCount -SkuMaximumInstanceCount $runtimeInfo.Sku.maximumInstanceCount -MaximumInstanceCount $MaximumInstanceCount
+ $functionAppDef.ScaleAndConcurrencyMaximumInstanceCount = $maximumInstanceCountValue
+
+ $instanceMemoryMBValue = Validate-InstanceMemoryMB -SkuInstanceMemoryMB $runtimeInfo.Sku.instanceMemoryMB -InstanceMemoryMB $InstanceMemoryMB
+ $functionAppDef.ScaleAndConcurrencyInstanceMemoryMB = $instanceMemoryMBValue
+
+ if ($HttpPerInstanceConcurrency -gt 0)
+ {
+ $functionAppDef.HttpPerInstanceConcurrency = $HttpPerInstanceConcurrency
+ }
+
+ # Create Flex Consumption App Service Plan
+ $planName = New-PlanName -ResourceGroupName $ResourceGroupName
+ if ($WhatIfPreference.IsPresent)
{
- $appSettings.Add((NewAppSetting -Name 'APPINSIGHTS_INSTRUMENTATIONKEY' -Value $newAppInsightsProject.InstrumentationKey))
+ Write-Verbose "WhatIf: Creating Flex Consumption App Service Plan '$planName' in resource group '$ResourceGroupName' at location '$FlexConsumptionLocation'..."
+ $planInfo = New-Object PSObject -Property @{
+ Id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/$ResourceGroupName/providers/Microsoft.Web/serverfarms/$planName"
+ }
}
else
{
- $warningMessage = "Unable to create the Application Insights for the function app. Creation of Application Insights will help you monitor and diagnose your function apps in the Azure Portal. `r`n"
- $warningMessage += "Use the 'New-AzApplicationInsights' cmdlet or the Azure Portal to create a new Application Insights project. After that, use the 'Update-AzFunctionApp' cmdlet to update Application Insights for your function app."
- Write-Warning $warningMessage
+ $planInfo = New-FlexConsumptionAppPlan -Name $PlanName `
+ -ResourceGroupName $ResourceGroupName `
+ -Location $FlexConsumptionLocation `
+ -EnableZoneRedundancy:$EnableZoneRedundancy `
+ @params
+ $flexConsumptionPlanCreated = $true
}
- }
- }
- if ($Tag.Count -gt 0)
- {
- $resourceTag = NewResourceTag -Tag $Tag
- $functionAppDef.Tag = $resourceTag
- }
+ $functionAppDef.ServerFarmId = $planInfo.Id
+ $functionAppDef.Location = $FlexConsumptionLocation
- # Add user app settings
- if ($appSetting.Count -gt 0)
- {
- foreach ($keyName in $appSetting.Keys)
- {
- $appSettings.Add((NewAppSetting -Name $keyName -Value $appSetting[$keyName]))
- }
- }
+ # Validate Deployment Storage
+ if (-not $DeploymentStorageName) {
+ $DeploymentStorageName = $StorageAccountName
+ }
- # Set function app managed identity
- if ($IdentityType)
- {
- $functionAppDef.IdentityType = $IdentityType
+ if (-not $DeploymentStorageContainerName)
+ {
+ $useTestData = ($env:FunctionsTestMode -and $env:FunctionsUseFlexStackTestData)
+ # Generate a unique container name
+ $tempName = $Name -replace '[^a-zA-Z0-9]', ''
+ $normalizedName = $tempName.Substring(0, [Math]::Min(32, $tempName.Length))
+ $normalizedName = $normalizedName.ToLower()
- if ($IdentityType -eq "UserAssigned")
- {
- # Set UserAssigned managed identiy
- if (-not $IdentityID)
+ if ($useTestData)
+ {
+ $randomSuffix = 0
+ }
+ else
+ {
+ $randomSuffix = Get-Random -Minimum 0 -Maximum 9999999
+ }
+
+ $DeploymentStorageContainerName = "app-package-$normalizedName-{0:D7}" -f $randomSuffix
+
+ if ($useTestData)
+ {
+ Write-Verbose "Setting DeploymentStorageContainerName to: '$DeploymentStorageContainerName'." -Verbose
+ }
+ }
+
+ $StorageAccountInfo = Get-StorageAccountInfo -Name $DeploymentStorageName @params
+
+ # If container does not exist, create it
+ $container = Az.Functions.internal\Get-AzBlobContainer -ContainerName $DeploymentStorageContainerName `
+ -AccountName $DeploymentStorageName `
+ -ResourceGroupName $ResourceGroupName `
+ -ErrorAction SilentlyContinue `
+ @params
+ if (-not $container)
{
- $errorMessage = "IdentityID is required for UserAssigned identity"
- $exception = [System.InvalidOperationException]::New($errorMessage)
- ThrowTerminatingError -ErrorId "IdentityIDIsRequiredForUserAssignedIdentity" `
+ if ($WhatIfPreference.IsPresent)
+ {
+ Write-Verbose "WhatIf: Creating container '$DeploymentStorageContainerName' in storage account '$DeploymentStorageName'..."
+ $container = New-Object -TypeName Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobContainer
+ }
+ else
+ {
+ # Create blob container
+ $maxNumberOfTries = 3
+ $tries = 1
+ $myError = $null
+ while ($true)
+ {
+ try
+ {
+ $container = Az.Functions.internal\New-AzBlobContainer -ContainerName $DeploymentStorageContainerName `
+ -AccountName $DeploymentStorageName `
+ -ResourceGroupName $ResourceGroupName `
+ -ContainerPropertyPublicAccess None `
+ -ErrorAction Stop `
+ @params
+ if ($container)
+ {
+ $flexConsumptionStorageContainerCreated = $true
+ break
+ }
+ }
+ catch
+ {
+ # Ignore the failure and continue
+ $myError = $_
+ }
+
+ if ($tries -ge $maxNumberOfTries)
+ {
+ break
+ }
+
+ # Wait for 2^(tries-1) seconds between retries. In this case, it would be 1, 2, and 4 seconds, respectively.
+ $waitInSeconds = [Math]::Pow(2, $tries - 1)
+ Start-Sleep -Seconds $waitInSeconds
+
+ $tries++
+ }
+
+ if (-not $container)
+ {
+ $errorMessage = "Failed to create blob container '$DeploymentStorageContainerName' in storage account '$DeploymentStorageName'."
+ if ($myError.Exception.Message)
+ {
+ $errorMessage += " Error details: $($myError.Exception.Message)"
+ }
+
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "FailedToCreateBlobContainer" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+ }
+ }
+
+ # Set storage type and value
+ $blobContainerUrl = "$($StorageAccountInfo.PrimaryEndpointBlob)$DeploymentStorageContainerName"
+ $functionAppDef.StorageType = "blobContainer"
+ $functionAppDef.StorageValue = $blobContainerUrl
+
+ # Validate DeploymentStorageAuthType
+ if (-not $DeploymentStorageAuthType)
+ {
+ $DeploymentStorageAuthType = 'StorageAccountConnectionString'
+ }
+
+ $functionAppDef.AuthenticationType = $DeploymentStorageAuthType
+
+ # Set deployment storage authentication
+ if ($DeploymentStorageAuthType -eq "SystemAssignedIdentity")
+ {
+ if ($DeploymentStorageAuthValue)
+ {
+ $errorMessage = "-DeploymentStorageAuthValue is only valid when -DeploymentStorageAuthType is UserAssignedIdentity or StorageAccountConnectionString."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId $errorId `
-ErrorMessage $errorMessage `
-ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
-Exception $exception
+ }
+ }
+ elseif ($DeploymentStorageAuthType -eq "StorageAccountConnectionString")
+ {
+ if (-not $DeploymentStorageAuthValue)
+ {
+ # Get connection string for deployment storage
+ $DeploymentStorageAuthValue = GetConnectionString -StorageAccountName $DeploymentStorageName @params
+ }
+ $DEPLOYMENT_STORAGE_CONNECTION_STRING = 'DEPLOYMENT_STORAGE_CONNECTION_STRING'
+
+ $functionAppDef.AuthenticationStorageAccountConnectionStringName = $DEPLOYMENT_STORAGE_CONNECTION_STRING
+ $appSettings.Add((NewAppSetting -Name $DEPLOYMENT_STORAGE_CONNECTION_STRING -Value $DeploymentStorageAuthValue))
}
+ elseif ($DeploymentStorageAuthType -eq "UserAssignedIdentity")
+ {
+ if (-not $DeploymentStorageAuthValue)
+ {
+ $errorMessage = "IdentityID is required for UserAssigned identity"
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "IdentityIDIsRequiredForUserAssignedIdentity" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
- $identityUserAssignedIdentity = NewIdentityUserAssignedIdentity -IdentityID $IdentityID
- $functionAppDef.IdentityUserAssignedIdentity = $identityUserAssignedIdentity
- }
- }
+ $identity = Resolve-UserAssignedIdentity -IdentityResourceId $DeploymentStorageAuthValue @params
+ $functionAppDef.AuthenticationUserAssignedIdentityResourceId = $identity.Id
+ }
- # Set app settings and site configuration
- $siteConfig.AppSetting = $appSettings
- $functionAppDef.Config = $siteConfig
- $PSBoundParameters.Add("SiteEnvelope", $functionAppDef) | Out-Null
+ # Set runtime information
+ $functionAppDef.RuntimeName = $runtimeInfo.Sku.functionAppConfigProperties.runtime.name
+ $functionAppDef.RuntimeVersion = $runtimeInfo.Sku.functionAppConfigProperties.runtime.version
+ }
- if ($PsCmdlet.ShouldProcess($Name, "Creating function app"))
- {
- # Save the ErrorActionPreference
- $currentErrorActionPreference = $ErrorActionPreference
- $ErrorActionPreference = 'Stop'
+ # Validate storage account and get connection string
+ $connectionString = GetConnectionString -StorageAccountName $StorageAccountName @params
+ $appSettings.Add((NewAppSetting -Name 'AzureWebJobsStorage' -Value $connectionString))
- $exceptionThrown = $false
+ if (-not ($functionAppIsCustomDockerImage -or $environmentForContainerApp -or $functionAppIsFlexConsumption))
+ {
+ $appSettings.Add((NewAppSetting -Name 'FUNCTIONS_EXTENSION_VERSION' -Value "~$FunctionsVersion"))
+ }
- try
+ # If plan is not consumption, elastic premium or a container app environment, set always on
+ $planIsElasticPremium = $servicePlan.SkuTier -eq 'ElasticPremium'
+ if ((-not $consumptionPlan) -and (-not $planIsElasticPremium) -and (-not $Environment) -and (-not $functionAppIsFlexConsumption))
{
- Az.Functions.internal\New-AzFunctionApp @PSBoundParameters
+ $siteConfig.AlwaysOn = $true
}
- catch
+
+ # If plan is Elastic Premium or Consumption (Windows or Linux), we need these app settings
+ if ($planIsElasticPremium -or $consumptionPlan)
{
- $exceptionThrown = $true
+ $appSettings.Add((NewAppSetting -Name 'WEBSITE_CONTENTAZUREFILECONNECTIONSTRING' -Value $connectionString))
- $errorMessage = GetErrorMessage -Response $_
+ $shareName = GetShareName -FunctionAppName $Name
+ $appSettings.Add((NewAppSetting -Name 'WEBSITE_CONTENTSHARE' -Value $shareName))
+ }
- if ($errorMessage)
+ # Set up Dashboard if no ApplicationInsights
+ if ($DisableApplicationInsights -and (-not $functionAppIsFlexConsumption))
+ {
+ $appSettings.Add((NewAppSetting -Name 'AzureWebJobsDashboard' -Value $connectionString))
+ }
+
+ # Set up Application Insights
+ if (-not $DisableApplicationInsights)
+ {
+ if ($ApplicationInsightsKey)
{
- $exception = [System.InvalidOperationException]::New($errorMessage)
- ThrowTerminatingError -ErrorId "FailedToCreateFunctionApp" `
+ $appSettings.Add((NewAppSetting -Name 'APPINSIGHTS_INSTRUMENTATIONKEY' -Value $ApplicationInsightsKey))
+ }
+ elseif ($ApplicationInsightsName)
+ {
+ $appInsightsProject = GetApplicationInsightsProject -Name $ApplicationInsightsName @params
+ if (-not $appInsightsProject)
+ {
+ $errorMessage = "Failed to get application insights project name '$ApplicationInsightsName'. Please make sure the project exist."
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "ApplicationInsightsProjectNotFound" `
-ErrorMessage $errorMessage `
-ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
-Exception $exception
+ }
+
+ $appSettings.Add((NewAppSetting -Name 'APPLICATIONINSIGHTS_CONNECTION_STRING' -Value $appInsightsProject.ConnectionString))
+ }
+ else
+ {
+ if ($WhatIfPreference.IsPresent)
+ {
+ Write-Verbose "WhatIf: Creating Application Insights '$Name' in resource group '$ResourceGroupName' at location '$($functionAppDef.Location)'..."
+ # Create a mock object for WhatIf to avoid null reference issues
+ $newAppInsightsProject = New-Object PSObject -Property @{
+ ConnectionString = "InstrumentationKey=00000000-0000-0000-0000-000000000000;IngestionEndpoint=https://placeholder.applicationinsights.azure.com/"
+ Name = $Name
+ }
+ $appSettings.Add((NewAppSetting -Name 'APPLICATIONINSIGHTS_CONNECTION_STRING' -Value $newAppInsightsProject.ConnectionString))
+ }
+ else
+ {
+ # Create the Application Insights project
+ $newAppInsightsProject = CreateApplicationInsightsProject -ResourceGroupName $resourceGroupName `
+ -ResourceName $Name `
+ -Location $functionAppDef.Location `
+ @params
+ if ($newAppInsightsProject)
+ {
+ $appSettings.Add((NewAppSetting -Name 'APPLICATIONINSIGHTS_CONNECTION_STRING' -Value $newAppInsightsProject.ConnectionString))
+ $appInsightCreated = $true
+ }
+ else
+ {
+ $warningMessage = "Unable to create the Application Insights for the function app. Creation of Application Insights will help you monitor and diagnose your function apps in the Azure Portal. `r`n"
+ $warningMessage += "Use the 'New-AzApplicationInsights' cmdlet or the Azure Portal to create a new Application Insights project. After that, use the 'Update-AzFunctionApp' cmdlet to update Application Insights for your function app."
+ Write-Warning $warningMessage
+ }
+ }
}
+ }
- throw $_
+ if ($Tag.Count -gt 0)
+ {
+ $resourceTag = NewResourceTag -Tag $Tag
+ $functionAppDef.Tag = $resourceTag
}
- finally
+
+ # Add user app settings
+ if ($AppSetting.Count -gt 0)
{
- # Reset the ErrorActionPreference
- $ErrorActionPreference = $currentErrorActionPreference
+ foreach ($keyName in $AppSetting.Keys)
+ {
+ $appSettings.Add((NewAppSetting -Name $keyName -Value $AppSetting[$keyName]))
+ }
}
- if (-not $exceptionThrown)
+ # Set app settings and site configuration
+ $siteConfig.AppSetting = $appSettings
+ $functionAppDef.Config = $siteConfig
+ $PSBoundParameters.Add("SiteEnvelope", $functionAppDef) | Out-Null
+
+ if ($PsCmdlet.ShouldProcess($Name, "Creating function app"))
+ {
+ # Save the ErrorActionPreference
+ $currentErrorActionPreference = $ErrorActionPreference
+ $ErrorActionPreference = 'Stop'
+
+ $exceptionThrown = $false
+
+ try
+ {
+ Az.Functions.internal\New-AzFunctionApp @PSBoundParameters
+ $functionAppCreatedSuccessfully = $true
+ }
+ catch
+ {
+ $exceptionThrown = $true
+
+ $errorMessage = GetErrorMessage -Response $_
+
+ if ($errorMessage)
+ {
+ $exception = [System.InvalidOperationException]::New($errorMessage)
+ ThrowTerminatingError -ErrorId "FailedToCreateFunctionApp" `
+ -ErrorMessage $errorMessage `
+ -ErrorCategory ([System.Management.Automation.ErrorCategory]::InvalidOperation) `
+ -Exception $exception
+ }
+
+ throw $_
+ }
+ finally
+ {
+ # Reset the ErrorActionPreference
+ $ErrorActionPreference = $currentErrorActionPreference
+ }
+
+ if (-not $exceptionThrown)
+ {
+ if ($consumptionPlan -and $OSIsLinux)
+ {
+ $message = "Your Linux function app '$Name', that uses a consumption plan has been successfully created but is not active until content is published using Azure Portal or the Functions Core Tools."
+ Write-Verbose $message -Verbose
+ }
+ }
+ }
+ }
+ finally
+ {
+ # Cleanup created resources in case of failure
+ if (-not $functionAppCreatedSuccessfully)
{
- if ($consumptionPlan -and $OSIsLinux)
+ if ($flexConsumptionPlanCreated)
+ {
+ Az.Functions\Remove-AzFunctionAppPlan -ResourceGroupName $ResourceGroupName -Name $planName @params -Force
+ }
+ if ($flexConsumptionStorageContainerCreated)
+ {
+ Az.Functions.internal\Remove-AzBlobContainer -ResourceGroupName $ResourceGroupName -AccountName $DeploymentStorageName -ContainerName $DeploymentStorageContainerName @params
+ }
+
+ if ($appInsightCreated -and ($null -ne $newAppInsightsProject))
{
- $message = "Your Linux function app '$Name', that uses a consumption plan has been successfully created but is not active until content is published using Azure Portal or the Functions Core Tools."
- Write-Verbose $message -Verbose
+ $ApplicationInsightsName = $newAppInsightsProject.Name
+ Az.Functions.internal\Remove-AzAppInsights -ResourceGroupName $ResourceGroupName -ResourceName $ApplicationInsightsName @params
}
}
}
diff --git a/src/Functions/Functions.Autorest/custom/Remove-AzFunctionApp.ps1 b/src/Functions/Functions.Autorest/custom/Remove-AzFunctionApp.ps1
index 72b28166382a..8ffeadbe275d 100644
--- a/src/Functions/Functions.Autorest/custom/Remove-AzFunctionApp.ps1
+++ b/src/Functions/Functions.Autorest/custom/Remove-AzFunctionApp.ps1
@@ -99,10 +99,69 @@ function Remove-AzFunctionApp {
# Set the name variable for the ShouldProcess and ShouldContinue calls
$Name = $InputObject.Name
+ $ResourceGroupName = $InputObject.ResourceGroup
}
- # Set the option to not delete an empty App Service plan
- $PSBoundParameters.Add("DeleteEmptyServerFarm", $false) | Out-Null
+ # Determine if the function app is a Flex Consumption app
+ $deleteEmptyServerFarm = $false
+
+ try {
+ # Get the function app to retrieve its service plan
+ $params = @{
+ Name = $Name
+ ResourceGroupName = $ResourceGroupName
+ }
+
+ if ($PSBoundParameters.ContainsKey("SubscriptionId"))
+ {
+ $params['SubscriptionId'] = $SubscriptionId
+ }
+
+ if ($PSBoundParameters.ContainsKey("HttpPipelineAppend"))
+ {
+ $params['HttpPipelineAppend'] = $HttpPipelineAppend
+ }
+
+ if ($PSBoundParameters.ContainsKey("HttpPipelinePrepend"))
+ {
+ $params['HttpPipelinePrepend'] = $HttpPipelinePrepend
+ }
+
+ $functionApp = $null
+ $oldWarningPreference = $WarningPreference
+ $WarningPreference = 'SilentlyContinue'
+ try
+ {
+ $functionApp = Az.Functions\Get-AzFunctionApp @params -ErrorAction SilentlyContinue
+ }
+ finally
+ {
+ $WarningPreference = $oldWarningPreference
+ }
+
+ if ($functionApp -and $functionApp.ServerFarmId)
+ {
+ # Get the app service plan details
+ $planParams = GetParameterKeyValues -PSBoundParametersDictionary $PSBoundParameters `
+ -ParameterList @("SubscriptionId", "HttpPipelineAppend", "HttpPipelinePrepend")
+
+ $planInfo = GetFunctionAppServicePlanInfo -ServerFarmId $functionApp.ServerFarmId @planParams -ErrorAction SilentlyContinue
+
+ # Check if the plan is Flex Consumption
+ if ($planInfo -and $planInfo.SkuTier -eq "FlexConsumption")
+ {
+ $message = "Flex Consumption plan '$($planInfo.Name)' will be removed along with the function app."
+ Write-Warning $message
+ $deleteEmptyServerFarm = $true
+ }
+ }
+ }
+ catch {
+ # If we can't determine the plan type, default to not deleting the server farm
+ }
+
+ # Set the option to delete the App Service plan for Flex Consumption, otherwise don't delete
+ $PSBoundParameters.Add("DeleteEmptyServerFarm", $deleteEmptyServerFarm) | Out-Null
if ($PsCmdlet.ShouldProcess($Name, "Deleting function app"))
{
diff --git a/src/Functions/Functions.Autorest/custom/api/Support/AvailablePlanType.cs b/src/Functions/Functions.Autorest/custom/api/Support/AvailablePlanType.cs
index 89fcb576c4fa..b512c1a08f6d 100644
--- a/src/Functions/Functions.Autorest/custom/api/Support/AvailablePlanType.cs
+++ b/src/Functions/Functions.Autorest/custom/api/Support/AvailablePlanType.cs
@@ -24,6 +24,10 @@ public partial struct AvailablePlanType :
{
yield return new global::System.Management.Automation.CompletionResult("Consumption", "Consumption", global::System.Management.Automation.CompletionResultType.ParameterValue, "Consumption");
}
+ if (global::System.String.IsNullOrEmpty(wordToComplete) || "FlexConsumption".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase))
+ {
+ yield return new global::System.Management.Automation.CompletionResult("FlexConsumption", "FlexConsumption", global::System.Management.Automation.CompletionResultType.ParameterValue, "FlexConsumption");
+ }
if (global::System.String.IsNullOrEmpty(wordToComplete) || "Premium".StartsWith(wordToComplete, global::System.StringComparison.InvariantCultureIgnoreCase))
{
yield return new global::System.Management.Automation.CompletionResult("Premium", "Premium", global::System.Management.Automation.CompletionResultType.ParameterValue, "Premium");
diff --git a/src/Functions/Functions.Autorest/docs/Az.Functions.md b/src/Functions/Functions.Autorest/docs/Az.Functions.md
index 7b5d5e8b16b4..53876df96639 100644
--- a/src/Functions/Functions.Autorest/docs/Az.Functions.md
+++ b/src/Functions/Functions.Autorest/docs/Az.Functions.md
@@ -1,6 +1,6 @@
---
Module Name: Az.Functions
-Module Guid: eafced71-8742-4a2c-5afd-13117428dd90
+Module Guid: 33b403ea-a69c-4cca-9d91-e17a23d48905
Download Help Link: https://learn.microsoft.com/powershell/module/az.functions
Help Version: 1.0.0.0
Locale: en-US
@@ -17,6 +17,9 @@ Gets function apps in a subscription.
### [Get-AzFunctionAppAvailableLocation](Get-AzFunctionAppAvailableLocation.md)
Gets the location where a function app for the given os and plan type is available.
+### [Get-AzFunctionAppFlexConsumptionRuntime](Get-AzFunctionAppFlexConsumptionRuntime.md)
+Gets the Flex Consumption function app runtimes supported at the specified location.
+
### [Get-AzFunctionAppPlan](Get-AzFunctionAppPlan.md)
Get function apps plans in a subscription.
diff --git a/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppAvailableLocation.md b/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppAvailableLocation.md
index 1321d03f8ae3..ffca44b918c0 100644
--- a/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppAvailableLocation.md
+++ b/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppAvailableLocation.md
@@ -14,7 +14,7 @@ Gets the location where a function app for the given os and plan type is availab
```
Get-AzFunctionAppAvailableLocation [[-SubscriptionId] ] [[-PlanType] ] [[-OSType] ]
- [[-DefaultProfile] ] []
+ [[-DefaultProfile] ] [-ZoneRedundant] []
```
## DESCRIPTION
@@ -147,6 +147,92 @@ Germany West Central
This command gets the locations where Consumption is available for Windows.
+### Example 4: Get the locations where Flex Consumption is available
+```powershell
+Get-AzFunctionAppavailableLocation -PlanType FlexConsumption
+```
+
+```output
+Name
+----
+Canada Central
+North Europe
+West Europe
+Southeast Asia
+East Asia
+West US
+Japan West
+Japan East
+East US 2
+North Central US
+South Central US
+Brazil South
+Australia East
+Australia Southeast
+Central US
+East US
+North Central US (Stage)
+Central India
+South India
+Canada East
+West Central US
+West US 2
+UK West
+UK South
+East US 2 EUAP
+Korea Central
+France South
+France Central
+South Africa North
+Switzerland North
+Germany West Central
+Switzerland West
+UAE North
+Norway East
+West US 3
+Sweden Central
+Poland Central
+Italy North
+Israel Central
+Spain Central
+Mexico Central
+Taiwan North
+Taiwan Northwest
+New Zealand North
+Indonesia Central
+Malaysia West
+```
+
+This command gets the locations where Flex Consumption is available.
+
+### Example 5: Get the locations where Flex Consumption supports Zone Redundancy
+```powershell
+Get-AzFunctionAppavailableLocation -PlanType FlexConsumption -ZoneRedundant
+```
+
+```output
+Name
+----
+Canada Central
+Southeast Asia
+East Asia
+Australia East
+East US
+Central India
+UK South
+East US 2 EUAP
+South Africa North
+Germany West Central
+UAE North
+Norway East
+West US 3
+Sweden Central
+Italy North
+Israel Central
+```
+
+This command retrieves the locations where Flex Consumption is available and zone redundancy is supported.
+
## PARAMETERS
### -DefaultProfile
@@ -210,6 +296,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -ZoneRedundant
+Filter the list to return only locations which support zone redundancy.
+
+```yaml
+Type: System.Management.Automation.SwitchParameter
+Parameter Sets: (All)
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
diff --git a/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppFlexConsumptionRuntime.md b/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppFlexConsumptionRuntime.md
new file mode 100644
index 000000000000..e3fc465b4bc3
--- /dev/null
+++ b/src/Functions/Functions.Autorest/docs/Get-AzFunctionAppFlexConsumptionRuntime.md
@@ -0,0 +1,185 @@
+---
+external help file:
+Module Name: Az.Functions
+online version: https://learn.microsoft.com/powershell/module/az.functions/get-azfunctionappflexconsumptionruntime
+schema: 2.0.0
+---
+
+# Get-AzFunctionAppFlexConsumptionRuntime
+
+## SYNOPSIS
+Gets the Flex Consumption function app runtimes supported at the specified location.
+
+## SYNTAX
+
+### AllRuntimes (Default)
+```
+Get-AzFunctionAppFlexConsumptionRuntime -Location []
+```
+
+### AllVersions
+```
+Get-AzFunctionAppFlexConsumptionRuntime -Location -Runtime []
+```
+
+### ByVersion
+```
+Get-AzFunctionAppFlexConsumptionRuntime -Location -Runtime -Version
+ []
+```
+
+### DefaultOrLatest
+```
+Get-AzFunctionAppFlexConsumptionRuntime -DefaultOrLatest -Location -Runtime
+ []
+```
+
+## DESCRIPTION
+Gets the Flex Consumption function app runtimes supported at the specified location.
+
+## EXAMPLES
+
+### Example 1: Get all supported runtimes for Flex Consumption in a specific location.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia'
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+dotnet-isolated 10.0 False 11/9/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+dotnet-isolated 9.0 False 5/11/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+dotnet-isolated 8.0 True 11/9/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+node 22 True 4/29/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+node 20 False 4/29/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+java 21 False 8/31/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+java 17 True 8/31/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+powershell 7.4 True 11/9/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.13 False 10/30/2029 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.11 True 10/30/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.10 True 10/30/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+custom 1.0 False @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command retrieves all available runtimes and their versions for Flex Consumption function apps in the East Asia region.
+Supported runtimes include: dotnet-isolated, node, java, powershell, python, and custom.
+
+### Example 2: Get all supported versions for a specific runtime.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia' -Runtime Python
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+python 3.13 False 10/30/2029 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.11 True 10/30/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.10 True 10/30/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command retrieves all supported Python versions for Flex Consumption function apps in the East Asia region.
+
+### Example 3: Get the default or latest runtime version for PowerShell.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'east asia' -Runtime PowerShell -DefaultOrLatest
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command retrieves the default PowerShell version for Flex Consumption function apps in the East Asia region.
+Use this parameter when you need to determine the default runtime version that will be used if no specific version is provided during function app creation.
+
+### Example 4: Get a specific runtime version.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia' -Runtime Python -Version 3.12
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command validates that Python 3.12 is supported for Flex Consumption function apps in the East Asia region and retrieves its details.
+
+## PARAMETERS
+
+### -DefaultOrLatest
+Get the default or latest version of the specified runtime.
+
+```yaml
+Type: System.Management.Automation.SwitchParameter
+Parameter Sets: DefaultOrLatest
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Location
+The location where Flex Consumption function apps are supported.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Runtime
+The Flex Consumption function app runtime.
+
+```yaml
+Type: System.String
+Parameter Sets: AllVersions, ByVersion, DefaultOrLatest
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Version
+The function app runtime version.
+
+```yaml
+Type: System.String
+Parameter Sets: ByVersion
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+## OUTPUTS
+
+### System.Object
+
+## NOTES
+
+## RELATED LINKS
+
diff --git a/src/Functions/Functions.Autorest/docs/New-AzFunctionApp.md b/src/Functions/Functions.Autorest/docs/New-AzFunctionApp.md
index 06dbf5d62768..8cbec14ce288 100644
--- a/src/Functions/Functions.Autorest/docs/New-AzFunctionApp.md
+++ b/src/Functions/Functions.Autorest/docs/New-AzFunctionApp.md
@@ -54,6 +54,19 @@ New-AzFunctionApp -Environment -Name -ResourceGroupName ]
```
+### FlexConsumption
+```
+New-AzFunctionApp -FlexConsumptionLocation -Name -ResourceGroupName
+ -Runtime -StorageAccountName [-AlwaysReady ]
+ [-ApplicationInsightsKey ] [-ApplicationInsightsName ] [-AppSetting ]
+ [-DeploymentStorageAuthType ] [-DeploymentStorageAuthValue ]
+ [-DeploymentStorageContainerName ] [-DeploymentStorageName ] [-DisableApplicationInsights]
+ [-EnableZoneRedundancy] [-HttpPerInstanceConcurrency ] [-IdentityID ]
+ [-IdentityType ] [-InstanceMemoryMB ] [-MaximumInstanceCount ]
+ [-PassThru] [-RuntimeVersion ] [-SubscriptionId ] [-Tag ]
+ [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] []
+```
+
## DESCRIPTION
Creates a function app.
@@ -81,7 +94,7 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
This command creates a PowerShell function app which will be hosted in a service plan.
-### Example 3: Create a function app using a using a private ACR image.
+### Example 3: Create a function app using a private ACR image.
```powershell
New-AzFunctionApp -Name MyUniqueFunctionAppName `
-ResourceGroupName MyResourceGroupName `
@@ -90,9 +103,9 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
-DockerImageName myacr.azurecr.io/myimage:tag
```
-This command creates a function app using a using a private ACR image.
+This command creates a function app using a private ACR image.
-### Example 4: Create a function app on container app.
+### Example 4: Create a function app on a container app.
```powershell
New-AzFunctionApp -Name MyUniqueFunctionAppName `
-ResourceGroupName MyResourceGroupName `
@@ -101,10 +114,42 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
-WorkloadProfileName MyWorkloadProfileName
```
-This command create a function app on container app using the default .Net image.
+This command creates a function app on a container app using the default .NET image.
+
+### Example 5: Create a PowerShell function app hosted in a Flex Consumption plan.
+```powershell
+New-AzFunctionApp -Name MyUniqueFunctionAppName `
+ -ResourceGroupName MyResourceGroupName `
+ -FlexConsumptionLocation LocationWhereFlexConsumptionIsSupported `
+ -StorageAccountName MyStorageAccountName `
+ -Runtime PowerShell
+```
+
+This command creates a PowerShell function app hosted in a Flex Consumption plan.
## PARAMETERS
+### -AlwaysReady
+Array of hashtables describing the AlwaysReady configuration.
+Each hashtable must include:
+- name: The function name or route name.
+- instanceCount: The number of pre-warmed instances for that function.
+
+Example:
+@(@{ name = "http"; instanceCount = 2 }).
+
+```yaml
+Type: System.Collections.Hashtable[]
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -ApplicationInsightsKey
Instrumentation key of App Insights to be added.
@@ -180,6 +225,67 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -DeploymentStorageAuthType
+Deployment storage authentication type.
+Allowed values: StorageAccountConnectionString, SystemAssignedIdentity, UserAssignedIdentity
+
+```yaml
+Type: System.String
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DeploymentStorageAuthValue
+Deployment storage authentication value used for the chosen auth type (eg: connection string, or user-assigned identity resource id).
+
+```yaml
+Type: System.String
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DeploymentStorageContainerName
+Deployment storage container name.
+
+```yaml
+Type: System.String
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -DeploymentStorageName
+Name of deployment storage account to be used for function app artifacts.
+
+```yaml
+Type: System.String
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -DisableApplicationInsights
Disable creating application insights resource during the function app creation.
No logs will be available.
@@ -196,6 +302,22 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -EnableZoneRedundancy
+Enable zone redundancy for high availability.
+Applies to Flex Consumption SKU only.
+
+```yaml
+Type: System.Management.Automation.SwitchParameter
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -Environment
Name of the container app environment.
@@ -211,6 +333,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -FlexConsumptionLocation
+Location to create Flex Consumption function app.
+
+```yaml
+Type: System.String
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -FunctionsVersion
The Functions version.
@@ -226,6 +363,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -HttpPerInstanceConcurrency
+The maximum number of concurrent HTTP trigger invocations per instance.
+
+```yaml
+Type: System.Int32
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -IdentityID
Specifies the list of user identities associated with the function app.
The user identity references will be ARM resource ids in the form:
@@ -276,6 +428,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -InstanceMemoryMB
+Per-instance memory in MB for Flex Consumption instances.
+
+```yaml
+Type: System.Int32
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -Location
The location for the consumption plan.
@@ -291,6 +458,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```
+### -MaximumInstanceCount
+Maximum instance count for Flex Consumption.
+
+```yaml
+Type: System.Int32
+Parameter Sets: FlexConsumption
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
### -Name
The name of the function app.
@@ -451,7 +633,7 @@ The function runtime.
```yaml
Type: System.String
-Parameter Sets: ByAppServicePlan, Consumption
+Parameter Sets: ByAppServicePlan, Consumption, FlexConsumption
Aliases:
Required: True
@@ -466,7 +648,7 @@ The function runtime.
```yaml
Type: System.String
-Parameter Sets: ByAppServicePlan, Consumption
+Parameter Sets: ByAppServicePlan, Consumption, FlexConsumption
Aliases:
Required: False
diff --git a/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppAvailableLocation.md b/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppAvailableLocation.md
index dc9a87911a89..4d0dd5f2423e 100644
--- a/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppAvailableLocation.md
+++ b/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppAvailableLocation.md
@@ -124,4 +124,97 @@ Switzerland North
Germany West Central
```
-This command gets the locations where Consumption is available for Windows.
\ No newline at end of file
+This command gets the locations where Consumption is available for Windows.
+
+### Example 4: Get the locations where Flex Consumption is available
+
+Currently, Flex Consumption is supported only on Linux. To retrieve the list of regions, set the PlanType parameter to 'FlexConsumption'. The OSType parameter is optional; however, the cmdlet will return an error if OSType is set to 'Windows'.
+
+
+```powershell
+Get-AzFunctionAppavailableLocation -PlanType FlexConsumption
+```
+
+```output
+Name
+----
+Canada Central
+North Europe
+West Europe
+Southeast Asia
+East Asia
+West US
+Japan West
+Japan East
+East US 2
+North Central US
+South Central US
+Brazil South
+Australia East
+Australia Southeast
+Central US
+East US
+North Central US (Stage)
+Central India
+South India
+Canada East
+West Central US
+West US 2
+UK West
+UK South
+East US 2 EUAP
+Korea Central
+France South
+France Central
+South Africa North
+Switzerland North
+Germany West Central
+Switzerland West
+UAE North
+Norway East
+West US 3
+Sweden Central
+Poland Central
+Italy North
+Israel Central
+Spain Central
+Mexico Central
+Taiwan North
+Taiwan Northwest
+New Zealand North
+Indonesia Central
+Malaysia West
+```
+
+This command gets the locations where Flex Consumption is available.
+
+### Example 5: Get the locations where Flex Consumption supports Zone Redundancy
+
+Flex Consumption plans can optionally be zone redundant in regions that support Availability Zones. To retrieve the list of regions where zone redundancy is available for Flex Consumption, set the PlanType parameter to 'FlexConsumption' and include the ZoneRedundant switch. Note that zone redundancy is currently supported only for Flex Consumption.
+
+```powershell
+Get-AzFunctionAppavailableLocation -PlanType FlexConsumption -ZoneRedundant
+```
+
+```output
+Name
+----
+Canada Central
+Southeast Asia
+East Asia
+Australia East
+East US
+Central India
+UK South
+East US 2 EUAP
+South Africa North
+Germany West Central
+UAE North
+Norway East
+West US 3
+Sweden Central
+Italy North
+Israel Central
+```
+
+This command retrieves the locations where Flex Consumption is available and zone redundancy is supported.
diff --git a/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppFlexConsumptionRuntime.md b/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppFlexConsumptionRuntime.md
new file mode 100644
index 000000000000..2df3eea3e9d9
--- /dev/null
+++ b/src/Functions/Functions.Autorest/examples/Get-AzFunctionAppFlexConsumptionRuntime.md
@@ -0,0 +1,68 @@
+### Example 1: Get all supported runtimes for Flex Consumption in a specific location.
+
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia'
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+dotnet-isolated 10.0 False 11/9/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+dotnet-isolated 9.0 False 5/11/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+dotnet-isolated 8.0 True 11/9/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+node 22 True 4/29/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+node 20 False 4/29/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+java 21 False 8/31/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+java 17 True 8/31/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+powershell 7.4 True 11/9/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.13 False 10/30/2029 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.11 True 10/30/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.10 True 10/30/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+custom 1.0 False @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command retrieves all available runtimes and their versions for Flex Consumption function apps in the East Asia region. Supported runtimes include: dotnet-isolated, node, java, powershell, python, and custom.
+
+### Example 2: Get all supported versions for a specific runtime.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia' -Runtime Python
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+python 3.13 False 10/30/2029 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.11 True 10/30/2027 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+python 3.10 True 10/30/2026 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command retrieves all supported Python versions for Flex Consumption function apps in the East Asia region.
+
+### Example 3: Get the default or latest runtime version for PowerShell.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'east asia' -Runtime PowerShell -DefaultOrLatest
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command retrieves the default PowerShell version for Flex Consumption function apps in the East Asia region. Use this parameter when you need to determine the default runtime version that will be used if no specific version is provided during function app creation.
+
+### Example 4: Get a specific runtime version.
+```powershell
+Get-AzFunctionAppFlexConsumptionRuntime -Location 'East Asia' -Runtime Python -Version 3.12
+```
+
+```output
+Name Version IsDefault EndOfLifeDate Sku
+---- ------- --------- ------------- ---
+python 3.12 True 10/30/2028 @{skuCode=FC1; instanceMemoryMB=System.Object[]; maximumInstanceCount=; functionAppConfigProperties=}
+```
+
+This command validates that Python 3.12 is supported for Flex Consumption function apps in the East Asia region and retrieves its details.
+
diff --git a/src/Functions/Functions.Autorest/examples/New-AzFunctionApp.md b/src/Functions/Functions.Autorest/examples/New-AzFunctionApp.md
index cc9740fa5c5d..9d3a4a660a4d 100644
--- a/src/Functions/Functions.Autorest/examples/New-AzFunctionApp.md
+++ b/src/Functions/Functions.Autorest/examples/New-AzFunctionApp.md
@@ -23,7 +23,7 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
This command creates a PowerShell function app which will be hosted in a service plan.
-### Example 3: Create a function app using a using a private ACR image.
+### Example 3: Create a function app using a private ACR image.
Note that the service plan and storage account must exist before this operation.
@@ -35,9 +35,9 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
-DockerImageName myacr.azurecr.io/myimage:tag
```
-This command creates a function app using a using a private ACR image.
+This command creates a function app using a private ACR image.
-### Example 4: Create a function app on container app.
+### Example 4: Create a function app on a container app.
```powershell
New-AzFunctionApp -Name MyUniqueFunctionAppName `
@@ -47,4 +47,16 @@ New-AzFunctionApp -Name MyUniqueFunctionAppName `
-WorkloadProfileName MyWorkloadProfileName
```
-This command create a function app on container app using the default .Net image.
\ No newline at end of file
+This command creates a function app on a container app using the default .NET image.
+
+### Example 5: Create a PowerShell function app hosted in a Flex Consumption plan.
+
+```powershell
+New-AzFunctionApp -Name MyUniqueFunctionAppName `
+ -ResourceGroupName MyResourceGroupName `
+ -FlexConsumptionLocation LocationWhereFlexConsumptionIsSupported `
+ -StorageAccountName MyStorageAccountName `
+ -Runtime PowerShell
+```
+
+This command creates a PowerShell function app hosted in a Flex Consumption plan.
diff --git a/src/Functions/Functions.Autorest/test/Get-AzFunctionApp.Recording.json b/src/Functions/Functions.Autorest/test/Get-AzFunctionApp.Recording.json
index 3713b8b8ab18..770edb6dc66c 100644
--- a/src/Functions/Functions.Autorest/test/Get-AzFunctionApp.Recording.json
+++ b/src/Functions/Functions.Autorest/test/Get-AzFunctionApp.Recording.json
@@ -6,12 +6,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "47" ],
- "x-ms-client-request-id": [ "31e9b7ae-54fc-4bff-a19d-740cc6397099" ],
+ "x-ms-unique-id": [ "50" ],
+ "x-ms-client-request-id": [ "86a83d17-9968-41b6-a60b-87d9b807df8f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -22,42 +22,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375761EBC4B\"" ],
+ "ETag": [ "\"1DC55BC4DB59F75\"" ],
+ "x-ms-original-request-ids": [ "67c50af4-9d33-48de-8bde-c06edd34dc90" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b22f9236-2a1e-4439-8103-c9402379c814" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "a8023ca4-84a6-47c5-b115-d06cdbb535c7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005418Z:a8023ca4-84a6-47c5-b115-d06cdbb535c7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "fadd8429-4f0b-4d1f-bda3-0b1c12a5bd28" ],
+ "x-ms-correlation-request-id": [ "fadd8429-4f0b-4d1f-bda3-0b1c12a5bd28" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T231911Z:fadd8429-4f0b-4d1f-bda3-0b1c12a5bd28" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 17A2F3C47951441D921318C8E0A04A52 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:18Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:18 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AFC5CBFA61B34BAF9B66C301970294AD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:11 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "29057" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "33726" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25\",\"name\":\"Functions-Node-18-1u8q25\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-18-1u8q25\",\"state\":\"Running\",\"hostNames\":[\"functions-node-18-1u8q25.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Node-18-1u8q25\",\"repositorySiteName\":\"Functions-Node-18-1u8q25\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-18-1u8q25.azurewebsites.net\",\"functions-node-18-1u8q25.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-18-1u8q25.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-18-1u8q25.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:51:37.4\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-18-1u8q25\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Node-18-1u8q25\\\\$Functions-Node-18-1u8q25\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-node-18-1u8q25.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8\",\"name\":\"Functions-Python-310-bj26n8\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-310-bj26n8\",\"state\":\"Running\",\"hostNames\":[\"functions-python-310-bj26n8.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-310-bj26n8\",\"repositorySiteName\":\"Functions-Python-310-bj26n8\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-310-bj26n8.azurewebsites.net\",\"functions-python-310-bj26n8.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-310-bj26n8.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-310-bj26n8.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:53:42.1166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-310-bj26n8\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-310-bj26n8\\\\$Functions-Python-310-bj26n8\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-310-bj26n8.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-72-n0c7kq\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-72-n0c7kq\",\"repositorySiteName\":\"Functions-PowerShell-72-n0c7kq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"functions-powershell-72-n0c7kq.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-72-n0c7kq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-72-n0c7kq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:50:39.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-72-n0c7kq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-72-n0c7kq\\\\$Functions-PowerShell-72-n0c7kq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si\",\"name\":\"Functions-DotNet-6-9uj4si\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-6-9uj4si\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-6-9uj4si.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-DotNet-6-9uj4si\",\"repositorySiteName\":\"Functions-DotNet-6-9uj4si\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-6-9uj4si.azurewebsites.net\",\"functions-dotnet-6-9uj4si.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-dotnet-6-9uj4si.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-6-9uj4si.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:52:40.87\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-6-9uj4si\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-DotNet-6-9uj4si\\\\$Functions-DotNet-6-9uj4si\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-dotnet-6-9uj4si.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq\",\"name\":\"Functions-Python-312-w61tuq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-312-w61tuq\",\"state\":\"Running\",\"hostNames\":[\"functions-python-312-w61tuq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Python-312-w61tuq\",\"repositorySiteName\":\"Functions-Python-312-w61tuq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-312-w61tuq.azurewebsites.net\",\"functions-python-312-w61tuq.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.12\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-312-w61tuq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-312-w61tuq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:13:36.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.12\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-312-w61tuq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Python-312-w61tuq\\\\$Functions-Python-312-w61tuq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-python-312-w61tuq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-74-1atxo6\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShell-74-1atxo6\",\"repositorySiteName\":\"Functions-PowerShell-74-1atxo6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\",\"functions-powershell-74-1atxo6.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-74-1atxo6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-74-1atxo6.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:10:08.19\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-74-1atxo6\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShell-74-1atxo6\\\\$Functions-PowerShell-74-1atxo6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershell-74-1atxo6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d\",\"name\":\"Functions-Node-22-fh9m0d\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-22-fh9m0d\",\"state\":\"Running\",\"hostNames\":[\"functions-node-22-fh9m0d.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Node-22-fh9m0d\",\"repositorySiteName\":\"Functions-Node-22-fh9m0d\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-22-fh9m0d.azurewebsites.net\",\"functions-node-22-fh9m0d.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-22-fh9m0d.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-22-fh9m0d.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:11:08.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-22-fh9m0d\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Node-22-fh9m0d\\\\$Functions-Node-22-fh9m0d\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-node-22-fh9m0d.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv\",\"name\":\"Functions-DotNet-8-du5asv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-8-du5asv\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-8-du5asv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-DotNet-8-du5asv\",\"repositorySiteName\":\"Functions-DotNet-8-du5asv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-8-du5asv.azurewebsites.net\",\"functions-dotnet-8-du5asv.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-dotnet-8-du5asv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-8-du5asv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:12:32.4233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-8-du5asv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-DotNet-8-du5asv\\\\$Functions-DotNet-8-du5asv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-dotnet-8-du5asv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "48" ],
- "x-ms-client-request-id": [ "16fd336e-adc4-4d43-8877-d096663a1248" ],
+ "x-ms-unique-id": [ "51" ],
+ "x-ms-client-request-id": [ "5e618146-eb58-4497-aa0a-78d2665fe8ee" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -69,40 +69,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d00fac49-4123-4fc0-9ef7-e9bfab226fa9" ],
+ "x-ms-request-id": [ "335632bc-ec0b-4958-bb0d-9fccb256442a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "9428f669-712d-4f84-8765-0fe111e480d1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005419Z:9428f669-712d-4f84-8765-0fe111e480d1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westcentralus/01874c2d-1f7f-4921-a4f0-1f8a83364586" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "ff89cdd7-fdcc-499d-9a7b-be369f23ac68" ],
+ "x-ms-routing-request-id": [ "WESTCENTRALUS:20251114T231911Z:ff89cdd7-fdcc-499d-9a7b-be369f23ac68" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1C373BD2011840129A22862DAB9A745B Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:18Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:18 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CD635837B9C44D0E917C6B751F46F2A9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:11 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "1213" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-18-1u8q25cbboz1ir\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"78b84753-614d-4b26-a471-25e26fecf1ee\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-312-w61tuq\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "49" ],
- "x-ms-client-request-id": [ "5f96c172-daa9-432a-9471-bdeb147c888e" ],
+ "x-ms-unique-id": [ "52" ],
+ "x-ms-client-request-id": [ "059fb4da-ef11-4204-9857-14a9b58d542d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -114,40 +114,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4855280f-d9e5-4b76-86d2-6e7d72f21284" ],
+ "x-ms-request-id": [ "57c2c138-2abe-4247-9b7b-d5789d318c6b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "9d725393-7b91-4bf8-add5-54a7d564a389" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005419Z:9d725393-7b91-4bf8-add5-54a7d564a389" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/375320ab-a3a7-4b6f-a286-be57e90fcd0c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c7746640-e30b-4e49-be25-f69ef60bb569" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231912Z:c7746640-e30b-4e49-be25-f69ef60bb569" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 598AEFC455F942B49C2F82684AC3E4D8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:19Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:18 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 54A140D8AAE742A29161D4399438B057 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:11 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4061" ],
+ "Content-Length": [ "4188" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web\",\"name\":\"Functions-Node-18-1u8q25\",\"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\":\"\",\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web\",\"name\":\"Functions-Python-312-w61tuq\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.12\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/appsettings/list?api-version=2023-12-01+4": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "50" ],
- "x-ms-client-request-id": [ "8cf47b51-1b20-4be6-b62a-b045f33715ed" ],
+ "x-ms-unique-id": [ "53" ],
+ "x-ms-client-request-id": [ "6690e3c5-825b-41e2-8539-398be279c99c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -159,40 +160,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9f8bbba7-5c67-401b-86ab-457edabe259a" ],
+ "x-ms-request-id": [ "c989edf5-a94d-48e5-bc1a-edecedef6343" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ],
- "x-ms-correlation-request-id": [ "9366265e-33d4-453d-999c-492ca4aa9a90" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005419Z:9366265e-33d4-453d-999c-492ca4aa9a90" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ad993916-c7dc-4924-89f1-f3c1875cf588" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "286b554a-2b35-4961-8d6e-a00a15801a27" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231912Z:286b554a-2b35-4961-8d6e-a00a15801a27" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 32382AF0E462485BBC62876DD6DEDADC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:19Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F8CC69A7D4E243299F7F3D6AFD012310 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1232" ],
+ "Content-Length": [ "1172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-310-bj26n8u0nqpma1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2eaef2e0-6acb-4b79-b771-8312078be897\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-74-1atxo6\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web?api-version=2023-12-01+5": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "51" ],
- "x-ms-client-request-id": [ "8ac385ee-9250-4597-bee8-2d6ca8dc5744" ],
+ "x-ms-unique-id": [ "54" ],
+ "x-ms-client-request-id": [ "3cdf7b47-65f6-4c55-9bfd-d67e7231c163" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -204,40 +205,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f9693c30-9078-4420-bc28-f559f04c7359" ],
+ "x-ms-request-id": [ "1dd8ff4b-bd9c-4327-abba-8290ef0daa46" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "67916d3c-c42c-4f28-ad4f-4195c6546a42" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005419Z:67916d3c-c42c-4f28-ad4f-4195c6546a42" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4df0d6c4-c723-4512-a1f7-4a577302ec7c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "99e93faf-6018-4d28-ae96-e22069c267e3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231912Z:99e93faf-6018-4d28-ae96-e22069c267e3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AD53569C581B45308F33AE08692BF5F1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:19Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BE72F00A46484200A3485776C43B7B3E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4077" ],
+ "Content-Length": [ "4181" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web\",\"name\":\"Functions-Python-310-bj26n8\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01+6": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/appsettings/list?api-version=2023-12-01+6": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "52" ],
- "x-ms-client-request-id": [ "f4a1fc9b-0ac2-4b03-af35-acf232544e04" ],
+ "x-ms-unique-id": [ "55" ],
+ "x-ms-client-request-id": [ "ac0a248b-777a-4a0e-b611-dd022e9c9f4f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -249,40 +251,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "810f7114-dbab-40fd-a9b3-e3be82ba88cb" ],
+ "x-ms-request-id": [ "d733360c-f2f3-49bc-93c4-7ef31089504f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "0f22a997-0ab2-41b3-abc8-b6e5074f862f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005420Z:0f22a997-0ab2-41b3-abc8-b6e5074f862f" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2a9090b6-2a62-44e2-930d-fbc0df6d5f39" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "276507fa-d9b6-4e83-b3fc-94f00402f252" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231912Z:276507fa-d9b6-4e83-b3fc-94f00402f252" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DB70AB2A7C214B53A4DA864AF9B0993A Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 08233EE02D194F9684E3D0D2AFFBF105 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1189" ],
+ "Content-Length": [ "1201" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-72-n0c7kqtet8xtld\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"fa6044a6-c259-4170-b89d-2f11a85f94e7\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-22-fh9m0d\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01+7": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "53" ],
- "x-ms-client-request-id": [ "0dd82a6d-8568-4f96-b0f4-51285401f72e" ],
+ "x-ms-unique-id": [ "56" ],
+ "x-ms-client-request-id": [ "dcbd5a89-3f2f-4d47-b0b1-6672d91451eb" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -294,40 +296,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1b34d0c5-4d2b-4f6a-9997-d4f4378d702e" ],
+ "x-ms-request-id": [ "8c9e83c8-633a-48ec-bfe7-a27e414c06b0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "735866b3-307b-4e5f-9035-7b9d68daa191" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005420Z:735866b3-307b-4e5f-9035-7b9d68daa191" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/33319a72-2e07-4797-8a22-4be1b5a9a1c0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "018a3b04-d6da-4ff2-a536-5038e08fa975" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231913Z:018a3b04-d6da-4ff2-a536-5038e08fa975" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5543D89A0EFE45DAAE3B9B9B6DD1F55C Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4A300CF637FC4066A51B495723B647EA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4070" ],
+ "Content-Length": [ "4172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web\",\"name\":\"Functions-Node-22-fh9m0d\",\"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\":\"\",\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings/list?api-version=2023-12-01+8": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings/list?api-version=2023-12-01+8": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "54" ],
- "x-ms-client-request-id": [ "27411195-7b69-4ca1-8a64-bf5be2b03266" ],
+ "x-ms-unique-id": [ "57" ],
+ "x-ms-client-request-id": [ "47ca0dc1-25f2-4810-9b77-da9fea934c08" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -339,40 +342,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "20954425-05c0-4e05-9eec-25f10f27b484" ],
+ "x-ms-request-id": [ "353eecad-df12-49ec-81b6-55a6e057ba94" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "97b99637-20f6-40eb-a918-dbd4db50ea8f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005421Z:97b99637-20f6-40eb-a918-dbd4db50ea8f" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a90155b6-9878-4b4e-9a75-e1df660a2837" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "bb886bf8-22d5-404a-bc71-b7903ccac610" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231913Z:bb886bf8-22d5-404a-bc71-b7903ccac610" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4340D8A3101447058E79D2A771037D09 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2F25255AAE48420BAA5A45A07B8041EA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:13 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1179" ],
+ "Content-Length": [ "1198" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-6-9uj4sil4werwqi\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a2f5facb-093f-44b6-9e00-911b1fbd70e9\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_INPROC_NET8_ENABLED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-8-du5asv\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web?api-version=2023-12-01+9": {
+ "Get-AzFunctionApp+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web?api-version=2023-12-01+9": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "55" ],
- "x-ms-client-request-id": [ "cf138aec-2afd-4115-86bc-7735ceca4bfa" ],
+ "x-ms-unique-id": [ "58" ],
+ "x-ms-client-request-id": [ "83f45957-c14e-48a3-85c8-aebf14916704" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -384,40 +387,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d59feba0-d62f-455d-8aca-fc697327732e" ],
+ "x-ms-request-id": [ "2a21428f-2de2-4a06-a4ab-48b035c0debd" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "249d83b9-c270-4e1a-93b1-34fa4d0b2849" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005421Z:249d83b9-c270-4e1a-93b1-34fa4d0b2849" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/eab91897-be43-4e57-b901-0b37f01406b9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ec528ef8-2d07-4163-9a82-cfb6aecc2bf7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231913Z:ec528ef8-2d07-4163-9a82-cfb6aecc2bf7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F7F0330E5983435BA9603A63BD85F815 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E3ED82A7AAF340E48A293B771F255527 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:13 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4063" ],
+ "Content-Length": [ "4174" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web\",\"name\":\"Functions-DotNet-6-9uj4si\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web\",\"name\":\"Functions-DotNet-8-du5asv\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-72-n0c7kq\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq?api-version=2023-12-01+1": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-74-1atxo6\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "56" ],
- "x-ms-client-request-id": [ "de090557-aea0-43b9-a6c1-c62650f60087" ],
+ "x-ms-unique-id": [ "59" ],
+ "x-ms-client-request-id": [ "6a9455aa-60fa-4ab8-b700-bb100e18dff6" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -428,42 +432,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37509736B80\"" ],
+ "ETag": [ "\"1DC55BBD1D4C5E0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "25ce3efb-f784-4b45-a584-b614e287e2d0" ],
+ "x-ms-request-id": [ "8ca4d270-a287-45ed-95e0-a07e5eb825b7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "85ee807e-31e6-40d4-a5da-4f1ccc936a84" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005421Z:85ee807e-31e6-40d4-a5da-4f1ccc936a84" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "83bd6f05-c869-4754-b010-1814e411a266" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231913Z:83bd6f05-c869-4754-b010-1814e411a266" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FD11E008A67F409EB88FFA32414CD1CC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1C97AB6421C84D3DAC0BA2AA72723B82 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:13 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7293" ],
+ "Content-Length": [ "8395" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-72-n0c7kq\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-72-n0c7kq\",\"repositorySiteName\":\"Functions-PowerShell-72-n0c7kq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"functions-powershell-72-n0c7kq.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-72-n0c7kq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-72-n0c7kq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:50:39.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-72-n0c7kq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-72-n0c7kq\\\\$Functions-PowerShell-72-n0c7kq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-74-1atxo6\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShell-74-1atxo6\",\"repositorySiteName\":\"Functions-PowerShell-74-1atxo6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\",\"functions-powershell-74-1atxo6.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-74-1atxo6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-74-1atxo6.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:10:08.19\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-74-1atxo6\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShell-74-1atxo6\\\\$Functions-PowerShell-74-1atxo6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershell-74-1atxo6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-72-n0c7kq\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-74-1atxo6\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "57" ],
- "x-ms-client-request-id": [ "a327004f-794b-41d6-b611-b07f87ba9a00" ],
+ "x-ms-unique-id": [ "60" ],
+ "x-ms-client-request-id": [ "5c3efbdc-f518-4d57-934a-3964dee56ee6" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -475,40 +479,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "24eae78c-d49c-4105-9b8f-1031b7df5c2c" ],
+ "x-ms-request-id": [ "b035ffd4-cf73-4435-b3c8-4937ec60aee3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "33cd598a-f544-4287-a2da-7d30b16fabb1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005421Z:33cd598a-f544-4287-a2da-7d30b16fabb1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f5827c9e-9691-4c22-bdc1-50b0ce3b9f2f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "797" ],
+ "x-ms-correlation-request-id": [ "7f96f284-9aa2-4b4f-afc1-35c8d372d797" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231914Z:7f96f284-9aa2-4b4f-afc1-35c8d372d797" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 315D01D28525499CBB79A2298E49DCD3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 96941AB0872A4E36B42D84250EDFBDA4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:13 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1189" ],
+ "Content-Length": [ "1172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-72-n0c7kqtet8xtld\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"fa6044a6-c259-4170-b89d-2f11a85f94e7\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-74-1atxo6\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-72-n0c7kq\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-PowerShell-74-1atxo6\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "58" ],
- "x-ms-client-request-id": [ "20127ed0-7f4f-43e3-97d8-d342c8ff9b0d" ],
+ "x-ms-unique-id": [ "61" ],
+ "x-ms-client-request-id": [ "50b553e5-2b4d-4da1-816a-b82d73bc4eb7" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -520,40 +524,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c46be939-9aa0-443e-8105-076ed41835c7" ],
+ "x-ms-request-id": [ "9933f78c-6b17-45a2-9948-f6cf0592032c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "76db7da7-19ff-4fa9-9a7a-a756319eb151" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005422Z:76db7da7-19ff-4fa9-9a7a-a756319eb151" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/cc9c51d3-a253-4237-b2ec-48f6d2ed013f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "070e27bb-715f-4440-b1c3-f119124b743a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231914Z:070e27bb-715f-4440-b1c3-f119124b743a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 45232A92DD9240968D34B40E7904C872 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FE92B3F325E341509E095D6CC3A7F1A7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4070" ],
+ "Content-Length": [ "4181" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-18-1u8q25\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25?api-version=2023-12-01+1": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-22-fh9m0d\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "59" ],
- "x-ms-client-request-id": [ "9d6663d5-a4e4-495f-878f-a7ee3243594e" ],
+ "x-ms-unique-id": [ "62" ],
+ "x-ms-client-request-id": [ "b76e9f4e-e5bc-4a50-b2f2-7b1bfe2f05c0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -564,42 +569,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3752BC87B80\"" ],
+ "ETag": [ "\"1DC55BBF5F82D40\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b33cbac3-5ac5-47a6-a332-baced76a6259" ],
+ "x-ms-request-id": [ "995fcc22-9596-4cbe-b016-b9ca7c3aa705" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "570e8c12-ccbb-4c91-83db-fb5aed96daa5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005422Z:570e8c12-ccbb-4c91-83db-fb5aed96daa5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e0e12a84-c518-4944-b10f-5e29d373b29a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231914Z:e0e12a84-c518-4944-b10f-5e29d373b29a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D52E538D2ABF41FF9062D13CB5C32591 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F15E2D44CFFD40B8A4884A0831D2BEC1 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7324" ],
+ "Content-Length": [ "8332" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25\",\"name\":\"Functions-Node-18-1u8q25\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-18-1u8q25\",\"state\":\"Running\",\"hostNames\":[\"functions-node-18-1u8q25.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Node-18-1u8q25\",\"repositorySiteName\":\"Functions-Node-18-1u8q25\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-18-1u8q25.azurewebsites.net\",\"functions-node-18-1u8q25.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-18-1u8q25.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-18-1u8q25.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:51:37.4\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-18-1u8q25\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Node-18-1u8q25\\\\$Functions-Node-18-1u8q25\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-node-18-1u8q25.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d\",\"name\":\"Functions-Node-22-fh9m0d\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-22-fh9m0d\",\"state\":\"Running\",\"hostNames\":[\"functions-node-22-fh9m0d.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Node-22-fh9m0d\",\"repositorySiteName\":\"Functions-Node-22-fh9m0d\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-22-fh9m0d.azurewebsites.net\",\"functions-node-22-fh9m0d.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-22-fh9m0d.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-22-fh9m0d.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:11:08.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-22-fh9m0d\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Node-22-fh9m0d\\\\$Functions-Node-22-fh9m0d\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-node-22-fh9m0d.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-18-1u8q25\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-22-fh9m0d\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "60" ],
- "x-ms-client-request-id": [ "69437be0-1b97-4b0f-bf44-ac6330012d8d" ],
+ "x-ms-unique-id": [ "63" ],
+ "x-ms-client-request-id": [ "dd6394a7-a950-497f-83e2-f31cb7ff3e8d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -611,40 +616,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6648f57a-bc84-4089-a4c5-af2442b9b351" ],
+ "x-ms-request-id": [ "27074ef4-9b78-4219-b68c-ea978cc21d08" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "67cba766-0732-427f-9347-87884d80f0d7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005422Z:67cba766-0732-427f-9347-87884d80f0d7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/49a5eabc-3636-458c-a49f-8b86e845bbb4" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "53d18a6a-c148-4215-a8e2-1da697b146cb" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231914Z:53d18a6a-c148-4215-a8e2-1da697b146cb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E08429968FFB4FB0854562F41D375365 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 84310024B94D4AD7B1817EC9843DB3D2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "1201" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-18-1u8q25cbboz1ir\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"78b84753-614d-4b26-a471-25e26fecf1ee\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-22-fh9m0d\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-18-1u8q25\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Node-22-fh9m0d\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "61" ],
- "x-ms-client-request-id": [ "d8ddf969-04c5-4898-811a-df0824d0e6d3" ],
+ "x-ms-unique-id": [ "64" ],
+ "x-ms-client-request-id": [ "906af1af-990e-4c7b-a481-4ec2b26cff53" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -656,40 +661,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "27270e30-aa67-4985-873b-97459954f9f0" ],
+ "x-ms-request-id": [ "39cd4a1e-4234-4293-b6f1-80f25a0c79da" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "1d249008-9fa7-46ba-a2ee-48a2e4a3af98" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005423Z:1d249008-9fa7-46ba-a2ee-48a2e4a3af98" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c4f97dab-f551-4ca8-b06b-c82d39a34fee" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "8f1a1c26-058c-4be4-9e90-9f162910da30" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231915Z:8f1a1c26-058c-4be4-9e90-9f162910da30" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 34776113CAE04EA49ED5B9A37DFE326B Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 51F7C2405F934AD887282A2CCD332200 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4061" ],
+ "Content-Length": [ "4172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web\",\"name\":\"Functions-Node-18-1u8q25\",\"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\":\"\",\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web\",\"name\":\"Functions-Node-22-fh9m0d\",\"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\":\"\",\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DotNet-6-9uj4si\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si?api-version=2023-12-01+1": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DotNet-8-du5asv\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "62" ],
- "x-ms-client-request-id": [ "9c3908ad-a2ea-4dc5-8f9b-9be467dc9f7d" ],
+ "x-ms-unique-id": [ "65" ],
+ "x-ms-client-request-id": [ "fe7bdd02-40ba-49a4-8183-96a0d76359ec" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -700,42 +706,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375519D3C60\"" ],
+ "ETag": [ "\"1DC55BC27CD0875\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b118de89-d449-4851-80b4-0431c74fc185" ],
+ "x-ms-request-id": [ "947fa9c9-eef6-434d-9d21-77388f0908a4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "8adb5867-9639-45a2-a210-bca2d003c98a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005423Z:8adb5867-9639-45a2-a210-bca2d003c98a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2a86f401-1b8a-406a-a685-956e286cc2b8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231915Z:2a86f401-1b8a-406a-a685-956e286cc2b8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3D278558DE5A4CE4B83D173D55F4E9E2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 159EB11C7A344422BEE02D0F7B5E4C74 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7208" ],
+ "Content-Length": [ "8628" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si\",\"name\":\"Functions-DotNet-6-9uj4si\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-6-9uj4si\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-6-9uj4si.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-DotNet-6-9uj4si\",\"repositorySiteName\":\"Functions-DotNet-6-9uj4si\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-6-9uj4si.azurewebsites.net\",\"functions-dotnet-6-9uj4si.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-dotnet-6-9uj4si.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-6-9uj4si.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:52:40.87\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-6-9uj4si\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-DotNet-6-9uj4si\\\\$Functions-DotNet-6-9uj4si\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-dotnet-6-9uj4si.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv\",\"name\":\"Functions-DotNet-8-du5asv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-8-du5asv\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-8-du5asv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-DotNet-8-du5asv\",\"repositorySiteName\":\"Functions-DotNet-8-du5asv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-8-du5asv.azurewebsites.net\",\"functions-dotnet-8-du5asv.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-dotnet-8-du5asv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-8-du5asv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:12:32.4233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-8-du5asv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-DotNet-8-du5asv\\\\$Functions-DotNet-8-du5asv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-dotnet-8-du5asv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DotNet-6-9uj4si\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DotNet-8-du5asv\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "63" ],
- "x-ms-client-request-id": [ "23add41e-aca9-499a-bde5-32eebf273861" ],
+ "x-ms-unique-id": [ "66" ],
+ "x-ms-client-request-id": [ "321fec68-4b1b-4d12-b832-1f7deb5b4426" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -747,40 +753,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e265de9b-1a9f-451b-a885-ce616fed7e4f" ],
+ "x-ms-request-id": [ "6b9a34a0-df0a-4523-bf40-943969a2c580" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "6e205bd9-9e7e-41df-a040-8ec09741b288" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005423Z:6e205bd9-9e7e-41df-a040-8ec09741b288" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ea3fb6bd-21f2-4a98-a941-b7727737c761" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "796" ],
+ "x-ms-correlation-request-id": [ "c29e71d1-9fde-4124-b40f-0ed6262b780e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231915Z:c29e71d1-9fde-4124-b40f-0ed6262b780e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3670F9D8BFCD4B6C895E5DD75925BFD2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 46B0BDFC8A024370A8D6E7C89F7EEBFF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1179" ],
+ "Content-Length": [ "1198" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-6-9uj4sil4werwqi\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a2f5facb-093f-44b6-9e00-911b1fbd70e9\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_INPROC_NET8_ENABLED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-8-du5asv\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DotNet-6-9uj4si\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-DotNet-8-du5asv\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "64" ],
- "x-ms-client-request-id": [ "58fb232f-5d46-4bb7-baef-7279a82bb9d8" ],
+ "x-ms-unique-id": [ "67" ],
+ "x-ms-client-request-id": [ "6f091e68-4082-4713-9674-12eab6291ccc" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -792,40 +798,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e58fafe6-ed6c-4d9c-a808-39d42be4eac2" ],
+ "x-ms-request-id": [ "d89ebcd8-e50a-4f40-a1b9-102c96942d91" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "7d2e40f9-b293-4e66-9b87-baf188556a65" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005423Z:7d2e40f9-b293-4e66-9b87-baf188556a65" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/3bfb98d6-32bb-4bba-bfed-df7ba7a3131f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3c4ca6e8-ae76-4501-aace-5822c7b2687c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231915Z:3c4ca6e8-ae76-4501-aace-5822c7b2687c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6744FB5496004118BDFA33369A86E69C Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 57229DA1070945BDBA372A234D68729F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4063" ],
+ "Content-Length": [ "4174" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web\",\"name\":\"Functions-DotNet-6-9uj4si\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web\",\"name\":\"Functions-DotNet-8-du5asv\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-310-bj26n8\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8?api-version=2023-12-01+1": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-312-w61tuq\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "65" ],
- "x-ms-client-request-id": [ "f5ba5496-7190-48c2-bf37-be0198dab881" ],
+ "x-ms-unique-id": [ "68" ],
+ "x-ms-client-request-id": [ "8443b2b3-754d-4c13-9918-7d8bce65dbc4" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -836,42 +843,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375761EBC4B\"" ],
+ "ETag": [ "\"1DC55BC4DB59F75\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6928fab3-8952-4c95-a47b-4bb3ed2681c5" ],
+ "x-ms-request-id": [ "948d89b6-91d4-4b29-a54b-f19ed0aee4b6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "316acbab-cd6d-476b-acfc-2904b02ede66" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005424Z:316acbab-cd6d-476b-acfc-2904b02ede66" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9427d578-01ad-4869-a101-4e132cc81631" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231916Z:9427d578-01ad-4869-a101-4e132cc81631" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A71F29554B584FB5AAB3152684DE0553 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DF1FC146FDA4425089E0650C32F97FAA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7147" ],
+ "Content-Length": [ "8288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8\",\"name\":\"Functions-Python-310-bj26n8\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-310-bj26n8\",\"state\":\"Running\",\"hostNames\":[\"functions-python-310-bj26n8.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-310-bj26n8\",\"repositorySiteName\":\"Functions-Python-310-bj26n8\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-310-bj26n8.azurewebsites.net\",\"functions-python-310-bj26n8.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-310-bj26n8.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-310-bj26n8.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:53:42.1166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-310-bj26n8\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-310-bj26n8\\\\$Functions-Python-310-bj26n8\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-310-bj26n8.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq\",\"name\":\"Functions-Python-312-w61tuq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-312-w61tuq\",\"state\":\"Running\",\"hostNames\":[\"functions-python-312-w61tuq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Python-312-w61tuq\",\"repositorySiteName\":\"Functions-Python-312-w61tuq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-312-w61tuq.azurewebsites.net\",\"functions-python-312-w61tuq.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.12\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-312-w61tuq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-312-w61tuq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:13:36.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.12\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-312-w61tuq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Python-312-w61tuq\\\\$Functions-Python-312-w61tuq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-python-312-w61tuq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-310-bj26n8\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-312-w61tuq\u0027+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "66" ],
- "x-ms-client-request-id": [ "6ebcdbef-69fc-42d9-b0ec-801afab7b1f7" ],
+ "x-ms-unique-id": [ "69" ],
+ "x-ms-client-request-id": [ "5073f283-2cfb-4e5a-a9bd-94d605ea2afa" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -883,40 +890,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b47e0502-300f-475b-97ad-1c8d5b1cb80d" ],
+ "x-ms-request-id": [ "0a135f8b-5033-4737-9e92-fd0b41604eec" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "af61f75f-06f1-4c75-9432-6b5105b9878f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005424Z:af61f75f-06f1-4c75-9432-6b5105b9878f" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/6918bad2-1b3f-4f64-8000-70723b519a68" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "403fbc0a-b0a6-4623-bfe2-42b5b5b7d4c8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231916Z:403fbc0a-b0a6-4623-bfe2-42b5b5b7d4c8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5EF00BD4D87B450D81D9048062DCAD89 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DB41277F8F414E71886C725702E6A849 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:16Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1232" ],
+ "Content-Length": [ "1213" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-310-bj26n8u0nqpma1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2eaef2e0-6acb-4b79-b771-8312078be897\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-312-w61tuq\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-310-bj26n8\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+ByName \u0027Functions-Python-312-w61tuq\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "67" ],
- "x-ms-client-request-id": [ "2efeeb54-160e-4c12-9fd4-f9550d282ace" ],
+ "x-ms-unique-id": [ "70" ],
+ "x-ms-client-request-id": [ "85615a24-9d5b-4221-b231-8481b78909dd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -928,40 +935,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7a12ffe4-016b-4f27-95cd-9025c2404019" ],
+ "x-ms-request-id": [ "534c979c-97c0-4788-bbb4-509346b495ba" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "0b0a81fb-5de3-406e-ba4d-16792e381952" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005424Z:0b0a81fb-5de3-406e-ba4d-16792e381952" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a99e731a-7daf-4c2d-924a-21b0b0ef4d99" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bdbfc8db-fe60-4069-8bb0-1ca901d324e6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231916Z:bdbfc8db-fe60-4069-8bb0-1ca901d324e6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 04E306BAD8A44B6C8B6135B6E94F1D91 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BAA5755B5A7947F88E408DA152090EB2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:16Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4077" ],
+ "Content-Length": [ "4188" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web\",\"name\":\"Functions-Python-310-bj26n8\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web\",\"name\":\"Functions-Python-312-w61tuq\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.12\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites?api-version=2023-12-01+1": {
+ "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "68" ],
- "x-ms-client-request-id": [ "a76ca270-21f7-4bf7-b9e3-ceedee28885f" ],
+ "x-ms-unique-id": [ "71" ],
+ "x-ms-client-request-id": [ "a9adba35-3efa-4a23-a81f-b43317f72260" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_List1" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -972,41 +980,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "4b1ebd95-0807-4204-abcb-f649dc8fff22" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "aaf31f3d-995b-4237-915a-f7f995e4d717" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "4a4d8f30-c361-419a-98cc-81708bd37997" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005425Z:4a4d8f30-c361-419a-98cc-81708bd37997" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "f20935c3-8622-470a-8d80-9f5ede027766" ],
+ "x-ms-correlation-request-id": [ "f20935c3-8622-470a-8d80-9f5ede027766" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231916Z:f20935c3-8622-470a-8d80-9f5ede027766" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 74712A6569CE48C7A9007A12B699E7B1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 691B4824794E411E81A6A0826271DC9B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:16Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7319" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "8217" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-72-n0c7kq\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-72-n0c7kq\",\"repositorySiteName\":\"Functions-PowerShell-72-n0c7kq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"functions-powershell-72-n0c7kq.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-72-n0c7kq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-72-n0c7kq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:50:39.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-72-n0c7kq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-72-n0c7kq\\\\$Functions-PowerShell-72-n0c7kq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-74-1atxo6\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShell-74-1atxo6\",\"repositorySiteName\":\"Functions-PowerShell-74-1atxo6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\",\"functions-powershell-74-1atxo6.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-74-1atxo6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-74-1atxo6.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:10:08.19\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-74-1atxo6\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShell-74-1atxo6\\\\$Functions-PowerShell-74-1atxo6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershell-74-1atxo6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "69" ],
- "x-ms-client-request-id": [ "87e03b69-4185-4b57-9274-5707c4a67aac" ],
+ "x-ms-unique-id": [ "72" ],
+ "x-ms-client-request-id": [ "16cbffc0-2cdd-4df7-ab9c-68e95bb585bd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1018,40 +1026,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c7862552-38ca-41dd-8684-fd87c7068a5f" ],
+ "x-ms-request-id": [ "41499723-17eb-4686-af62-97ab8abba2f8" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "9240bca5-a8b2-46ee-bbb8-c9f8cf27a8cc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005425Z:9240bca5-a8b2-46ee-bbb8-c9f8cf27a8cc" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8a69e2f4-5d90-48dc-a796-b24d32d6cb3f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "004b5b0f-935f-4797-bb9c-bc6a81cada37" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231917Z:004b5b0f-935f-4797-bb9c-bc6a81cada37" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F8356F0313BA481D881F4009F1517FEE Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 63573F4852314AF2AF5A1C88D598AFE3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1189" ],
+ "Content-Length": [ "1172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-72-n0c7kqtet8xtld\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"fa6044a6-c259-4170-b89d-2f11a85f94e7\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-74-1atxo6\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "70" ],
- "x-ms-client-request-id": [ "cb55883e-ffcf-4717-a25e-d99d9ae41347" ],
+ "x-ms-unique-id": [ "73" ],
+ "x-ms-client-request-id": [ "3140053d-44de-4ba2-b86a-12faa65d5e01" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1063,24 +1071,25 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "23fc8232-8e6e-4f32-9c4e-2bb4765845a7" ],
+ "x-ms-request-id": [ "22c0fc3f-e64c-487b-8ec4-bd04ed0e405c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "2e04279d-ce5a-47cd-b34c-70dac099e269" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005425Z:2e04279d-ce5a-47cd-b34c-70dac099e269" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/53b7449c-5d90-4d5f-a28f-01c2cab00502" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "198470d1-a811-41a9-b366-972fb89719a3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231917Z:198470d1-a811-41a9-b366-972fb89719a3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C5172F6DC0064953B4742EFC4DE6F623 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 14FD7172489F4B619CB39CB8B4EDD3A4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4070" ],
+ "Content-Length": [ "4181" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
@@ -1091,12 +1100,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "71" ],
- "x-ms-client-request-id": [ "7ec59d47-30b1-4d1a-975a-ce9bbbb7df2c" ],
+ "x-ms-unique-id": [ "74" ],
+ "x-ms-client-request-id": [ "7f433488-d77f-4871-a5d6-91fd4bb8957f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1107,42 +1116,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375761EBC4B\"" ],
+ "ETag": [ "\"1DC55BC4DB59F75\"" ],
+ "x-ms-original-request-ids": [ "711ccd0e-8227-457f-abea-60b62bda9f1d" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ffa1c17a-05e3-4c45-a038-15ed4ed282df" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "c51bdfef-4847-4742-b8d2-9a2ae9baa928" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005425Z:c51bdfef-4847-4742-b8d2-9a2ae9baa928" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "7552a4c4-aab8-43b8-b3e5-99c5d02524c7" ],
+ "x-ms-correlation-request-id": [ "7552a4c4-aab8-43b8-b3e5-99c5d02524c7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231917Z:7552a4c4-aab8-43b8-b3e5-99c5d02524c7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 29D4B00B25184794A07F15E94CF4D1D4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8F4CB4AA2B1F44029E47DEB14DE18BAA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "29057" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "33726" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25\",\"name\":\"Functions-Node-18-1u8q25\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-18-1u8q25\",\"state\":\"Running\",\"hostNames\":[\"functions-node-18-1u8q25.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Node-18-1u8q25\",\"repositorySiteName\":\"Functions-Node-18-1u8q25\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-18-1u8q25.azurewebsites.net\",\"functions-node-18-1u8q25.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-18-1u8q25.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-18-1u8q25.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:51:37.4\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-18-1u8q25\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Node-18-1u8q25\\\\$Functions-Node-18-1u8q25\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-node-18-1u8q25.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-72-n0c7kq\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-72-n0c7kq\",\"repositorySiteName\":\"Functions-PowerShell-72-n0c7kq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"functions-powershell-72-n0c7kq.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-72-n0c7kq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-72-n0c7kq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:50:39.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-72-n0c7kq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-72-n0c7kq\\\\$Functions-PowerShell-72-n0c7kq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-72-n0c7kq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8\",\"name\":\"Functions-Python-310-bj26n8\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-310-bj26n8\",\"state\":\"Running\",\"hostNames\":[\"functions-python-310-bj26n8.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-310-bj26n8\",\"repositorySiteName\":\"Functions-Python-310-bj26n8\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-310-bj26n8.azurewebsites.net\",\"functions-python-310-bj26n8.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-310-bj26n8.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-310-bj26n8.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:53:42.1166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-310-bj26n8\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-310-bj26n8\\\\$Functions-Python-310-bj26n8\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-310-bj26n8.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si\",\"name\":\"Functions-DotNet-6-9uj4si\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-6-9uj4si\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-6-9uj4si.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-DotNet-6-9uj4si\",\"repositorySiteName\":\"Functions-DotNet-6-9uj4si\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-6-9uj4si.azurewebsites.net\",\"functions-dotnet-6-9uj4si.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-dotnet-6-9uj4si.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-6-9uj4si.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:52:40.87\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-6-9uj4si\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-DotNet-6-9uj4si\\\\$Functions-DotNet-6-9uj4si\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-dotnet-6-9uj4si.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d\",\"name\":\"Functions-Node-22-fh9m0d\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-22-fh9m0d\",\"state\":\"Running\",\"hostNames\":[\"functions-node-22-fh9m0d.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Node-22-fh9m0d\",\"repositorySiteName\":\"Functions-Node-22-fh9m0d\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-22-fh9m0d.azurewebsites.net\",\"functions-node-22-fh9m0d.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-22-fh9m0d.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-22-fh9m0d.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:11:08.82\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-22-fh9m0d\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Node-22-fh9m0d\\\\$Functions-Node-22-fh9m0d\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-node-22-fh9m0d.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-74-1atxo6\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShell-74-1atxo6\",\"repositorySiteName\":\"Functions-PowerShell-74-1atxo6\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-74-1atxo6.azurewebsites.net\",\"functions-powershell-74-1atxo6.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-74-1atxo6.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-74-1atxo6.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:10:08.19\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-74-1atxo6\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShell-74-1atxo6\\\\$Functions-PowerShell-74-1atxo6\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershell-74-1atxo6.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq\",\"name\":\"Functions-Python-312-w61tuq\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-312-w61tuq\",\"state\":\"Running\",\"hostNames\":[\"functions-python-312-w61tuq.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Python-312-w61tuq\",\"repositorySiteName\":\"Functions-Python-312-w61tuq\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-312-w61tuq.azurewebsites.net\",\"functions-python-312-w61tuq.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.12\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-312-w61tuq.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-312-w61tuq.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:13:36.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.12\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-312-w61tuq\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Python-312-w61tuq\\\\$Functions-Python-312-w61tuq\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-python-312-w61tuq.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv\",\"name\":\"Functions-DotNet-8-du5asv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-8-du5asv\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-8-du5asv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-DotNet-8-du5asv\",\"repositorySiteName\":\"Functions-DotNet-8-du5asv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-8-du5asv.azurewebsites.net\",\"functions-dotnet-8-du5asv.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-dotnet-8-du5asv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-8-du5asv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:12:32.4233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"secretsCollection\":[],\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"outboundVnetRouting\":{\"allTraffic\":false,\"applicationTraffic\":false,\"contentShareTraffic\":false,\"imagePullTraffic\":false,\"backupRestoreTraffic\":false,\"managedIdentityTraffic\":false},\"legacyServiceEndpointTrafficEvaluation\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-8-du5asv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-DotNet-8-du5asv\\\\$Functions-DotNet-8-du5asv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-dotnet-8-du5asv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/appsettings/list?api-version=2023-12-01+2": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/appsettings/list?api-version=2023-12-01+2": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "72" ],
- "x-ms-client-request-id": [ "50e03818-d6fc-4a1e-874b-cf4a2401c3a8" ],
+ "x-ms-unique-id": [ "75" ],
+ "x-ms-client-request-id": [ "ffb2cda6-7e9e-46a6-b14d-393d561d77db" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1154,40 +1163,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "35455033-78fe-4697-bdee-36c2e5cc0721" ],
+ "x-ms-request-id": [ "0fc97c43-eb4f-42e9-9da1-f9309c064036" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "c95f245f-d578-492c-a266-bf4a3095beff" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005426Z:c95f245f-d578-492c-a266-bf4a3095beff" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/96c93285-654d-4021-b22a-888f6a3695b7" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "74704dd0-0214-4959-99e4-7339c4ce5bc6" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T231918Z:74704dd0-0214-4959-99e4-7339c4ce5bc6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FCBBB3468C8440E5866B199A2C5B0C80 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F2FE04647CF5418E954120620D872C52 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "1201" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-18-1u8q25cbboz1ir\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"78b84753-614d-4b26-a471-25e26fecf1ee\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-22-fh9m0d\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web?api-version=2023-12-01+3": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "73" ],
- "x-ms-client-request-id": [ "9749818b-3130-464c-beb2-294ab3d3e4cc" ],
+ "x-ms-unique-id": [ "76" ],
+ "x-ms-client-request-id": [ "a3f821e4-1e4e-47ba-b031-d5fa9bad4e8c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1199,40 +1208,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1a7d3115-253a-490e-9d14-df6955e59ec0" ],
+ "x-ms-request-id": [ "7b43a1ed-c38f-42ad-bd57-cb8090b83070" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "46f861b6-d15d-4db7-85f1-98250fa77495" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005426Z:46f861b6-d15d-4db7-85f1-98250fa77495" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a44d79f9-9463-47ce-8443-06fadb479101" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b93ba96f-b55d-4f48-98e5-a2d999ff3b50" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231918Z:b93ba96f-b55d-4f48-98e5-a2d999ff3b50" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 593CECA507C041C69C4C2AFB6E11BED7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 57794EAB131C48B98C7A70CB17A912E0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4061" ],
+ "Content-Length": [ "4172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Node-18-1u8q25/config/web\",\"name\":\"Functions-Node-18-1u8q25\",\"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\":\"\",\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Node-22-fh9m0d/config/web\",\"name\":\"Functions-Node-22-fh9m0d\",\"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\":\"\",\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01+4": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "74" ],
- "x-ms-client-request-id": [ "d5cd7902-9879-4f4b-b474-1075c78f2c1f" ],
+ "x-ms-unique-id": [ "77" ],
+ "x-ms-client-request-id": [ "e7c7caa1-a22c-4c1b-b89b-a5fecbb3958e" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1244,40 +1254,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "cb02a0c5-a330-4776-a732-e667b561b303" ],
+ "x-ms-request-id": [ "593d2ea0-452b-4bdc-8086-e1e92d092f1c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "cba19e0f-5698-4da0-93e5-334c88767ba6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005426Z:cba19e0f-5698-4da0-93e5-334c88767ba6" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5b1dea8f-b618-4a98-89dd-99b2b55fc840" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "55af039a-f31c-46f2-b9d1-fc29f36e5878" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231918Z:55af039a-f31c-46f2-b9d1-fc29f36e5878" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9A267301B8024638BA7A164B050397CF Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:26 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D1CAE6D695FF4517B834250998F04A85 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1189" ],
+ "Content-Length": [ "1172" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-72-n0c7kqtet8xtld\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"fa6044a6-c259-4170-b89d-2f11a85f94e7\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-74-1atxo6\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01+5": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "75" ],
- "x-ms-client-request-id": [ "7e9fdf21-5083-4511-a613-5028cb43d7a2" ],
+ "x-ms-unique-id": [ "78" ],
+ "x-ms-client-request-id": [ "288b68d2-152b-49ed-bb85-de3b3a7678c2" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1289,40 +1299,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e8d7ef92-7180-403e-b739-b7c263728f21" ],
+ "x-ms-request-id": [ "42fd265c-5555-41f1-a01d-f777994590ae" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "15d66e43-c314-4729-bd0f-237b9cfcfc0f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005426Z:15d66e43-c314-4729-bd0f-237b9cfcfc0f" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f33a9055-7bb0-4b91-8412-9f35679e284f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "58c3b5b9-2385-4705-9d43-1868e1dcf26f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231919Z:58c3b5b9-2385-4705-9d43-1868e1dcf26f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BAB1B2C6ECBD4AC69D487702B2360B6A Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:26 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C90087298358445D8B2B06C42615FFF1 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4070" ],
+ "Content-Length": [ "4181" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-72-n0c7kq/config/web\",\"name\":\"Functions-PowerShell-72-n0c7kq\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShell-74-1atxo6/config/web\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/appsettings/list?api-version=2023-12-01+6": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/appsettings/list?api-version=2023-12-01+6": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "76" ],
- "x-ms-client-request-id": [ "29aba264-07d3-4a30-81c0-a782b2737d18" ],
+ "x-ms-unique-id": [ "79" ],
+ "x-ms-client-request-id": [ "3851591e-80f4-4d82-8590-06c869c43221" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1334,40 +1345,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "13074487-024a-4e93-8435-a72e0a53533f" ],
+ "x-ms-request-id": [ "8e196d83-b76b-4051-b05c-56a80344df90" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "4cc027cd-e991-4b31-b7c7-b678a49a3447" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005427Z:4cc027cd-e991-4b31-b7c7-b678a49a3447" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2b6b8527-e98f-40a1-90fd-f100e6af6dd6" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "bb3ed25f-f3c4-4fe2-8aa6-0fbfc4ae0a09" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231919Z:bb3ed25f-f3c4-4fe2-8aa6-0fbfc4ae0a09" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 30BA4C05A4FC4059A80ADFC908C0C46B Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:26 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D722F0B4849E4BEC9E1B599BA1007A86 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1232" ],
+ "Content-Length": [ "1213" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-310-bj26n8u0nqpma1\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"2eaef2e0-6acb-4b79-b771-8312078be897\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-312-w61tuq\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web?api-version=2023-12-01+7": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "77" ],
- "x-ms-client-request-id": [ "c5ab4316-b483-4457-b99c-5a3f83f15dfc" ],
+ "x-ms-unique-id": [ "80" ],
+ "x-ms-client-request-id": [ "bfe28cc2-8e3a-4e8c-ae03-7b126872a737" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1379,40 +1390,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "15fd9f83-145c-4fce-85a0-5593ebc8b469" ],
+ "x-ms-request-id": [ "011fda6f-eda7-46f2-b5b2-78a2a9492a24" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "1b3ed92a-53fb-494a-b39a-048d5b912603" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005427Z:1b3ed92a-53fb-494a-b39a-048d5b912603" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5536a741-b9fa-4996-a58d-08a4fee7b707" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3fe43dc8-fbb3-4437-b58b-aba70835059b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231919Z:3fe43dc8-fbb3-4437-b58b-aba70835059b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FD85769E1EF5457FAB142E884925FFC3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:27Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:26 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8575110FCFE34CBFA86F287205865C99 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4077" ],
+ "Content-Length": [ "4188" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-310-bj26n8/config/web\",\"name\":\"Functions-Python-310-bj26n8\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Python-312-w61tuq/config/web\",\"name\":\"Functions-Python-312-w61tuq\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.12\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings/list?api-version=2023-12-01+8": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings/list?api-version=2023-12-01+8": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "78" ],
- "x-ms-client-request-id": [ "643ccec6-77fe-4142-9a1e-035cd8943714" ],
+ "x-ms-unique-id": [ "81" ],
+ "x-ms-client-request-id": [ "41b849f4-82a9-438f-a289-7d5eeb93dc21" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1424,40 +1436,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c41920e6-fa32-48d9-a266-f0849df78aa1" ],
+ "x-ms-request-id": [ "19498e6b-d896-427c-a7af-13b5f7401167" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "b6cd841e-03c4-4de2-9ae3-2a758e69111f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005427Z:b6cd841e-03c4-4de2-9ae3-2a758e69111f" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f34d9404-84a5-4911-bdfb-136e1da51712" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "6902bdde-d185-46fd-9d0e-7b7422024f0c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231919Z:6902bdde-d185-46fd-9d0e-7b7422024f0c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EC69F5006750486CB49D41EF3440A0E9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:27Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: ED63269E0D324C2B94055CC86BE7DD4D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1179" ],
+ "Content-Length": [ "1198" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-6-9uj4sil4werwqi\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"a2f5facb-093f-44b6-9e00-911b1fbd70e9\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_INPROC_NET8_ENABLED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-8-du5asv\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web?api-version=2023-12-01+9": {
+ "Get-AzFunctionApp+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web?api-version=2023-12-01+9": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "79" ],
- "x-ms-client-request-id": [ "821a9446-f6d4-4045-b88d-69902364f2c9" ],
+ "x-ms-unique-id": [ "82" ],
+ "x-ms-client-request-id": [ "15e49c3d-5ca0-4115-8755-ee4b0bbd0972" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1469,25 +1481,26 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4ba0d30c-bd3f-4706-afee-ab00dbfca919" ],
+ "x-ms-request-id": [ "1d82e0c9-d832-4f18-8491-8433dfb144d7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "994982e4-4437-441a-8b9a-6f992ac3aeeb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005427Z:994982e4-4437-441a-8b9a-6f992ac3aeeb" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c598cc3e-2c0e-4419-bf48-2fca97ab27e0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "bcf1d878-b9fd-4c48-bb4d-141cc978c373" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231920Z:bcf1d878-b9fd-4c48-bb4d-141cc978c373" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A927B4D8841F43FF8D74A74EEDE8161F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:27Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 42477D3B101B4AF6BE2CE5D44DC44848 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4063" ],
+ "Content-Length": [ "4174" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-DotNet-6-9uj4si/config/web\",\"name\":\"Functions-DotNet-6-9uj4si\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-DotNet-8-du5asv/config/web\",\"name\":\"Functions-DotNet-8-du5asv\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
}
-}
\ No newline at end of file
+}
diff --git a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Recording.json b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Recording.json
index d8d6812bdd78..1dd2d889a102 100644
--- a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Recording.json
+++ b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Recording.json
@@ -6,12 +6,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "80" ],
- "x-ms-client-request-id": [ "95b0ea90-f7b8-41a1-9956-2a5c5af5dd12" ],
+ "x-ms-unique-id": [ "83" ],
+ "x-ms-client-request-id": [ "f46b1734-b026-4cc3-98c7-d3bd20ea2176" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -23,24 +23,25 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "78115241-98d4-4437-ad37-df0165a688a7" ],
+ "x-ms-request-id": [ "2ad6689b-e4ff-47ce-b5f4-6c9c251908c9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "b3e3de03-1aa4-427c-b236-7ed9e75b2976" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005429Z:b3e3de03-1aa4-427c-b236-7ed9e75b2976" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c39ec779-803d-4dd6-bf71-2492febfdba3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9ea16a30-b52c-41f6-aee4-6d64b9e1aa58" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T231920Z:9ea16a30-b52c-41f6-aee4-6d64b9e1aa58" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3E0426734EB54A6B90CB9D0BFC6D6514 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:28Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:29 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8212BA8FD31B438888AD6F02CF1F90C0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "30672" ],
+ "Content-Length": [ "36863" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
@@ -51,12 +52,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "81" ],
- "x-ms-client-request-id": [ "d31be497-74eb-41cb-864d-5f4a91a14f32" ],
+ "x-ms-unique-id": [ "84" ],
+ "x-ms-client-request-id": [ "dfcec242-284c-432e-8938-300e2140736c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -68,24 +69,25 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d5ba34f5-8219-4f28-9e33-b0f1bafb2c10" ],
+ "x-ms-request-id": [ "73545495-d3f3-413a-9a5c-f52bb944e0e7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "2ad0c34e-3fc4-4873-a7ac-efc922c4d422" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005430Z:2ad0c34e-3fc4-4873-a7ac-efc922c4d422" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/c8902c4c-0c48-4639-ade7-bec30fa294d0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6896ccf1-1a8d-43fb-a808-ca19edf95464" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T231921Z:6896ccf1-1a8d-43fb-a808-ca19edf95464" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BD16DB09CD0F48DBA17A627FAD683B4B Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:29Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:30 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3A368E2D60B44E2581174D3D821DF75D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "37360" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
@@ -96,12 +98,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "82" ],
- "x-ms-client-request-id": [ "980bb5ab-ac63-464f-8427-5de9bf9f93ac" ],
+ "x-ms-unique-id": [ "85" ],
+ "x-ms-client-request-id": [ "fd54aec7-7dfc-4660-977e-dd21a00b42c8" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -113,24 +115,25 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b53c2b7e-1bb3-49c8-8530-94832a304ef5" ],
+ "x-ms-request-id": [ "8581487c-7b80-411b-b546-448fa8dcbd42" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "4b9b5474-1f83-47d1-a653-77dd8961d0b5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005431Z:4b9b5474-1f83-47d1-a653-77dd8961d0b5" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/7bf17d31-298c-40ed-9f06-441eb19889fd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8868f880-e054-4922-a9d0-3141557fe264" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T231921Z:8868f880-e054-4922-a9d0-3141557fe264" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7658A6048D3943CFB7E315AC71141BDA Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:30Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:31 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F6CF2C2B36224864ABAC5E0DDDFABE6C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "30672" ],
+ "Content-Length": [ "36863" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
@@ -141,12 +144,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "83" ],
- "x-ms-client-request-id": [ "43bab830-11a9-4b47-92cb-53b503a318ae" ],
+ "x-ms-unique-id": [ "86" ],
+ "x-ms-client-request-id": [ "2b40fbfb-d5ef-459c-b4e1-2d928daf19eb" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -158,24 +161,25 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5455ed8c-8d56-4480-a42a-613689c56142" ],
+ "x-ms-request-id": [ "745d1035-a17f-4cfd-bdd4-a416190b9b31" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "dc2eac0b-059a-4531-bd23-570843f50edd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005433Z:dc2eac0b-059a-4531-bd23-570843f50edd" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/4d10c79c-863c-4878-9ba9-8042bc712771" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d8dda832-385f-4fcf-a3f1-2e1ed338e2c2" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T231921Z:d8dda832-385f-4fcf-a3f1-2e1ed338e2c2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4FA2494AB18647EDA4E962A5913A8AB0 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:32Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2DD19A743C6D41529F34455DC9C74C02 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "37716" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast US 5\",\"name\":\"Southeast US 5\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast US 5\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Southeast US 5\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXFREE,,;LINUXFREE,,\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
@@ -186,12 +190,150 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "84" ],
- "x-ms-client-request-id": [ "e845b0f0-ea31-45e9-807d-c9bb0af7cf4f" ],
+ "x-ms-unique-id": [ "87" ],
+ "x-ms-client-request-id": [ "7ef34bae-9e31-401b-9f01-72079030795e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e9fd9f86-e2ad-4736-b4e7-6d4001ea46d1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/5a4a4862-ce18-405e-ab2d-081146c59a05" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bb449b1b-8a7f-46d7-808a-bc7d3f6c8bbd" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T231921Z:bb449b1b-8a7f-46d7-808a-bc7d3f6c8bbd" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FF61510975764EEEB765A2CE0E790508 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:21 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "36864" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType FlexConsumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=FlexConsumption\u0026api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=FlexConsumption\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "88" ],
+ "x-ms-client-request-id": [ "99234e1c-c5c5-4d8e-9d8e-8423e834b7e0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a07972cd-53a2-497e-947d-f5e0e1820afd" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/e45c5766-a2f7-4276-87fb-e31edc1947b4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7b7494c7-9250-4053-b689-1ac7d9e22f7f" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T231922Z:7b7494c7-9250-4053-b689-1ac7d9e22f7f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0B16880DC0DE42F09ED9BB43A0A08757 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "27187" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType FlexConsumption -OSType Linux should not error out+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=FlexConsumption\u0026api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=FlexConsumption\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "89" ],
+ "x-ms-client-request-id": [ "b53bb168-1730-4f1b-889f-6b4f2f5352f4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "f7d04d5f-07a2-4118-8c82-84b7a8f6fb61" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/69ec6135-b425-43f9-8111-6b825d0ff21b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "31df7a67-b52f-4e8c-85a0-17ffee166d0d" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T231922Z:31df7a67-b52f-4e8c-85a0-17ffee166d0d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C9DCB7E9E7824AECBD220B395DE569EE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "27187" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppAvailableLocation+[NoContext]+Validate output for -PlanType FlexConsumption -ZoneRedundant+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=FlexConsumption\u0026api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=FlexConsumption\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "90" ],
+ "x-ms-client-request-id": [ "c5811b36-2473-4aeb-9224-118ee64b160f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -203,24 +345,25 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ac002342-a25a-42f1-9d59-4153c4395179" ],
+ "x-ms-request-id": [ "5438cd56-302e-4147-bc8b-f8e1ae204f68" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "c3da2f36-9512-463c-bf3e-3e3bbc942ecf" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005433Z:c3da2f36-9512-463c-bf3e-3e3bbc942ecf" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/b88ec115-6268-4c4c-ad22-2c5b9802f7ca" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "69e205ff-86df-4419-b2d5-21207d5e54c2" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T231922Z:69e205ff-86df-4419-b2d5-21207d5e54c2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0F674AA4D01743ABBBEC1A6B4BD807B6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CEF2B9EDB8764EA186E7B2BBC46893E8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:19:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:19:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "27187" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
}
diff --git a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Tests.ps1 b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Tests.ps1
index 2f50c9a54262..3923842787e3 100644
--- a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Tests.ps1
+++ b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppAvailableLocation.Tests.ps1
@@ -193,4 +193,183 @@ Describe 'Get-AzFunctionAppAvailableLocation' {
$actualRegions = @(Get-AzFunctionAppAvailableLocation -PlanType Consumption -OSType Windows | ForEach-Object { $_.Name })
ValidateAvailableLocation -ActualRegions $actualRegions -ExpectedRegions $expectedRegions
}
+
+ It 'Validate output for -PlanType FlexConsumption' {
+
+ $expectedRegions = @(
+ 'Canada Central'
+ 'North Europe'
+ 'West Europe'
+ 'Southeast Asia'
+ 'East Asia'
+ 'West US'
+ 'Japan West'
+ 'Japan East'
+ 'East US 2'
+ 'North Central US'
+ 'South Central US'
+ 'Brazil South'
+ 'Australia East'
+ 'Australia Southeast'
+ 'Central US'
+ 'East US'
+ 'North Central US (Stage)'
+ 'Central India'
+ 'South India'
+ 'Canada East'
+ 'West Central US'
+ 'West US 2'
+ 'UK West'
+ 'UK South'
+ 'East US 2 EUAP'
+ 'Korea Central'
+ 'France South'
+ 'France Central'
+ 'South Africa North'
+ 'Switzerland North'
+ 'Germany West Central'
+ 'Switzerland West'
+ 'UAE North'
+ 'Norway East'
+ 'West US 3'
+ 'Sweden Central'
+ 'Poland Central'
+ 'Italy North'
+ 'Israel Central'
+ 'Spain Central'
+ 'Mexico Central'
+ 'Taiwan North'
+ 'Taiwan Northwest'
+ 'New Zealand North'
+ 'Indonesia Central'
+ 'Malaysia West'
+ )
+
+ $actualRegions = @(Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption | ForEach-Object { $_.Name })
+ ValidateAvailableLocation -ActualRegions $actualRegions -ExpectedRegions $expectedRegions
+ }
+
+ It 'Validate output for -PlanType FlexConsumption -OSType Linux should not error out' {
+
+ $expectedRegions = @(
+ 'Canada Central'
+ 'North Europe'
+ 'West Europe'
+ 'Southeast Asia'
+ 'East Asia'
+ 'West US'
+ 'Japan West'
+ 'Japan East'
+ 'East US 2'
+ 'North Central US'
+ 'South Central US'
+ 'Brazil South'
+ 'Australia East'
+ 'Australia Southeast'
+ 'Central US'
+ 'East US'
+ 'North Central US (Stage)'
+ 'Central India'
+ 'South India'
+ 'Canada East'
+ 'West Central US'
+ 'West US 2'
+ 'UK West'
+ 'UK South'
+ 'East US 2 EUAP'
+ 'Korea Central'
+ 'France South'
+ 'France Central'
+ 'South Africa North'
+ 'Switzerland North'
+ 'Germany West Central'
+ 'Switzerland West'
+ 'UAE North'
+ 'Norway East'
+ 'West US 3'
+ 'Sweden Central'
+ 'Poland Central'
+ 'Italy North'
+ 'Israel Central'
+ 'Spain Central'
+ 'Mexico Central'
+ 'Taiwan North'
+ 'Taiwan Northwest'
+ 'New Zealand North'
+ 'Indonesia Central'
+ 'Malaysia West'
+ )
+
+ $actualRegions = @(Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption -OSType Linux | ForEach-Object { $_.Name })
+ ValidateAvailableLocation -ActualRegions $actualRegions -ExpectedRegions $expectedRegions
+ }
+
+ It 'Validate -PlanType FlexConsumption -OSType Windows fails' {
+
+ $expectedErrorMessage = "FlexConsumption plan type is only supported on Linux OS type."
+ $expectedErrorId = "FlexConsumptionIsOnlySupportedOnLinux"
+
+ $myError = $null
+ try
+ {
+ Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption -OSType Windows -ErrorAction Stop
+ }
+ catch
+ {
+ Write-Verbose "Catch the expected exception" -Verbose
+ $myError = $_
+ }
+
+ Write-Verbose "Validate FullyQualifiedErrorId" -Verbose
+ $myError.FullyQualifiedErrorId | Should Be $expectedErrorId
+ Write-Verbose "Validate Exception.Message" -Verbose
+ $myError.Exception.Message | Should Match $expectedErrorMessage
+ }
+
+ It 'Validate output for -PlanType FlexConsumption -ZoneRedundant' {
+
+ $expectedRegions = @(
+ 'Canada Central'
+ 'Southeast Asia'
+ 'East Asia'
+ 'Australia East'
+ 'East US'
+ 'Central India'
+ 'UK South'
+ 'East US 2 EUAP'
+ 'South Africa North'
+ 'Germany West Central'
+ 'UAE North'
+ 'Norway East'
+ 'West US 3'
+ 'Sweden Central'
+ 'Italy North'
+ 'Israel Central'
+ )
+
+ $actualRegions = @(Get-AzFunctionAppAvailableLocation -PlanType FlexConsumption -ZoneRedundant | ForEach-Object { $_.Name })
+ ValidateAvailableLocation -ActualRegions $actualRegions -ExpectedRegions $expectedRegions
+ }
+
+ It "Validate -PlanType FlexConsumption -OSType Windows -ZoneRedundant fails" {
+
+ $expectedErrorMessage = "ZoneRedundant parameter is only applicable for FlexConsumption plan type."
+ $expectedErrorId = "ZoneRedundantIsOnlyApplicableForFlexConsumption"
+
+ $myError = $null
+ try
+ {
+ Get-AzFunctionAppAvailableLocation -PlanType Premium -OSType Windows -ZoneRedundant -ErrorAction Stop
+ }
+ catch
+ {
+ Write-Verbose "Catch the expected exception" -Verbose
+ $myError = $_
+ }
+
+ Write-Verbose "Validate FullyQualifiedErrorId" -Verbose
+ $myError.FullyQualifiedErrorId | Should Be $expectedErrorId
+ Write-Verbose "Validate Exception.Message" -Verbose
+ $myError.Exception.Message | Should Match $expectedErrorMessage
+ }
}
diff --git a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppFlexConsumptionRuntime.Tests.ps1 b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppFlexConsumptionRuntime.Tests.ps1
new file mode 100644
index 000000000000..7b2cac769708
--- /dev/null
+++ b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppFlexConsumptionRuntime.Tests.ps1
@@ -0,0 +1,296 @@
+if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFunctionAppFlexConsumptionRuntime'))
+{
+ $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
+ if (-Not (Test-Path -Path $loadEnvPath)) {
+ $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
+ }
+ . ($loadEnvPath)
+ $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzFunctionAppFlexConsumptionRuntime.Recording.json'
+ $currentPath = $PSScriptRoot
+ while(-not $mockingPath) {
+ $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
+ $currentPath = Split-Path -Path $currentPath -Parent
+ }
+ . ($mockingPath | Select-Object -First 1).FullName
+}
+
+Describe 'Get-AzFunctionAppFlexConsumptionRuntime' {
+
+ BeforeAll {
+ $testLocation = 'East Asia'
+ $cutoffDate = [DateTime]'11/9/2026'
+ }
+
+ It 'Should get all available runtimes for Flex Consumption' {
+ $runtimes = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation
+
+ $runtimes | Should -Not -BeNullOrEmpty
+ $runtimes | Should -BeOfType [System.Object]
+
+ # Verify common runtime properties exist
+ $runtimes[0].Name | Should -Not -BeNullOrEmpty
+ $runtimes[0].Version | Should -Not -BeNullOrEmpty
+ $runtimes[0].IsDefault | Should -BeOfType [System.Boolean]
+ $runtimes[0].Sku | Should -Not -BeNull
+
+ # Verify expected runtimes are available for Flex Consumption
+ $runtimeNames = $runtimes | Select-Object -ExpandProperty Name -Unique
+ $runtimeNames | Should -Contain 'dotnet-isolated'
+ $runtimeNames | Should -Contain 'node'
+ $runtimeNames | Should -Contain 'python'
+ $runtimeNames | Should -Contain 'java'
+ $runtimeNames | Should -Contain 'powershell'
+ $runtimeNames | Should -Contain 'custom'
+ }
+
+ It 'Should get current runtime stack versions with extended support' {
+ $allRuntimes = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation
+
+ # Test current supported runtime stack versions
+ $currentStackRuntimes = $allRuntimes | Where-Object {
+ ($_.Name -eq 'custom') -or
+ ([DateTime]::Parse($_.EndOfLifeDate) -ge $cutoffDate)
+ }
+
+ $currentStackRuntimes | Should -Not -BeNullOrEmpty
+
+ # Verify expected current stack versions (10 total)
+ $currentStackRuntimes | Should -HaveCount 10
+
+ # Test each runtime has expected current stack versions
+ $dotnetCurrent = $currentStackRuntimes | Where-Object { $_.Name -eq 'dotnet-isolated' }
+ $dotnetCurrent.Version | Sort-Object | Should -Be @('10.0', '8.0') # Latest supported versions
+
+ $nodeCurrent = $currentStackRuntimes | Where-Object { $_.Name -eq 'node' }
+ $nodeCurrent.Version | Should -Be '22' # Current LTS version
+
+ $javaCurrent = $currentStackRuntimes | Where-Object { $_.Name -eq 'java' }
+ $javaCurrent.Version | Sort-Object | Should -Be @('17', '21') # Current supported versions
+
+ $powershellCurrent = $currentStackRuntimes | Where-Object { $_.Name -eq 'powershell' }
+ $powershellCurrent.Version | Should -Be '7.4' # Current stable version
+
+ $pythonCurrent = $currentStackRuntimes | Where-Object { $_.Name -eq 'python' }
+ $pythonCurrent.Version | Sort-Object | Should -Be @('3.11', '3.12', '3.13') # Latest supported versions
+
+ $customCurrent = $currentStackRuntimes | Where-Object { $_.Name -eq 'custom' }
+ $customCurrent.Version | Should -Be '1.0' # Always current for custom
+ }
+
+ It 'Should validate default runtime versions for current stack' {
+ # Test default versions for each runtime (focusing on current/recommended versions)
+ $testCases = @(
+ @{ Runtime = 'dotnet-isolated'; Version = '8.0'; IsDefault = $true; Description = 'LTS version' },
+ @{ Runtime = 'node'; Version = '22'; IsDefault = $true; Description = 'Current LTS' },
+ @{ Runtime = 'java'; Version = '17'; IsDefault = $true; Description = 'LTS version' },
+ @{ Runtime = 'powershell'; Version = '7.4'; IsDefault = $true; Description = 'Current stable' },
+ @{ Runtime = 'python'; Version = '3.12'; IsDefault = $true; Description = 'Latest stable' },
+ @{ Runtime = 'custom'; Version = '1.0'; IsDefault = $false; Description = 'Custom handler' }
+ )
+
+ foreach ($testCase in $testCases) {
+ $result = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime $testCase.Runtime -Version $testCase.Version
+ $result | Should -Not -BeNullOrEmpty -Because "Should find $($testCase.Runtime) $($testCase.Version) ($($testCase.Description))"
+ $result | Should -HaveCount 1
+ $result.Name | Should -Be $testCase.Runtime
+ $result.Version | Should -Be $testCase.Version
+ $result.IsDefault | Should -Be $testCase.IsDefault
+ $result.Sku.skuCode | Should -Be 'FC1'
+ }
+ }
+
+ It 'Should get specific runtime and version combination' {
+ $specificRuntime = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'dotnet-isolated' -Version '8.0'
+
+ $specificRuntime | Should -Not -BeNullOrEmpty
+ $specificRuntime | Should -HaveCount 1
+ $specificRuntime.Name | Should -Be 'dotnet-isolated'
+ $specificRuntime.Version | Should -Be '8.0'
+ $specificRuntime.IsDefault | Should -Be $true
+ $specificRuntime.EndOfLifeDate | Should -Not -BeNullOrEmpty
+ $specificRuntime.Sku.skuCode | Should -Be 'FC1'
+ }
+
+ It 'Should get default or latest version for runtime' {
+ $defaultRuntime = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'node' -DefaultOrLatest
+
+ $defaultRuntime | Should -Not -BeNullOrEmpty
+ $defaultRuntime.Name | Should -Be 'node'
+ $defaultRuntime.Version | Should -Be '22' # Current default
+
+ # Should return only one runtime (the default/latest)
+ $defaultRuntime | Should -HaveCount 1
+
+ # Should have IsDefault set to True for default runtime
+ $defaultRuntime.IsDefault | Should -Be $true
+ }
+
+ It 'Should validate runtime objects have correct structure' {
+ # Test with python as it has multiple versions
+ $runtimes = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'python'
+
+ $runtimes | Should -Not -BeNullOrEmpty
+
+ foreach ($runtime in $runtimes) {
+ # Required properties validation
+ $runtime.Name | Should -Be 'python'
+ $runtime.Version | Should -Not -BeNullOrEmpty
+ $runtime.IsDefault | Should -BeOfType [System.Boolean]
+ $runtime.EndOfLifeDate | Should -Not -BeNullOrEmpty
+ $runtime.Sku | Should -Not -BeNull
+ $runtime.Sku.skuCode | Should -Be 'FC1'
+
+ # Validate Sku object has expected properties
+ $runtime.Sku.skuCode | Should -Not -BeNullOrEmpty
+ $runtime.Sku.instanceMemoryMB | Should -Not -BeNullOrEmpty
+ $runtime.Sku.maximumInstanceCount | Should -Not -BeNullOrEmpty
+ $runtime.Sku.functionAppConfigProperties | Should -Not -BeNull
+ }
+ }
+
+ It 'Should validate EndOfLifeDate for current runtime stack versions' {
+ # Focus on current supported runtime stack versions
+ $currentStackVersions = @(
+ 'dotnet-isolated|8.0', 'dotnet-isolated|10.0',
+ 'node|22',
+ 'java|17', 'java|21',
+ 'powershell|7.4',
+ 'python|3.11', 'python|3.12', 'python|3.13'
+ )
+
+ foreach ($runtimeVersionPair in $currentStackVersions) {
+ $parts = $runtimeVersionPair -split '\|'
+ $runtime = $parts[0]
+ $version = $parts[1]
+
+ $result = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime $runtime -Version $version
+
+ # EndOfLifeDate should be parseable as DateTime
+ { [DateTime]::Parse($result.EndOfLifeDate) } | Should -Not -Throw -Because "$runtime $version should have valid EndOfLifeDate"
+
+ # EndOfLifeDate should be in the future for current versions
+ $eolDate = [DateTime]::Parse($result.EndOfLifeDate)
+ $eolDate | Should -BeGreaterOrEqual $cutoffDate -Because "$runtime $version should be part of current runtime stack"
+ }
+ }
+
+ It 'Should have at least one default version per runtime (excluding custom)' {
+ $allRuntimes = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation
+ $runtimeNames = $allRuntimes | Select-Object -ExpandProperty Name -Unique
+
+ foreach ($runtimeName in $runtimeNames) {
+ # Skip 'custom' runtime as it may not have default versions
+ if ($runtimeName -eq 'custom') {
+ continue
+ }
+
+ $runtimeVersions = $allRuntimes | Where-Object { $_.Name -eq $runtimeName }
+ $defaultVersions = $runtimeVersions | Where-Object { $_.IsDefault -eq $true }
+
+ $defaultVersions | Should -Not -BeNullOrEmpty -Because "Runtime '$runtimeName' should have at least one default version"
+ }
+ }
+
+ It 'Should get specific runtime and version for all current stack versions' {
+ # Test specific current runtime stack combinations
+ $testCases = @(
+ @{ Runtime = 'dotnet-isolated'; Version = '8.0'; IsDefault = $true },
+ @{ Runtime = 'dotnet-isolated'; Version = '10.0'; IsDefault = $false },
+ @{ Runtime = 'node'; Version = '22'; IsDefault = $true },
+ @{ Runtime = 'java'; Version = '17'; IsDefault = $true },
+ @{ Runtime = 'java'; Version = '21'; IsDefault = $false },
+ @{ Runtime = 'powershell'; Version = '7.4'; IsDefault = $true },
+ @{ Runtime = 'python'; Version = '3.11'; IsDefault = $true },
+ @{ Runtime = 'python'; Version = '3.12'; IsDefault = $true },
+ @{ Runtime = 'python'; Version = '3.13'; IsDefault = $false },
+ @{ Runtime = 'custom'; Version = '1.0'; IsDefault = $false }
+ )
+
+ foreach ($testCase in $testCases) {
+ $result = Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime $testCase.Runtime -Version $testCase.Version
+ $result | Should -Not -BeNullOrEmpty
+ $result | Should -HaveCount 1
+ $result.Name | Should -Be $testCase.Runtime
+ $result.Version | Should -Be $testCase.Version
+ $result.IsDefault | Should -Be $testCase.IsDefault
+ $result.Sku.skuCode | Should -Be 'FC1'
+ }
+ }
+
+ It 'Should handle invalid runtime gracefully' {
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'invalidruntime' } | Should -Throw
+ }
+
+ It 'Should handle invalid version gracefully' {
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'node' -Version '999.0' } | Should -Throw
+ }
+
+ It 'Should throw RuntimeVersionNotSupportedInFlexConsumption for unsupported runtime versions' {
+ # Test cases for unsupported runtime versions that should trigger the specific error
+ $unsupportedVersionCases = @(
+ @{ Runtime = 'powershell'; Version = '9.0'; SupportedVersions = '7.4' },
+ @{ Runtime = 'node'; Version = '18'; SupportedVersions = '20, 22' },
+ @{ Runtime = 'python'; Version = '3.8'; SupportedVersions = '3.10, 3.11, 3.12, 3.13' },
+ @{ Runtime = 'java'; Version = '11'; SupportedVersions = '17, 21' },
+ @{ Runtime = 'dotnet-isolated'; Version = '6.0'; SupportedVersions = '8.0, 9.0, 10.0' }
+ )
+
+ foreach ($testCase in $unsupportedVersionCases) {
+ $errorThrown = $null
+ try {
+ Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime $testCase.Runtime -Version $testCase.Version -ErrorAction Stop
+ }
+ catch {
+ $errorThrown = $_
+ }
+
+ # Validate that an error was thrown
+ $errorThrown | Should -Not -BeNull -Because "Should throw error for unsupported $($testCase.Runtime) version $($testCase.Version)"
+
+ # Validate the FullyQualifiedErrorId
+ $errorThrown.FullyQualifiedErrorId | Should -Be 'RuntimeVersionNotSupportedInFlexConsumption' -Because "Should have correct error ID for $($testCase.Runtime) $($testCase.Version)"
+
+ # Validate the error message contains expected information
+ $errorThrown.Exception.Message | Should -Match "Invalid version $($testCase.Version) for runtime $($testCase.Runtime)" -Because "Error message should contain version and runtime info"
+ $errorThrown.Exception.Message | Should -Match "function apps on the Flex Consumption plan" -Because "Error message should specify Flex Consumption plan"
+ $errorThrown.Exception.Message | Should -Match "Supported versions for runtime $($testCase.Runtime)" -Because "Error message should list supported versions"
+ }
+ }
+
+ It 'Should handle invalid location gracefully' {
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location 'Invalid Location' } | Should -Throw
+ }
+
+ It 'Should validate parameter combinations work correctly' {
+ # Test that all parameter sets work without errors (using current stack versions)
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'node' } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'node' -Version '22' } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'node' -DefaultOrLatest } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'python' -Version '3.12' } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'powershell' -Version '7.4' } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'java' -Version '17' } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'dotnet-isolated' -Version '8.0' } | Should -Not -Throw
+ { Get-AzFunctionAppFlexConsumptionRuntime -Location $testLocation -Runtime 'custom' -Version '1.0' } | Should -Not -Throw
+ }
+
+ It "Get-AzFunctionAppFlexConsumptionRuntime should throw RegionNotSupportedForFlexConsumption for invalid region" {
+
+ $myError = $null
+ $errorId = "RegionNotSupportedForFlexConsumption"
+ $invalidLocation = "invalidregion"
+
+ try
+ {
+ Get-AzFunctionAppFlexConsumptionRuntime -Location $invalidLocation -ErrorAction Stop
+ }
+ catch
+ {
+ Write-Verbose "Catch the expected exception" -Verbose
+ $myError = $_
+ }
+
+ Write-Verbose "Validate FullyQualifiedErrorId" -Verbose
+ $myError.FullyQualifiedErrorId | Should Be $errorId
+ }
+}
diff --git a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppPlan.Recording.json b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppPlan.Recording.json
index f5e9bb061fd8..243154a0f893 100644
--- a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppPlan.Recording.json
+++ b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppPlan.Recording.json
@@ -6,12 +6,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "85" ],
- "x-ms-client-request-id": [ "15364063-7e5d-4746-b7a7-82ba7a60366f" ],
+ "x-ms-unique-id": [ "139" ],
+ "x-ms-client-request-id": [ "b4f37487-3ae8-43d6-9070-122a5742c41e" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -22,41 +22,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "e2a5ec2e-1923-4bc0-bea9-6a20368bed89" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "159051b3-2009-42d0-b5f7-cacc0a22be98" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "50da124e-4cfb-4dbb-80af-e189efd183ab" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005434Z:50da124e-4cfb-4dbb-80af-e189efd183ab" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "0ffa3792-ca96-484b-8f33-9055b6049422" ],
+ "x-ms-correlation-request-id": [ "0ffa3792-ca96-484b-8f33-9055b6049422" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232017Z:0ffa3792-ca96-484b-8f33-9055b6049422" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0BED5885C7524A778B890CF021F8870F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 40DBF3ED3CD94A65AF9D147165C36D68 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "7011" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+2": {
+ "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "86" ],
- "x-ms-client-request-id": [ "5fca7ebc-53f9-408c-875b-c416af9a62b2" ],
+ "x-ms-unique-id": [ "140" ],
+ "x-ms-client-request-id": [ "aaab731d-65d9-4b1f-aa8e-5f5d4ff1db61" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -68,40 +68,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "946ba626-7e59-4054-8757-6460c814c10d" ],
+ "x-ms-request-id": [ "f64da758-6ff0-4ed3-a448-e70508f20611" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "1f6c5696-14dd-4b4d-9210-0f7351271a98" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005434Z:1f6c5696-14dd-4b4d-9210-0f7351271a98" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "481167eb-454a-454d-87e7-964c991f2ba4" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232018Z:481167eb-454a-454d-87e7-964c991f2ba4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E4921469CD8547CD95371F9A562BE4A1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 562C9C86FF694DEBB82B7034DA2D865E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+3": {
+ "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "87" ],
- "x-ms-client-request-id": [ "60319ef0-e393-4570-986b-a3767d2b2da8" ],
+ "x-ms-unique-id": [ "141" ],
+ "x-ms-client-request-id": [ "cc46a2c0-9d86-4efd-b88f-3956b3380d8e" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -113,40 +113,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4fda151a-c476-41c2-a5d8-eaccd97d025b" ],
+ "x-ms-request-id": [ "d62e9403-0285-4ea9-b83d-583938f3dcdf" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "cea62f2a-8de6-42fd-8da3-beac8555a152" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005435Z:cea62f2a-8de6-42fd-8da3-beac8555a152" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "192a5a1d-9a0e-4488-a882-7dcfdd762724" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232018Z:192a5a1d-9a0e-4488-a882-7dcfdd762724" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AA1128D1434542059DEB433F46D1E384 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C9DDFA70F3E54F118C324194FAF2FC3F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+4": {
+ "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "88" ],
- "x-ms-client-request-id": [ "7cb015fb-d0ac-4741-a478-ac6becb39f05" ],
+ "x-ms-unique-id": [ "142" ],
+ "x-ms-client-request-id": [ "84e84612-b171-4763-8447-83d09ff0eef6" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -158,40 +158,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ef9cb952-5f5a-490f-ac70-dcfc6b9be76a" ],
+ "x-ms-request-id": [ "3b110a9e-c51b-43de-a52e-a565150f579a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "f6fbb15b-bc98-48f9-ab54-b1732d781e59" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005435Z:f6fbb15b-bc98-48f9-ab54-b1732d781e59" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d45f298e-c2c8-4eb6-9b41-49c53823dc8f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232018Z:d45f298e-c2c8-4eb6-9b41-49c53823dc8f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 037DBFEAD6E84C02A77D7457FABE9254 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2B9740AAC92043D39FFBEFAC3626DC94 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+5": {
+ "Get-AzFunctionAppPlan+[NoContext]+GetAll+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "89" ],
- "x-ms-client-request-id": [ "81b4ea03-ddf2-45b5-b55d-3cd236c83c02" ],
+ "x-ms-unique-id": [ "143" ],
+ "x-ms-client-request-id": [ "1733f1f2-342c-4202-8b72-8ee4561e568d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -203,40 +203,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "014b2a82-8e63-4af9-9a32-f8b6222bb98e" ],
+ "x-ms-request-id": [ "4e1c0509-204a-4b83-9129-583970fe993b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "7fcc7aa1-52fe-453c-8a66-72d780019a6b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005438Z:7fcc7aa1-52fe-453c-8a66-72d780019a6b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c9004a7b-205d-4e13-938e-06235e2b8574" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232018Z:c9004a7b-205d-4e13-938e-06235e2b8574" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 648C57A85E4747D086A6555DBD69AA34 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9046BC6C733E4342AEB8FE25EA89DC13 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Windows-Premium-vesazn\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+1": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Windows-Premium-qnrsj3\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "90" ],
- "x-ms-client-request-id": [ "6fd4ab76-258f-41e3-8a40-66595faf2015" ],
+ "x-ms-unique-id": [ "144" ],
+ "x-ms-client-request-id": [ "a988f6f1-86a9-40a0-973d-1266fe42d943" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -248,40 +248,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "357831ea-8b40-4d19-8efc-84ad9d483999" ],
+ "x-ms-request-id": [ "6cefb8f8-018e-4af8-b1b3-e66646a8b4cc" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "df84eb71-916f-4885-bbb5-88351e7a63d3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005438Z:df84eb71-916f-4885-bbb5-88351e7a63d3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "dade3470-7b59-4010-a999-9e9eed0bf4d6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232018Z:dade3470-7b59-4010-a999-9e9eed0bf4d6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 30F5F9F6AAD14657B5778061E6EB3A4C Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2E9CD271936B4793A08B49D6BDA34F6C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Linux-Premium-wdx4cl\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+1": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByName \u0027Functions-Linux-Premium-ei67oa\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "91" ],
- "x-ms-client-request-id": [ "7fdea950-7c50-41f4-a58b-11fa4c8526b8" ],
+ "x-ms-unique-id": [ "145" ],
+ "x-ms-client-request-id": [ "88785ca8-08d7-40be-b5aa-ef370ee2efd9" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -293,40 +293,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d99b732d-61c5-449e-8e9e-282efa05cdc3" ],
+ "x-ms-request-id": [ "c8736dca-b6f2-4474-a9e4-7e77903dad57" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "4730a357-bdd8-466f-9cc3-3e84a7c3b4ff" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005438Z:4730a357-bdd8-466f-9cc3-3e84a7c3b4ff" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fcb4fda5-94f5-4df6-95a7-85fcee8c299e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232019Z:fcb4fda5-94f5-4df6-95a7-85fcee8c299e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0FE2F89F579C4010A1CCBEEAD240B0E5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3D7746CCE2D74D07AFC39026C37ACBE8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+1": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByResourceGroupName+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+1": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "92" ],
- "x-ms-client-request-id": [ "bf6dd9fb-00a2-47da-9bea-0de28868f164" ],
+ "x-ms-unique-id": [ "146" ],
+ "x-ms-client-request-id": [ "cbd0bb1e-bb6c-4273-8d1a-aab03ed6b086" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List1" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -337,25 +337,25 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "42070a3d-48b2-4dca-8aa0-aaed7e5c4725" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1c470b8e-c195-46b2-9af2-f0916d53aa3f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "0ce8e2cf-5316-4b97-a51d-0b0d4f51490f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005438Z:0ce8e2cf-5316-4b97-a51d-0b0d4f51490f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "9cbbcada-d5ec-43f8-bffa-dc3ddc697fb1" ],
+ "x-ms-correlation-request-id": [ "9cbbcada-d5ec-43f8-bffa-dc3ddc697fb1" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232019Z:9cbbcada-d5ec-43f8-bffa-dc3ddc697fb1" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 46A5CA7031754A85AA8FE910BBC86A51 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D98098BF953B44AEA8A8A8F28253731B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1679" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "1833" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}]}",
"isContentBase64": false
}
},
@@ -366,12 +366,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "93" ],
- "x-ms-client-request-id": [ "b7d515a6-b0b8-464c-a1b6-313229eb6789" ],
+ "x-ms-unique-id": [ "147" ],
+ "x-ms-client-request-id": [ "8e086bbe-e06e-47c7-a13d-a8aada122c90" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -382,41 +382,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "a6735345-4b87-4817-8583-6bdb08b4c086" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c2a4eb20-ef06-4459-9b78-eccccd682932" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "669d505e-f3b5-4da8-8b84-f81c1e2f1e7b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005438Z:669d505e-f3b5-4da8-8b84-f81c1e2f1e7b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "ead4ae88-a6b5-4b59-b8ed-4e2fd6159732" ],
+ "x-ms-correlation-request-id": [ "ead4ae88-a6b5-4b59-b8ed-4e2fd6159732" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232019Z:ead4ae88-a6b5-4b59-b8ed-4e2fd6159732" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0B65DCACF96649F2BE6B04DDE28588B4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B90C2A36E8C64D65BA6DB2295A0D9E3E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "7011" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+2": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "94" ],
- "x-ms-client-request-id": [ "a49b71f0-88d0-4799-9eb1-10f1f48e2400" ],
+ "x-ms-unique-id": [ "148" ],
+ "x-ms-client-request-id": [ "22f3f0dc-6a53-4654-ad8a-6624392a9804" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -428,40 +428,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7344ce33-69e9-4141-8aa0-da0bab20a07e" ],
+ "x-ms-request-id": [ "a53ac647-a4e2-49e0-8ba9-4f929b06589a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "aebc1969-89ca-4ac2-b192-487c56f6177c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005439Z:aebc1969-89ca-4ac2-b192-487c56f6177c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a7f3c3f6-3868-43c9-9a73-9344febf91ac" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232020Z:a7f3c3f6-3868-43c9-9a73-9344febf91ac" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F709D933849247D399D673C459E63280 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D20D3E07B2104A0FB7FAA0A388FE9DF0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+3": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "95" ],
- "x-ms-client-request-id": [ "d39eb5c9-cd0c-4372-93de-c240f98a8b2d" ],
+ "x-ms-unique-id": [ "149" ],
+ "x-ms-client-request-id": [ "7636ec8d-424d-4ac3-bdf4-9813e498dec8" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -473,40 +473,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "eb5e4437-fd4c-4776-8df6-fb93976902cb" ],
+ "x-ms-request-id": [ "3e3eb3d6-256e-4d11-82ff-2cd345f955ef" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "16902879-5a30-4751-9527-3dc70382a077" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005439Z:16902879-5a30-4751-9527-3dc70382a077" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "646a9213-68c3-4def-9f28-584e60343d46" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232020Z:646a9213-68c3-4def-9f28-584e60343d46" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F08F734989894F8BBA59890B382A63B5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E1288D92571F4D0C8BDA156E06003D30 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+4": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "96" ],
- "x-ms-client-request-id": [ "98b17c64-c5d7-443d-9166-2b7d3c879210" ],
+ "x-ms-unique-id": [ "150" ],
+ "x-ms-client-request-id": [ "024d678c-3465-4aa2-b766-9114e73f67ff" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -518,40 +518,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "628b516f-0c4b-4306-b09a-6ee90aa275ff" ],
+ "x-ms-request-id": [ "1a539e4e-3507-4e0d-9e34-6c2538e2c084" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "ff4b0b67-b932-47e4-a563-924a590782de" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005439Z:ff4b0b67-b932-47e4-a563-924a590782de" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3fbcccd2-3c03-40fd-bc9f-2629a3ea62e8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232020Z:3fbcccd2-3c03-40fd-bc9f-2629a3ea62e8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4C8D291D93994B2891D57A516B1BD68F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 91B69AEEA44D48B2A0849D421049F080 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+5": {
+ "Get-AzFunctionAppPlan+[NoContext]+ByLocation+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "97" ],
- "x-ms-client-request-id": [ "abd91f27-a257-46e1-88b5-8e0b42adc4b3" ],
+ "x-ms-unique-id": [ "151" ],
+ "x-ms-client-request-id": [ "0c676b47-c95a-499f-9452-7689072b3c34" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -563,24 +563,24 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f789b3b0-5aa4-431d-936a-02817aa6e94f" ],
+ "x-ms-request-id": [ "37f19f68-a2cc-470d-beb8-943dd55e1ec1" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "c43f50ba-975f-40df-8ad1-3a4c8679ca7e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005439Z:c43f50ba-975f-40df-8ad1-3a4c8679ca7e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "90035cac-bebe-475d-a29e-170d3da3d06b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232020Z:90035cac-bebe-475d-a29e-170d3da3d06b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 614B85538BEB499F96E1DC4AA650C04F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9B88C94DE54147CABBD39ABCD48E089B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
}
diff --git a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppSetting.Tests.ps1 b/src/Functions/Functions.Autorest/test/Get-AzFunctionAppSetting.Tests.ps1
deleted file mode 100644
index 1aef5169a306..000000000000
--- a/src/Functions/Functions.Autorest/test/Get-AzFunctionAppSetting.Tests.ps1
+++ /dev/null
@@ -1,25 +0,0 @@
-if(($null -eq $TestName) -or ($TestName -contains 'Get-AzFunctionAppSetting'))
-{
- $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
- if (-Not (Test-Path -Path $loadEnvPath)) {
- $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
- }
- . ($loadEnvPath)
- $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzFunctionAppSetting.Recording.json'
- $currentPath = $PSScriptRoot
- while(-not $mockingPath) {
- $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
- $currentPath = Split-Path -Path $currentPath -Parent
- }
- . ($mockingPath | Select-Object -First 1).FullName
-}
-
-Describe 'Get-AzFunctionAppSetting' {
- It 'ByName' -skip {
- { throw [System.NotImplementedException] } | Should -Not -Throw
- }
-
- It 'ByObjectInput' -skip {
- { throw [System.NotImplementedException] } | Should -Not -Throw
- }
-}
diff --git a/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json b/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json
index af4f8b3f7215..bc16bde1df67 100644
--- a/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json
+++ b/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Recording.json
@@ -3,13 +3,13 @@
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Func-PowerShell-NewTest1-0qslu4m95n\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -18,17 +18,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "505c9ffe-4d06-429b-9551-a10b724b7d4a" ],
+ "x-ms-request-id": [ "e0ae5daa-1f4a-49b2-a197-6e27073fb740" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "84e0fcff-8579-4514-bdb4-105a3d2f29c7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005441Z:84e0fcff-8579-4514-bdb4-105a3d2f29c7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/00cf7c2f-4279-404f-9117-031247a2843b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8cf7d0e7-ddc3-432d-8b00-f0efb5252a2a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232021Z:8cf7d0e7-ddc3-432d-8b00-f0efb5252a2a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 830962607222451CA87500982EA095E3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BD9B396DE4F64D2D9DEA3D11AAE4773E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:21 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -46,12 +47,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "99" ],
- "x-ms-client-request-id": [ "0ca57b7b-441d-42fc-b0b3-51cbace6bf19" ],
+ "x-ms-unique-id": [ "153" ],
+ "x-ms-client-request-id": [ "adce86a9-6ffd-40b3-8244-d4e63b5e9b85" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -62,41 +63,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "f68a6ab9-8f00-4c38-84d6-0137045c26db" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "23ffea32-4ada-4d79-9cb8-d5405ddf054c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "dbd08890-6e8b-403a-b1e3-4270e9c61780" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005441Z:dbd08890-6e8b-403a-b1e3-4270e9c61780" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "7702b44f-3cee-436a-870e-9b6bc74782fe" ],
+ "x-ms-correlation-request-id": [ "7702b44f-3cee-436a-870e-9b6bc74782fe" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232021Z:7702b44f-3cee-436a-870e-9b6bc74782fe" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 094AEFC4334F45B3B7985756A7C90322 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F962236E35544ED08A21E25ECFAF053F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Content-Length": [ "7011" ],
+ "Content-Type": [ "application/json; charset=utf-8" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "100" ],
- "x-ms-client-request-id": [ "a85952a2-bb66-4211-ad56-52a497f020d5" ],
+ "x-ms-unique-id": [ "154" ],
+ "x-ms-client-request-id": [ "c8437d22-2333-4c2a-b76a-6303d314f408" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -108,40 +109,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6accf023-a26d-4bf7-bba3-ab5fbe90cf73" ],
+ "x-ms-request-id": [ "4bc08851-ee63-454c-a3ce-67f8ab4c4563" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "762ee0d8-18ec-4300-9666-255e4a40ff3e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005441Z:762ee0d8-18ec-4300-9666-255e4a40ff3e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "49ef8508-d5ab-4712-978d-63060cb83616" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232022Z:49ef8508-d5ab-4712-978d-63060cb83616" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2A02F11780354AE7B4DD35B753634DE7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7F2E82424D954376B4B7A12BCB030FF8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "101" ],
- "x-ms-client-request-id": [ "d367bf7f-f7a8-43a2-bdf5-85fb7da67ec7" ],
+ "x-ms-unique-id": [ "155" ],
+ "x-ms-client-request-id": [ "89024afa-b0ab-4b9e-964e-b06aa0850f5a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -153,40 +154,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5c1cd72b-d195-4349-b2b4-76ff3a9e9bb3" ],
+ "x-ms-request-id": [ "4a267010-ac56-4f44-bdb6-a36732a0613f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "2ef9afdb-35b4-41d2-be24-0eacd211b787" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005441Z:2ef9afdb-35b4-41d2-be24-0eacd211b787" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "2db75632-50d8-4e38-8cc5-a6c5dfcd6303" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232022Z:2db75632-50d8-4e38-8cc5-a6c5dfcd6303" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D662158530C84A638DF67F465BC306F9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3D762A4558B84C7982F2BB59C4AA7354 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "102" ],
- "x-ms-client-request-id": [ "b43edae5-b752-4fac-a0f1-3584c045b270" ],
+ "x-ms-unique-id": [ "156" ],
+ "x-ms-client-request-id": [ "a29be618-bd11-4d53-a10c-60d5edfbebdf" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -198,40 +199,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d77ddd51-a459-4182-a838-712b5bb13b37" ],
+ "x-ms-request-id": [ "3f806e18-6e85-424f-adab-3d40c9ca5878" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "26611e54-78f5-4508-84d4-580878894035" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005442Z:26611e54-78f5-4508-84d4-580878894035" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6803e7ef-6b88-4efd-a8b4-d0f74bb5768f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232022Z:6803e7ef-6b88-4efd-a8b4-d0f74bb5768f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 10407F45D5A5440BA873E7BDA2570D13 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F48B8293D8D84C9B8F684375067AD9D1 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "103" ],
- "x-ms-client-request-id": [ "62606d43-e336-4251-9e95-3d6760b4351a" ],
+ "x-ms-unique-id": [ "157" ],
+ "x-ms-client-request-id": [ "22819184-77a8-45ca-8789-97aa55b3c63d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -243,24 +244,24 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a7eb451f-b8ca-4ae4-b514-bc734c13edf9" ],
+ "x-ms-request-id": [ "cab01616-8c18-4d60-9712-df1484a982a3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "4a5bd142-9977-4893-a5b6-21925e5d5100" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005442Z:4a5bd142-9977-4893-a5b6-21925e5d5100" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7ae7fc29-e4d9-4a9e-a7c4-92985c40e126" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232022Z:7ae7fc29-e4d9-4a9e-a7c4-92985c40e126" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 144440012B9F4192B63E070B9521A323 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5EE98A53AB534AEEA8A33045353FED2B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
@@ -271,12 +272,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "104" ],
- "x-ms-client-request-id": [ "f6a2c7d9-0657-41a7-84ac-2c48bd73e01e" ],
+ "x-ms-unique-id": [ "158" ],
+ "x-ms-client-request-id": [ "2c01127a-c6c6-4e0f-9a97-5763f743cb73" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -287,39 +288,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "20020687-d427-441e-8ce0-a0de699fb4a5" ],
+ "x-ms-original-request-ids": [ "345f2b43-338b-49d6-94f2-585cb1370d5c", "460f6318-d8c0-4766-b639-04d0c5b467eb", "41e14185-151e-4010-bb0c-a01481175490" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-request-id": [ "472f13b2-77cc-4fbc-912b-3e8b551d5e4e" ],
+ "x-ms-correlation-request-id": [ "472f13b2-77cc-4fbc-912b-3e8b551d5e4e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232023Z:472f13b2-77cc-4fbc-912b-3e8b551d5e4e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "8df10de2-161b-46e6-b5e6-f710680bf6b4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005442Z:8df10de2-161b-46e6-b5e6-f710680bf6b4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CE06287E66EB428ABE2CD938366B0BB6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 265D85C347F04A7F97C9CCA9CBC3B2A0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:23 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+8": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "105" ],
- "x-ms-client-request-id": [ "6ccab458-ca24-411f-84ea-1133bce291ce" ],
+ "x-ms-unique-id": [ "159" ],
+ "x-ms-client-request-id": [ "21e3f09a-f66c-46b1-8250-dce9bf8b0cb9" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -330,30 +332,30 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "f21953f3-f3df-4c7f-87bb-4044aa69e5c9" ],
+ "x-ms-request-id": [ "d432d6cc-6e19-482b-ac99-7a2d1dce9036" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "4b1e97e0-4863-4dc7-813b-492ee8cf250a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005442Z:4b1e97e0-4863-4dc7-813b-492ee8cf250a" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f0efd7b8-f71f-4c0d-90ec-d6f8ea6aa8c8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "96bdc0f1-e17d-4e36-81f0-c4db33be2139" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232023Z:96bdc0f1-e17d-4e36-81f0-c4db33be2139" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6F3D4325BD1348E9858C26A82D641E19 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5937DA0ED2E84BD3A8DB2F87CB7482F9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:23 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2015-05-01+9": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest1-0qslu4m95n?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}",
"isContentBase64": false,
"Headers": {
@@ -373,35 +375,36 @@
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "66517a1b-eeff-42b6-ba74-1fa937e973a3" ],
- "x-ms-correlation-request-id": [ "66517a1b-eeff-42b6-ba74-1fa937e973a3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005443Z:66517a1b-eeff-42b6-ba74-1fa937e973a3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/45ea4fbe-54cf-4d47-92f2-cd011f690e20" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "5a479d17-a902-44e4-85f5-da364f315e94" ],
+ "x-ms-correlation-request-id": [ "5a479d17-a902-44e4-85f5-da364f315e94" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232028Z:5a479d17-a902-44e4-85f5-da364f315e94" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9242B94CF15A46129E5AE2315F47E898 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:54:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EB6439B6B230423F8679430E3974776C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:20:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1395" ],
+ "Content-Length": [ "1684" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800b84a-0000-0300-0000-6674cf530000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2f00db17-0000-0300-0000-6917b93c0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest1-0qslu4m95n\",\r\n \"name\": \"Func-PowerShell-NewTest1-0qslu4m95n\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Func-PowerShell-NewTest1-0qslu4m95n\",\r\n \"AppId\": \"0a57c072-cc8f-4a10-b7a8-aa7488ad62d5\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"eb9685eb-a825-43e3-8b7d-e9cb34acbd03\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Func-PowerShell-NewTest1-0qslu4m95n\",\r\n \"CreationDate\": \"2025-11-14T23:20:24.4748975+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest1-0qslu4m95n_0a57c072-cc8f-4a10-b7a8-aa7488ad62d5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest1-0qslu4m95n-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+10": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest1-0qslu4m95n\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1786" ]
+ "Content-Length": [ "1718" ]
}
},
"Response": {
@@ -409,43 +412,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3759C3F4635\"" ],
+ "ETag": [ "\"1DC55BD44D30955\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2a9cc86e-b59e-4096-a001-5c980b80ba42" ],
+ "x-ms-request-id": [ "3b7c465a-6814-42c7-98c7-59cb6cbd35f0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "a34bec45-2e88-4840-8c25-4c38eaa102b1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005509Z:a34bec45-2e88-4840-8c25-4c38eaa102b1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0589b953-17f2-4b4e-9f16-98bd14c1f064" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "5bd48654-8a29-4e32-b731-f1a55c3dde44" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232110Z:5bd48654-8a29-4e32-b731-f1a55c3dde44" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0AB1C047FD9F4FD1B9A0B9763ADF259C Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:54:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 63BC5E8EB8094298BF24D313A2791B58 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:20:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7517" ],
+ "Content-Length": [ "8496" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:54:45.5133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:20:30.2133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+11": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "108" ],
- "x-ms-client-request-id": [ "d58d51f5-16b9-4f8f-aecc-7c4c560682af" ],
+ "x-ms-unique-id": [ "162" ],
+ "x-ms-client-request-id": [ "2642d2c1-7fee-4c9a-9c4e-85800e694280" ],
"CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
"FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -455,42 +458,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375AA0616CB\"" ],
+ "ETag": [ "\"1DC55BD5CAD1860\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6dcb6f9c-85cf-44ae-bf23-fd469139c1af" ],
+ "x-ms-request-id": [ "032afa7f-0486-4621-9d65-0652d94bf84d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "fd0aaef2-9d63-410d-9c9d-3e5ba2b03a43" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005539Z:fd0aaef2-9d63-410d-9c9d-3e5ba2b03a43" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ba47d07b-e41c-41b7-9d1a-47448a10b72a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232141Z:ba47d07b-e41c-41b7-9d1a-47448a10b72a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 087AD47FD8BC4037908E856780DF9D55 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 11AAA5C2BF0943DB902CF4D1F182F65F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:55:09.1966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:21:10.63\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+12": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "109" ],
- "x-ms-client-request-id": [ "ba660fb7-6d70-4566-9ac4-bfd5b21f6824" ],
+ "x-ms-unique-id": [ "163" ],
+ "x-ms-client-request-id": [ "d3baa9fb-358d-4aab-a9e1-aa4cd8904210" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -501,42 +504,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375AA0616CB\"" ],
+ "ETag": [ "\"1DC55BD5CAD1860\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6a25d30f-03b4-4cff-a02b-8078781ef7e4" ],
+ "x-ms-request-id": [ "d21a8cad-0196-4fb2-a118-8fffaf997c2f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "eb04f917-0362-4296-9731-5edd0a549fea" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005543Z:eb04f917-0362-4296-9731-5edd0a549fea" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a5675c41-4793-447a-b781-b348fc99b0c2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232141Z:a5675c41-4793-447a-b781-b348fc99b0c2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EF0F95E976704FAB9FBC14BD03E431F2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F9620B3E188A46E8A20012D452D98C3E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:55:09.1966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:21:10.63\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+13": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+13": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "110" ],
- "x-ms-client-request-id": [ "5c221ff2-7473-489c-996f-1107b4c15785" ],
+ "x-ms-unique-id": [ "164" ],
+ "x-ms-client-request-id": [ "2282ad58-c920-45f6-ac7e-254a74388b9d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -548,40 +551,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "eb6afc8c-47e8-46f3-91da-34be25bfec7a" ],
+ "x-ms-request-id": [ "a02aa28a-8883-4427-8574-8fc4a341546d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "c39df8ce-820a-4e1e-bdc5-6e5db52c36c6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005543Z:c39df8ce-820a-4e1e-bdc5-6e5db52c36c6" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/784cad70-d5b6-4406-8ac7-0be9ef859b64" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "858cd1b5-dee8-4bcf-a12c-abb0805223ab" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232141Z:858cd1b5-dee8-4bcf-a12c-abb0805223ab" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CC5E84FA2B094186B60253A3B65B0A67 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1F47C954E3B94DE4B65DD57A5DDD54DF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "111" ],
- "x-ms-client-request-id": [ "5f157469-3302-4d77-950d-f27e227394c0" ],
+ "x-ms-unique-id": [ "165" ],
+ "x-ms-client-request-id": [ "b0dffea9-7bda-4de4-b47e-a5ab10b307f2" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -593,40 +596,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "98984a2b-3240-4be7-a6b1-360558d3ab5d" ],
+ "x-ms-request-id": [ "00d78e45-a88d-46a2-96c1-7935bdfac2fd" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "b20c048f-82ac-4e63-9fa2-053e481d0ed2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005543Z:b20c048f-82ac-4e63-9fa2-053e481d0ed2" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/75812c8f-44d4-4e20-af2f-b5bbd1303305" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "27b7e94b-37fe-4f3f-ba6d-6913480b0131" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232142Z:27b7e94b-37fe-4f3f-ba6d-6913480b0131" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 669B4F1E89F048BB860E205BB70A72D7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8E724B704E474F748E0C02B3789F839B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+15": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "112" ],
- "x-ms-client-request-id": [ "22ccdce2-9acb-4ab2-ae6c-ab14dbc24b18" ],
+ "x-ms-unique-id": [ "166" ],
+ "x-ms-client-request-id": [ "1235e136-9e0e-4acf-832f-cce65849e1ed" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -638,40 +642,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4890b9de-bfc3-4ae8-b28f-605da6d5b836" ],
+ "x-ms-request-id": [ "eca42808-3f63-4b12-8925-00beadcc1658" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "e85fd08a-c212-4e27-aa7c-f0552107c1f8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005543Z:e85fd08a-c212-4e27-aa7c-f0552107c1f8" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/69f6083d-9a40-4cf5-95dc-457ea2da5172" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "76e4b2d1-c6a3-422a-8646-147f0b63ac05" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232142Z:76e4b2d1-c6a3-422a-8646-147f0b63ac05" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9DD2B05C4DF948FBBF72D87A8D5A2377 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DE223AA951F44F7995949B165982F7CB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+16": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+16": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "113" ],
- "x-ms-client-request-id": [ "3a6ed363-b846-4a43-b2dc-1a20db6c7daa" ],
+ "x-ms-unique-id": [ "167" ],
+ "x-ms-client-request-id": [ "8ed5a7a8-95d1-4f90-ab79-a3ccf356d99e" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -683,40 +687,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0eff81e6-923d-45e5-ae36-b102b133a025" ],
+ "x-ms-request-id": [ "59c57c61-af9c-4f40-a98b-cad98e175e96" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "755ff0fc-0e36-441c-89a5-863cfb3fb3f7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005544Z:755ff0fc-0e36-441c-89a5-863cfb3fb3f7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/96050a4f-730c-447f-81a9-67d3dfd9aa17" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a9f6ee1c-9e47-4245-bb37-9445afcc5ea8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232142Z:a9f6ee1c-9e47-4245-bb37-9445afcc5ea8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9460013F7E7E4AE791342FD3F236EBAC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5EDDB694C11B49819ECB62B938BA6164 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+17": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "114" ],
- "x-ms-client-request-id": [ "53e1d21c-f64e-4abf-ac8a-9248c74c8c3d" ],
+ "x-ms-unique-id": [ "168" ],
+ "x-ms-client-request-id": [ "dfe60a19-c92b-4c87-a5dd-0a4dbb4ecba0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -728,38 +732,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c0d23fb0-f250-4003-af3d-ebf4822bfd2f" ],
+ "x-ms-request-id": [ "2fff981b-d2f4-4304-a77a-b226d45a37b0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "cd14de83-d701-476c-ac88-8983edbcceb2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005544Z:cd14de83-d701-476c-ac88-8983edbcceb2" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7b03b233-3f66-400f-b2f1-452bd4192bd6" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "10bc66ba-1018-426a-ac9f-d47916e8360c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232143Z:10bc66ba-1018-426a-ac9f-d47916e8360c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CF118B4A1F6A45CC92D053C226C765A3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5C47C9C690DA4528ADF81C7961980260 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:43 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01+18": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01+18": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01",
- "Content": "{\r\n \"properties\": {\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-0sp8e17wjo\",\r\n \"MyAppSetting1\": \"456789\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01",
+ "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting1\": \"456789\",\r\n \"APPLICATIONINSIGHTS_CONNECTION_STRING\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"WEBSITE_CONTENTSHARE\": \"func-powershell-newtest1-0qslu4m95n\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1042" ]
+ "Content-Length": [ "1030" ]
}
},
"Response": {
@@ -767,42 +771,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375AA0616CB\"" ],
+ "ETag": [ "\"1DC55BD5CAD1860\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "79642376-bddc-48e9-bcc4-605242d3cba2" ],
+ "x-ms-request-id": [ "048b8d81-c7c7-43d0-82bd-2392a39da71d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-correlation-request-id": [ "0f6b3d21-39cd-4f3f-b462-258b78f063ae" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005545Z:0f6b3d21-39cd-4f3f-b462-258b78f063ae" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8a7c96f1-65f6-45d2-ad35-bfdb6c8a1472" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "4401f4d2-3cf4-4f21-9bae-32addd7ff3c7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232144Z:4401f4d2-3cf4-4f21-9bae-32addd7ff3c7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7CD84940B6B148B5B4D37EEAD8C33111 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:44 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 54F76FA41C40475AB76046522FE710FB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:43Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:44 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1242" ],
+ "Content-Length": [ "1241" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting2\":\"PowerShellRocks\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+19": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+19": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "116" ],
- "x-ms-client-request-id": [ "817741a2-c190-4139-a092-ff2294e0c969" ],
+ "x-ms-unique-id": [ "170" ],
+ "x-ms-client-request-id": [ "55ace905-5665-4eca-bc25-70bb5a10520b" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -814,40 +819,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "80040cec-93eb-4de7-bd65-d60ce0eeee1e" ],
+ "x-ms-request-id": [ "0d5777c0-262a-49e6-83ec-1322d78b6497" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "31aee893-27cf-4c91-87f2-23efbf56ebe4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005545Z:31aee893-27cf-4c91-87f2-23efbf56ebe4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b1163a02-cb94-41a8-865d-5c97063b157b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "02c5c5e4-24ee-4049-991d-c53fc63f8fcc" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232144Z:02c5c5e4-24ee-4049-991d-c53fc63f8fcc" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F73A40A2E905448F9CF85AAAC1DA06E7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:45 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AFC1A6DEBC3645BA87F683DA24DBD026 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:44Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:44 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1242" ],
+ "Content-Length": [ "1241" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting2\":\"PowerShellRocks\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+20": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "117" ],
- "x-ms-client-request-id": [ "4b8e23d6-c7f7-4a66-b552-49724a886b47" ],
+ "x-ms-unique-id": [ "171" ],
+ "x-ms-client-request-id": [ "8f8ab827-c90d-43d5-b89a-6c5e23f27e3c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -858,42 +863,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375BF87F800\"" ],
+ "ETag": [ "\"1DC55BD70C3D0D5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c8a36996-cb30-4ef4-a232-dca699a2c5e0" ],
+ "x-ms-request-id": [ "a5730227-a23f-43bb-bae4-e3b740954d57" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "9ed7ea98-722a-4da3-95c1-a4b98912f40b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005546Z:9ed7ea98-722a-4da3-95c1-a4b98912f40b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "543bdf9d-7ea0-4b4d-b66a-02d869e732d4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232145Z:543bdf9d-7ea0-4b4d-b66a-02d869e732d4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 423F50CEE4744C8F9228F5BC62A1EAC6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:45 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EBCB20AFA21C4C0B9CC369F03458980E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:44Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:44 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7308" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:55:45.28\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:21:44.3333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+21": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "118" ],
- "x-ms-client-request-id": [ "eb9d382c-e4e2-4d0a-bc1f-956b52dd4dd2" ],
+ "x-ms-unique-id": [ "172" ],
+ "x-ms-client-request-id": [ "cfb12c0b-4c7e-45e2-9772-6a89cfa239b7" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -905,40 +910,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4abf0b63-50dd-42fd-9458-d862266b998e" ],
+ "x-ms-request-id": [ "e540b5d5-5b16-4fdd-89ca-aa52161de808" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "2151e7a9-7e22-4d10-bd33-156750be53c9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005546Z:2151e7a9-7e22-4d10-bd33-156750be53c9" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/cb573f86-3ec6-45a0-86c7-4b3bcae13b3a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "60b37093-93c2-42e2-83d1-5c4615692eba" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232145Z:60b37093-93c2-42e2-83d1-5c4615692eba" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2F94F4BBC3EC48BEA09AF499FD80B35A Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:45 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 645DCD528A1D4FC8AC6CC40014136824 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:45Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:45 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1242" ],
+ "Content-Length": [ "1241" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting2\":\"PowerShellRocks\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "119" ],
- "x-ms-client-request-id": [ "5db451ae-31a7-4062-8815-8a1ea18f693a" ],
+ "x-ms-unique-id": [ "173" ],
+ "x-ms-client-request-id": [ "a33d52df-3637-4a40-a94c-55ba36658bed" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -950,40 +955,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3a101dc2-7793-4913-aa9d-c58d61589821" ],
+ "x-ms-request-id": [ "d1970bf4-bc70-43f0-94b1-05c7682905d7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "b3cab309-f708-40c3-abbe-1451f5425834" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005546Z:b3cab309-f708-40c3-abbe-1451f5425834" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/619ca32b-f070-4c99-9832-a431277d24b4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d8e65131-9fc4-4a4f-8851-7c9878cc222d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232145Z:d8e65131-9fc4-4a4f-8851-7c9878cc222d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F42E6A9619D84B52A8E7CB0A34E7EF0D Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AF054ED629CA4C75A54E34C2957353E6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:45Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:45 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+23": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+23": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "120" ],
- "x-ms-client-request-id": [ "ab312ae4-17d8-4c35-8b2a-1714e73f2534" ],
+ "x-ms-unique-id": [ "174" ],
+ "x-ms-client-request-id": [ "d8216cd3-2483-46b2-a4fd-90253445ad19" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -995,38 +1001,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bef47e66-5280-4d72-90ab-af77ddc1f8bc" ],
+ "x-ms-request-id": [ "a8bb458f-f21f-487f-8eb2-cb44fc24575d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "29239847-4206-47b2-ada2-b269b99c7fd3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005547Z:29239847-4206-47b2-ada2-b269b99c7fd3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4b6921cc-93a9-4c44-ab03-274e36ecf3d8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "9b5b390b-0999-46db-8213-28bf00c304c0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232146Z:9b5b390b-0999-46db-8213-28bf00c304c0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 75A72C4C557B4EB58516C9A7DB8B68BE Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 457528265B4C4D838DC9306BC972A6F6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:45Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:45 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1242" ],
+ "Content-Length": [ "1241" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting2\":\"PowerShellRocks\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01+24": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01+24": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01",
- "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting3\": \"123456\",\r\n \"MyAppSetting1\": \"456789\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-0sp8e17wjo\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01",
+ "Content": "{\r\n \"properties\": {\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\r\n \"MyAppSetting1\": \"456789\",\r\n \"APPLICATIONINSIGHTS_CONNECTION_STRING\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"WEBSITE_CONTENTSHARE\": \"func-powershell-newtest1-0qslu4m95n\",\r\n \"MyAppSetting2\": \"PowerShellRocks\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1119" ]
+ "Content-Length": [ "1107" ]
}
},
"Response": {
@@ -1034,42 +1040,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375BF87F800\"" ],
+ "ETag": [ "\"1DC55BD70C3D0D5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "72a9ea97-4c0b-4fa5-9836-49af9ca81799" ],
+ "x-ms-request-id": [ "9fed431a-7a07-4270-9671-2eef14414805" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-correlation-request-id": [ "d3fd3ca2-7fc3-4b75-8ca6-1b356e7903c8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005548Z:d3fd3ca2-7fc3-4b75-8ca6-1b356e7903c8" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/61ae6c0f-dac8-4d19-8020-cebac188a06b" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "fb3970fc-3068-40c1-ad5c-a8e81d60db88" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232146Z:fb3970fc-3068-40c1-ad5c-a8e81d60db88" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F74D8C59165E4ACF89B3B935E874E5A5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 42460B10ABCE43FE97D2CDDEE870A47A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:46Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:46 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1305" ],
+ "Content-Length": [ "1304" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting3\":\"123456\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting4\":\"PowerShellIsAwesome\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+25": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+25": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "122" ],
- "x-ms-client-request-id": [ "bbfc7910-98a0-49e5-bb9f-25ebb9af0192" ],
+ "x-ms-unique-id": [ "176" ],
+ "x-ms-client-request-id": [ "4cf43f5d-efa7-486c-a26c-1dfdea9ac2e1" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1081,40 +1088,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3d8fde91-f870-477a-a4da-8a386286b4a5" ],
+ "x-ms-request-id": [ "eb17bdcb-c633-424b-8301-917778b7cfdb" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "61abc01a-c790-48a9-9649-7dd232885fbc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005548Z:61abc01a-c790-48a9-9649-7dd232885fbc" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8e478e1c-9f17-459c-88fb-76eba9352f3c" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b29911ac-d514-4dc7-81cd-6a4ad1ed8c08" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232147Z:b29911ac-d514-4dc7-81cd-6a4ad1ed8c08" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5D1A884AB27C4F83B7224CAB4A132F34 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BC599BF2B75347248F95C23E76C23179 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:46Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:46 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1305" ],
+ "Content-Length": [ "1304" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting3\":\"123456\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting4\":\"PowerShellIsAwesome\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+26": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+26": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "123" ],
- "x-ms-client-request-id": [ "e42c27db-5eee-4f5b-8745-c85ae0632aa0" ],
+ "x-ms-unique-id": [ "177" ],
+ "x-ms-client-request-id": [ "9c690a26-661d-4e62-bf8c-368709af6f57" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1126,38 +1133,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f5035544-08cc-42c9-b232-419bd718f77f" ],
+ "x-ms-request-id": [ "e6da6ca3-a514-4d15-8316-d0891adf7be5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "5e1976b5-a1e2-43a0-9a98-75ac69f42287" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005548Z:5e1976b5-a1e2-43a0-9a98-75ac69f42287" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/90e9ca0d-c185-488f-bf8e-f19a31ab2949" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "ca56edf4-7213-4b50-98cc-71e983a03b7e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232147Z:ca56edf4-7213-4b50-98cc-71e983a03b7e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8B44AE4A957B4EF8B655CFD38CA05587 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6E33759CBF2D4EFEA1986217EA31FFA8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1305" ],
+ "Content-Length": [ "1304" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting3\":\"123456\",\"MyAppSetting1\":\"456789\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"MyAppSetting2\":\"PowerShellRocks\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"MyAppSetting4\":\"PowerShellIsAwesome\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"MyAppSetting1\":\"456789\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"MyAppSetting2\":\"PowerShellRocks\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01+27": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01+27": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01",
- "Content": "{\r\n \"properties\": {\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-0sp8e17wjo\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\"\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01",
+ "Content": "{\r\n \"properties\": {\r\n \"WEBSITE_CONTENTSHARE\": \"func-powershell-newtest1-0qslu4m95n\",\r\n \"APPLICATIONINSIGHTS_CONNECTION_STRING\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"MyAppSetting4\": \"PowerShellIsAwesome\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"MyAppSetting3\": \"123456\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1046" ]
+ "Content-Length": [ "1034" ]
}
},
"Response": {
@@ -1165,42 +1172,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375C11D580B\"" ],
+ "ETag": [ "\"1DC55BD721B2375\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3d9d125e-ef61-4e8e-aa52-033fa76d2082" ],
+ "x-ms-request-id": [ "3aa2c8a6-bfdb-482a-b7a4-ee763ee4b035" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-correlation-request-id": [ "1a789ce7-587e-4247-834a-91992ed80be3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005549Z:1a789ce7-587e-4247-834a-91992ed80be3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/42d56909-ed0d-49c1-ab5b-2cd13b5753e0" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "eafc90cd-db82-4db3-bee9-023879fa9559" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232148Z:eafc90cd-db82-4db3-bee9-023879fa9559" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 73E9F79B8EE24174865A8C90A4F00791 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 94B305F2A365421B80266C9FCC226134 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:48 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1246" ],
+ "Content-Length": [ "1245" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+28": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "125" ],
- "x-ms-client-request-id": [ "08787cea-fe3a-4cb3-ae3d-ca635db2f90d" ],
+ "x-ms-unique-id": [ "179" ],
+ "x-ms-client-request-id": [ "eb6b67f1-0e02-4d92-9f96-5b1fc431e957" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1212,40 +1220,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d95f25e1-a87a-4b61-9470-b71086fffc03" ],
+ "x-ms-request-id": [ "31eb517d-335c-4bf2-8956-7698e84ca2e6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "95f9e304-ce15-4cc4-9f99-fbee8d432f61" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005550Z:95f9e304-ce15-4cc4-9f99-fbee8d432f61" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/109f99f5-f1d1-4252-8833-1b06d8d65d7b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "7f5e52c7-37ac-435c-9e47-7e6ff5ad3ea0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232148Z:7f5e52c7-37ac-435c-9e47-7e6ff5ad3ea0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7872F5AC87084C028C0DFB8BCE519CE2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B76313E6D1CC457EAC70D823AF278AFE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:48 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1246" ],
+ "Content-Length": [ "1245" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+29": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "126" ],
- "x-ms-client-request-id": [ "889e774f-ea4f-447c-9d5f-9889e66e67cc" ],
+ "x-ms-unique-id": [ "180" ],
+ "x-ms-client-request-id": [ "508ec005-718d-456d-bcaf-714622f5d121" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1256,42 +1264,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375C22C7115\"" ],
+ "ETag": [ "\"1DC55BD730FC9AB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "20b4946b-4c60-4224-bfb4-8ca91aeabeb9" ],
+ "x-ms-request-id": [ "4ebbddfc-b119-4925-89e8-05f4a7fdd559" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "fa3758fa-349e-4ea0-9a29-065cdda05522" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005550Z:fa3758fa-349e-4ea0-9a29-065cdda05522" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "f6924396-1e26-44bf-ba26-9d929092aea2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232148Z:f6924396-1e26-44bf-ba26-9d929092aea2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A9D3C549B1814B9998D059566B096F53 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4F1A26B6A39D4B9C9213305EEBDBA239 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:48 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:55:49.7133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:21:48.1866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+30": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+30": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "127" ],
- "x-ms-client-request-id": [ "7a321675-0516-4861-a464-068ef1011362" ],
+ "x-ms-unique-id": [ "181" ],
+ "x-ms-client-request-id": [ "e0418e31-fc95-4705-b903-facd4d73ee0d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1303,40 +1311,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "aa572198-6952-43f5-a823-e6d473073650" ],
+ "x-ms-request-id": [ "5138e6d9-61a1-40cf-a76d-4c04c66b0d11" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "da702ee0-ed07-4ff6-aae4-f0f578ada27b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005550Z:da702ee0-ed07-4ff6-aae4-f0f578ada27b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/90822c7a-5a7d-4593-b07b-868b0c435354" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "e22e3e4e-906d-4b00-9f98-b7288814fe30" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232149Z:e22e3e4e-906d-4b00-9f98-b7288814fe30" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 083D8309D7F149F2A7CFCDB16C131BF1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B3388A20BFEF474EB173D5E06F1E860A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:48 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1246" ],
+ "Content-Length": [ "1245" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+31": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01+31": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "128" ],
- "x-ms-client-request-id": [ "8951707e-b653-4608-b565-343a5a4e598d" ],
+ "x-ms-unique-id": [ "182" ],
+ "x-ms-client-request-id": [ "9f668028-ae51-40cf-a942-45c04eb81d2a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1348,40 +1356,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "30684368-6509-4e73-a402-79e9c6e49994" ],
+ "x-ms-request-id": [ "bc740325-b430-40e0-82d9-e99bd16bfc67" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "f7ed33d8-eb7d-4c04-b4fb-daf00efa4b80" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005551Z:f7ed33d8-eb7d-4c04-b4fb-daf00efa4b80" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/615fa5ff-4d99-432a-8310-8c893f387b37" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2cf31dff-e166-4db9-92f8-346eb455b960" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232149Z:2cf31dff-e166-4db9-92f8-346eb455b960" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2BFD5183E9374115A79E20C52FDF51D2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4B64AB4B91D345B1A71A4F6D7D3105BE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+32": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+32": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "129" ],
- "x-ms-client-request-id": [ "1056bd02-454e-4c85-aed6-d2d75d72db2e" ],
+ "x-ms-unique-id": [ "183" ],
+ "x-ms-client-request-id": [ "06aa0f1a-4f30-46f6-80f5-fdc2f4b0bfea" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1393,38 +1402,130 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9a5209bc-f05f-43d7-9dbb-065553507645" ],
+ "x-ms-request-id": [ "43f6bac2-32fe-475c-9de8-f478bf99d63d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "652917a2-7ce9-436c-a403-f610334d1f08" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005551Z:652917a2-7ce9-436c-a403-f610334d1f08" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/86d6d223-9a37-4251-b719-ee73626e8e27" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b436f275-9e17-4049-bb17-3cd97a2eae11" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232149Z:b436f275-9e17-4049-bb17-3cd97a2eae11" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AA3C567D33CB488192598EDE66560285 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 553BE8BDEDDC4D3498F9B2FA73ED376E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1246" ],
+ "Content-Length": [ "1245" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"MyAppSetting4\":\"PowerShellIsAwesome\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting4\":\"PowerShellIsAwesome\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"MyAppSetting3\":\"123456\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01+33": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01+33": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings?api-version=2023-12-01",
- "Content": "{\r\n \"properties\": {\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"AzureWebJobsDashboard\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"WEBSITE_CONTENTSHARE\": \"functions-powershell-0sp8e17wjo\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\",\r\n \"APPINSIGHTS_INSTRUMENTATIONKEY\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\"\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings?api-version=2023-12-01",
+ "Content": "{\r\n \"properties\": {\r\n \"AzureWebJobsStorage\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\r\n \"WEBSITE_CONTENTSHARE\": \"func-powershell-newtest1-0qslu4m95n\",\r\n \"APPLICATIONINSIGHTS_CONNECTION_STRING\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\r\n \"FUNCTIONS_EXTENSION_VERSION\": \"~4\",\r\n \"FUNCTIONS_WORKER_RUNTIME\": \"powershell\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "957" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BD730FC9AB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a18906d8-3e64-45a8-b78d-ab575e01020c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/793dbf9e-aa4e-48f5-a1af-0fa9abb433e1" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "2bada229-cfa7-4e4e-973a-e9c204b0199e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232150Z:2bada229-cfa7-4e4e-973a-e9c204b0199e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A540315335D44A17AFE489F7FDAB0286 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1182" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+34": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "185" ],
+ "x-ms-client-request-id": [ "568d4c74-054b-4169-bd1e-72c43c48f6fe" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "5394d7c5-de94-48d5-88ec-9f5a4372582a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b4b35f29-72fd-4f56-96bf-9bb32167a1ea" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "6feaedb1-198b-4293-adb3-af791737684d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232150Z:6feaedb1-198b-4293-adb3-af791737684d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 837E81BE7FB64A4A90A53ED803555287 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:50 GMT" ]
},
"ContentHeaders": {
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
- "Content-Length": [ "969" ]
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+35": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "186" ],
+ "x-ms-client-request-id": [ "c549fa75-5d6d-4c84-b4f4-cbbff0017fae" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
}
},
"Response": {
@@ -1432,42 +1533,87 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375C22C7115\"" ],
+ "ETag": [ "\"1DC55BD74669A15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "eec54697-3602-43ff-ae61-e6f6ca7c2d12" ],
+ "x-ms-request-id": [ "5f6a52e0-6e01-4154-b356-d35b808ab0bd" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-correlation-request-id": [ "383d2d10-a067-40d7-a98e-a76e94de5726" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005552Z:383d2d10-a067-40d7-a98e-a76e94de5726" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "07148a87-5f34-4d3b-840a-44139e8b1f24" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232151Z:07148a87-5f34-4d3b-840a-44139e8b1f24" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9B3ED34C4831485DBB2C6802E00FA9CC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C0601014419A41059A87713F73098462 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:21:50.4333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+34": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+36": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "131" ],
- "x-ms-client-request-id": [ "7e42c015-fbce-40a0-8c70-7bb31dfed14e" ],
+ "x-ms-unique-id": [ "187" ],
+ "x-ms-client-request-id": [ "41b5674d-5362-462e-b651-1a66e2c61ca7" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b878c965-83b3-401c-b3c2-195456259aa5" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0f2192fd-fe89-41ee-a0c1-12b21d96e0a0" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "3b42f608-6549-43a8-9096-d3d3c7344365" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232151Z:3b42f608-6549-43a8-9096-d3d3c7344365" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0605C91A9BA840DA80C0F14F3FEFB654 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1182" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01+37": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "188" ],
+ "x-ms-client-request-id": [ "c7f47ab5-0a4a-41b0-9950-8a44250478f9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1479,40 +1625,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1165d12e-e94d-470e-baca-8afcef3922ab" ],
+ "x-ms-request-id": [ "fda8481b-544e-495a-ae53-fe8aa295a827" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "fc0b9a9f-3f73-486e-93ef-05a7249c50d7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005552Z:fc0b9a9f-3f73-486e-93ef-05a7249c50d7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b1d44a6c-e5bc-4831-8a82-0fabcebd2255" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1b794484-0520-4e0c-b515-f1fa2c126a9d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232151Z:1b794484-0520-4e0c-b515-f1fa2c126a9d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 01DDAF07F39345ACA801AB1741F0A1B2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D278360AB64C420B875EFBF4B3D29E40 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01+38": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "132" ],
- "x-ms-client-request-id": [ "a2f4b18d-ed83-4d6e-8cd6-77cf5969a946" ],
+ "x-ms-unique-id": [ "189" ],
+ "x-ms-client-request-id": [ "bfd44a1c-5dc1-4dbb-b3e9-41be62f0f846" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1523,42 +1670,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375C3A24835\"" ],
+ "ETag": [ "\"1DC55BD74669A15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "17dc0d83-c8df-4e5e-9232-25698adf60d7" ],
+ "x-ms-request-id": [ "3f3ce5c0-3761-4ad1-97ff-a7293f07f252" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "8728ad9f-b575-4d3c-b231-2b311bc724d8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005553Z:8728ad9f-b575-4d3c-b231-2b311bc724d8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c03872a7-7a6e-413d-be32-802899d7652b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232151Z:c03872a7-7a6e-413d-be32-802899d7652b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9BC3AE91AE474635AF11F3C0A6350781 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4C8335C3784F4C888E86415A2ADBCBF6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:55:52.1633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest1-0qslu4m95n\",\"repositorySiteName\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"func-powershell-newtest1-0qslu4m95n.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\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest1-0qslu4m95n.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:21:50.4333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest1-0qslu4m95n\\\\$Func-PowerShell-NewTest1-0qslu4m95n\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest1-0qslu4m95n.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01+39": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "133" ],
- "x-ms-client-request-id": [ "8b144f4f-e021-49ab-9a2b-97021d1e51da" ],
+ "x-ms-unique-id": [ "190" ],
+ "x-ms-client-request-id": [ "6d303e78-6ef2-4c14-b614-7ac262bc0947" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1570,40 +1717,86 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "39eb4102-049a-45b9-92c2-16daa0771747" ],
+ "x-ms-request-id": [ "14969869-2dc1-4eba-a916-b5be4e4dfd60" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "4ec2e75b-a92b-4c3e-a443-ba2fd610e9c3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005553Z:4ec2e75b-a92b-4c3e-a443-ba2fd610e9c3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7c9ff6de-6382-487c-bb14-bf178eb19d27" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "797" ],
+ "x-ms-correlation-request-id": [ "829dc9a5-a3f1-46b4-b4fc-343edfc99b34" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232152Z:829dc9a5-a3f1-46b4-b4fc-343edfc99b34" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E4E791F4AD9A475B8D55648F288B4B50 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EAFBA8E258474F43BBA8DC801B38E16B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest1-0qslu4m95n\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01+40": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "134" ],
- "x-ms-client-request-id": [ "553d290d-1048-46c8-8d1d-e81f7a520369" ],
+ "x-ms-unique-id": [ "191" ],
+ "x-ms-client-request-id": [ "d423945f-540f-4dcf-870b-26e9d19a5cd7" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "13978e19-1894-4636-a4f7-0864aa10578d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/320170a0-9541-4dd9-b14e-24bff6265be5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b096b7af-c8d8-4198-81e9-c610ae097e67" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232152Z:b096b7af-c8d8-4198-81e9-c610ae097e67" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 490B00AFB76841CE838D8D1B70E0ECEA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4191" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n/config/web\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+41": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "192" ],
+ "x-ms-client-request-id": [ "c5cbb696-f56f-4600-bf7e-dde0c5c8bad2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1615,40 +1808,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3786b469-a7b5-499c-9b33-c706de0d278c" ],
+ "x-ms-request-id": [ "f680bc64-ff4d-42ef-80ec-68e1bf1ed765" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "b14ae20b-ca9a-4d7d-842c-f878faede133" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005553Z:b14ae20b-ca9a-4d7d-842c-f878faede133" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "c0cfb30c-44d2-4968-908b-4e5ffc18fcce" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232152Z:c0cfb30c-44d2-4968-908b-4e5ffc18fcce" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D09B3BEA76FB454B8D9C8822A6E94777 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:55:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3163197560CB481D9019788256F5D536 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:21:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+38": {
+ "Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E+[NoContext]+Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+42": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest1-0qslu4m95n?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "135" ],
- "x-ms-client-request-id": [ "15d67ed8-2fec-4c35-b410-86eedb2b9a2d" ],
+ "x-ms-unique-id": [ "193" ],
+ "x-ms-client-request-id": [ "d7879fc9-a81b-43c7-a1b0-e361b278a38b" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
"FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1659,19 +1852,20 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375C3A24835\"" ],
+ "ETag": [ "\"1DC55BD74669A15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dcaded38-a0be-4e37-b996-01e0c06d25d0" ],
+ "x-ms-request-id": [ "c9f99d17-b615-45e6-9da2-eaeea7a8ba4b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "b46346e8-9593-49bb-b4c4-de0a839784da" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005604Z:b46346e8-9593-49bb-b4c4-de0a839784da" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/3b9f97ee-3122-468b-ad51-36b20c1af39b" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "bfb95916-38e0-442b-9f01-894573ffb564" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232201Z:bfb95916-38e0-442b-9f01-894573ffb564" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D5A0FD498E054DE9B85E788C61246286 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:55:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:03 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 01BB5A6676B84F76AB2CFBBD54A8B914 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:21:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:01 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
@@ -1681,4 +1875,4 @@
"isContentBase64": false
}
}
-}
\ No newline at end of file
+}
diff --git a/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Tests.ps1 b/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Tests.ps1
index c69fe2a10dd5..c26bd60efa48 100644
--- a/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Tests.ps1
+++ b/src/Functions/Functions.Autorest/test/Get-Update-Remove-AzFunctionAppSetting.Tests.ps1
@@ -15,9 +15,21 @@ $env:FunctionsTestMode = $true
Describe 'Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFunctionAppSetting E2E' {
+ BeforeAll {
+ $planName = $env.planNameWorkerTypeWindows
+ Write-Verbose "Plan name: $planName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $storageAccountName = $env.storageAccountWindows
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ }
+
It "Validate Get-AzFunctionAppSetting, Update-AzFunctionAppSetting and Delete-AzFunctionAppSetting" {
- $functionName = $env.functionNamePowerShell
+ $appName = $env.functionNamePowerShellNew1
+ Write-Verbose "App name: $appName" -Verbose
$appSetting1 = @{}
$appSetting1.Add("MyAppSetting1", 456789)
@@ -29,23 +41,24 @@ Describe 'Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFu
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
- -PlanName $env.planNameWorkerTypeWindows `
- -StorageAccount $env.storageAccountWindows `
+ Write-Verbose "Create function app with custom app settings" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
-Runtime PowerShell `
- -RuntimeVersion 7.2 `
+ -RuntimeVersion 7.4 `
-FunctionsVersion 4
# We can get the application setting in two different ways:
# 1) (Get-AzFunctionApp).ApplicationSettings
# 2) Get-AzFunctionAppSetting
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$expectedAppSettings = $functionApp.ApplicationSettings
# App settings via Get-AzFunctionAppSetting
Write-Verbose "Validate '(Get-AzFunctionApp).ApplicationSettings'" -Verbose
- $appSettingsViaGetAzFunctionAppSetting = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ $appSettingsViaGetAzFunctionAppSetting = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $resourceGroupName
ValidateAppSetting -ExpectedAppSetting $expectedAppSettings -ActualAppSetting $appSettingsViaGetAzFunctionAppSetting
# App settings via Get-AzFunctionAppSetting
@@ -55,8 +68,8 @@ Describe 'Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFu
# Add new app settings
Write-Verbose "Validate 'Update-AzFunctionAppSetting'" -Verbose
- $updatedAppSettings = Update-AzFunctionAppSetting -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
+ $updatedAppSettings = Update-AzFunctionAppSetting -Name $appName `
+ -ResourceGroupName $resourceGroupName `
-AppSetting $appSetting1
foreach ($appSettingName in $appSetting1.Keys)
{
@@ -64,7 +77,8 @@ Describe 'Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFu
}
# Update app settings InputObject
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Validate 'Update-AzFunctionAppSetting -InputObject'" -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$updatedAppSettings2 = Update-AzFunctionAppSetting -InputObject $functionApp -AppSetting $appSetting2
foreach ($appSettingName in $appSetting2.Keys)
{
@@ -73,21 +87,22 @@ Describe 'Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFu
# Delete first set of app settings
Write-Verbose "Validate 'Remove-AzFunctionAppSetting'" -Verbose
- Remove-AzFunctionAppSetting -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
+ Remove-AzFunctionAppSetting -Name $appName `
+ -ResourceGroupName $resourceGroupName `
-AppSettingName $appSetting1.Keys
- $appSettings = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ $appSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $resourceGroupName
foreach ($appSettingName in $appSetting1.Keys)
{
$appSettings.ContainsKey($appSettingName) | Should be $false
}
- # Delete app settings using InputObject
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Validate 'Remove-AzFunctionAppSetting -InputObject'" -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
Remove-AzFunctionAppSetting -InputObject $functionApp -AppSettingName $appSetting2.Keys
+ Write-Verbose "Validate that the app settings were removed" -Verbose
$appSettings = Get-AzFunctionAppSetting -InputObject $functionApp
foreach ($appSettingName in $appSetting2.Keys)
@@ -97,10 +112,12 @@ Describe 'Get-AzFunctionAppSetting, Update-AzFunctionAppSetting, and Remove-AzFu
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
diff --git a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.ACA.Tests.ps1 b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.ACA.Tests.ps1
index 48896f9148a8..36a9db9a6a75 100644
--- a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.ACA.Tests.ps1
+++ b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.ACA.Tests.ps1
@@ -15,31 +15,24 @@ if(($null -eq $TestName) -or ($TestName -contains 'New-AzFunctionApp.ACA'))
}
-Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
+Describe 'New-AzFunctionApp ACA Tests' -Tag 'LiveOnly' {
BeforeAll {
- $resourceGroupNameACA = "Functions-ACA-Test-" + (GetRandomStringValue -len 4)
- $locationACA = "WestCentralUS"
- $storageAccountNameACA = "funcacastotorage" + (GetRandomStringValue -len 4)
- $workSpaceACAName = "workspace-azpstest" + (GetRandomStringValue -len 4)
- $environmentACAName = "azps-env-test" + (GetRandomStringValue -len 3)
- $functionAppACAName = "test1appaca" + (GetRandomStringValue -len 4)
+ $resourceGroupNameACA = $env.resourceGroupNameACA
+ $locationACA = $env.locationACA
+ $storageAccountNameACA = $env.storageAccountNameACA
+ $workSpaceACAName = $env.workSpaceACAName
+ $environmentACAName = $env.environmentACAName
+ $acaTestRunId = $env.acaTestRunId
+ Write-Host "acaTestRunId: $($acaTestRunId)"
Write-Host "resourceGroupNameACA: $($resourceGroupNameACA)"
Write-Host "locationACA: $($locationACA)"
Write-Host "storageAccountNameACA: $($storageAccountNameACA)"
Write-Host "workSpaceACAName: $($workSpaceACAName)"
Write-Host "environmentACAName: $($environmentACAName)"
- Write-Host "functionAppACAName: $($functionAppACAName)"
- # Create test resources
- Write-Host ""
- Write-Host "Create resource group and storage account." -ForegroundColor Yellow
- New-AzResourceGroup -Name $resourceGroupNameACA -Location $locationACA
- New-AzStorageAccount -Name $storageAccountNameACA -ResourceGroupName $resourceGroupNameACA -Location $locationACA -SkuName "Standard_GRS" | Out-Null
-
- Write-Host ""
Write-Host "Create Log Analytics workspace." -ForegroundColor Yellow
New-AzOperationalInsightsWorkspace -ResourceGroupName $resourceGroupNameACA `
-Name $workSpaceACAName `
@@ -66,14 +59,11 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
-WorkloadProfile $workloadProfile | Out-Null
}
- AfterAll {
-
- Write-Host "Removing test resources." -ForegroundColor Yellow
- Remove-AzResourceGroup -Name $resourceGroupNameACA
- }
-
It "Creating a function app ACA should throw an error when ResourceCpu is specified without ResourceMemory." {
+ $functionAppACAName = "test1appaca1" + $acaTestRunId
+ Write-Host "functionAppACAName: $($functionAppACAName)"
+
$result = {
New-AzFunctionApp -ResourceGroupName $resourceGroupNameACA `
-Name $functionAppACAName `
@@ -91,6 +81,9 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
It "Creating a function app ACA should throw an error when ResourceMemory is specified without ResourceCpu." {
+ $functionAppACAName = "test1appaca2" + $acaTestRunId
+ Write-Host "functionAppACAName: $($functionAppACAName)"
+
$result = {
New-AzFunctionApp -ResourceGroupName $resourceGroupNameACA `
-Name $functionAppACAName `
@@ -108,6 +101,9 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
It "Creating a function app ACA should throw an error when ResourceMemory is not specified in Gi." {
+ $functionAppACAName = "test1appaca3" + $acaTestRunId
+ Write-Host "functionAppACAName: $($functionAppACAName)"
+
$result = {
New-AzFunctionApp -ResourceGroupName $resourceGroupNameACA `
-Name $functionAppACAName `
@@ -126,17 +122,29 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
It "Creating a function app ACA with minimum required parameters should succeed." {
+ $functionAppACAName = "test1appaca4" + $acaTestRunId
+ Write-Host "functionAppACAName: $($functionAppACAName)"
+
$expectedLinuxFxVersion = "DOCKER|mcr.microsoft.com/azure-functions/dotnet8-quickstart-demo:1.0"
+ Write-Verbose "Resource group name: $resourceGroupNameACA" -Verbose
+ Write-Verbose "Storage account name: $storageAccountNameACA" -Verbose
+ Write-Verbose "Environment name: $environmentACAName" -Verbose
+ Write-Verbose "Workload profile name: $($workloadProfile.Name)" -Verbose
+
try
{
+ Write-Verbose "Creating function app ACA..." -Verbose
New-AzFunctionApp -ResourceGroupName $resourceGroupNameACA `
-Name $functionAppACAName `
-StorageAccountName $storageAccountNameACA `
-Environment $environmentACAName `
-WorkloadProfileName $workloadProfile.Name
+ Write-Verbose "Retrieving function app ACA..." -Verbose
$functionApp = Get-AzFunctionApp -Name $functionAppACAName -ResourceGroupName $resourceGroupNameACA
+
+ Write-Verbose "Function app ACA retrieved. Validating properties..." -Verbose
$functionApp.OSType | Should -Be "Linux"
$functionApp.Runtime | Should -Be "Container App"
$functionApp.SiteConfig.LinuxFxVersion | Should -Be $expectedLinuxFxVersion
@@ -155,6 +163,9 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
It "Creating a function app ACA with all options should succeed." {
+ $functionAppACAName = "test1appaca5" + $acaTestRunId
+ Write-Host "functionAppACAName: $($functionAppACAName)"
+
$expectedLinuxFxVersion = "DOCKER|mcr.microsoft.com/azure-functions/dotnet8-quickstart-demo:1.0"
$resourceCpu = 1
$resourceMemory = "2.0Gi"
@@ -163,8 +174,18 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
$expectedResourceConfigMemory = ([double]::Parse($resourceMemory.Substring(0, $resourceMemory.Length - 2))).ToString() + "Gi"
+ Write-Verbose "Resource group name: $resourceGroupNameACA" -Verbose
+ Write-Verbose "Storage account name: $storageAccountNameACA" -Verbose
+ Write-Verbose "Environment name: $environmentACAName" -Verbose
+ Write-Verbose "Workload profile name: $($workloadProfile.Name)" -Verbose
+ Write-Verbose "Resource CPU: $resourceCpu" -Verbose
+ Write-Verbose "Resource Memory: $resourceMemory" -Verbose
+ Write-Verbose "Scale minimum replica: $scaleMinReplica" -Verbose
+ Write-Verbose "Scale maximum replica: $scaleMaxReplica" -Verbose
+
try
{
+ Write-Verbose "Creating function app ACA..." -Verbose
New-AzFunctionApp -ResourceGroupName $resourceGroupNameACA `
-Name $functionAppACAName `
-StorageAccountName $storageAccountNameACA `
@@ -175,7 +196,10 @@ Describe 'New-AzFunctionApp ACA Tests' -Tags 'LiveOnly' {
-ScaleMinReplica $scaleMinReplica `
-ScaleMaxReplica $scaleMaxReplica
+ Write-Verbose "Retrieving function app ACA..." -Verbose
$functionApp = Get-AzFunctionApp -Name $functionAppACAName -ResourceGroupName $resourceGroupNameACA
+
+ Write-Verbose "Function app ACA retrieved. Validating properties..." -Verbose
$functionApp.OSType | Should -Be "Linux"
$functionApp.Runtime | Should -Be "Container App"
$functionApp.SiteConfig.LinuxFxVersion | Should -Be $expectedLinuxFxVersion
diff --git a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.FlexConsumption.Recording.json b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.FlexConsumption.Recording.json
new file mode 100644
index 000000000000..b60bd6033197
--- /dev/null
+++ b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.FlexConsumption.Recording.json
@@ -0,0 +1,15107 @@
+{
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Flex-DotNetIsolated-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "71" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "168397e9-aee0-4fcc-bacf-ef73b3c516ae" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b13d6c88-e117-4261-9ab3-e95c14cae8ae" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1da02c45-fa7d-43d5-a966-ff0cfd6de288" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T232202Z:1da02c45-fa7d-43d5-a966-ff0cfd6de288" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8BDBA780770749468C7B736A0BA64097 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:02 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "eed1ed65-1ecb-483e-8fe4-e081c361193a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/6f7ffd5b-27b6-4aeb-a53f-1a134ef78c06" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "92b1146d-502a-410b-a39c-e69a28b0b063" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232206Z:92b1146d-502a-410b-a39c-e69a28b0b063" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6FF3A301ACEB4528A25F0ACFECC1ED26 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:06 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52640,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52640\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:22:06.3666667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "197" ],
+ "x-ms-client-request-id": [ "f2d251d4-91da-47cd-bc48-5a92a4e2667b" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "1eb19bb7-eede-40fb-9772-68f956af8ac2" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a52fd8b0-0639-4d0f-a675-0e66bee4c32e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232237Z:a52fd8b0-0639-4d0f-a675-0e66bee4c32e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9110E092BC0545439F41B9CD93D061C2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52640,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52640\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:22:06.3666667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "198" ],
+ "x-ms-client-request-id": [ "f2d251d4-91da-47cd-bc48-5a92a4e2667b" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "e4ce9703-512f-489e-b9b0-f3362487b7a7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b2543f38-3b71-4a6c-b45a-def131b8ae8e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232237Z:b2543f38-3b71-4a6c-b45a-def131b8ae8e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BFA2632876B546898FE0DF0E1B86502F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52640,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52640\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:22:06.3666667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "199" ],
+ "x-ms-client-request-id": [ "f77d597f-f32a-428c-8f82-206abe968814" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "9a8ba9ea-9e20-4d6e-a8f1-3555f5bee3fc", "02605c09-5bc4-4032-a465-e6cc2f02c925", "fac7a569-65ef-44a9-aca2-99d821f4584e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "cda51885-5f7a-4c83-bf1e-c830e7e385ed" ],
+ "x-ms-correlation-request-id": [ "cda51885-5f7a-4c83-bf1e-c830e7e385ed" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232238Z:cda51885-5f7a-4c83-bf1e-c830e7e385ed" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1EE9934BDA484D9097C66A3C1C07C196 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsflexdotnetisolated8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsflexdotnetisolated8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "200" ],
+ "x-ms-client-request-id": [ "b212b1c9-0c64-44ee-9941-365865df16e9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "4f9181b0-2c6d-4970-88f2-90eb87d8da80" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/4442df50-db6c-499a-ada5-201116b9877d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7fd3422a-0bdf-425a-8db4-016c07de6f21" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232238Z:7fd3422a-0bdf-425a-8db4-016c07de6f21" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D38713B4959049539DCFF86D135C951D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:55e7046e-301e-004d-5ebd-552817000000\\nTime:2025-11-14T23:22:38.7157100Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsflexdotnetisolated8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsflexdotnetisolated8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D4B40512B9\"" ],
+ "x-ms-request-id": [ "8523ce2f-3e80-452a-b54f-69bbd81325c5" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/29fe6e99-e6bd-4b88-ae3c-4f99abce32c3" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "91ddfba5-b08f-40c6-a9c3-ebea2427c9b1" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232239Z:91ddfba5-b08f-40c6-a9c3-ebea2427c9b1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: AA8262883C81407EB562C57AD2672054 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "467" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsflexdotnetisolated8wks-0000000\",\"name\":\"app-package-functionsflexdotnetisolated8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "202" ],
+ "x-ms-client-request-id": [ "5769de24-4ef0-4048-9e74-489b98bb3142" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "b3b8457a-66a5-4f24-9042-e93045d43dab", "27045381-37fd-45e0-b358-b173f0936a14", "5e6139f2-1584-4691-8dc0-f8e4c90d2c70" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "aa9bec85-1b78-4720-8cd8-7f5425d4c794" ],
+ "x-ms-correlation-request-id": [ "aa9bec85-1b78-4720-8cd8-7f5425d4c794" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232240Z:aa9bec85-1b78-4720-8cd8-7f5425d4c794" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FBE4CF2389C34763A3A3D899F27E95A5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "203" ],
+ "x-ms-client-request-id": [ "6c4bf58f-5b3f-4dfc-8ea4-94c2977e0709" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "88a66bc2-e8d4-46ff-a161-ed6e7732cbfa" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/d66ef3cd-4e7a-4ce8-88a2-d24fb13b152a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5d90f639-62ee-4b8b-b0cb-e617d3f7fcdb" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232241Z:5d90f639-62ee-4b8b-b0cb-e617d3f7fcdb" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6A3FEADCFEB04556858C6B3F5928EA8C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"FDEOUTlgGrFKmFQ7lcA5M3ZACkjBbdezhjgQkHZRNqh2dMl/Myg5VrHiq8ijdNTNlEOkvyeIV2+J+AStjwgYsA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"y0i20oOJs7E7JvdkmmHWRMRuuOLIYrgc3GHrMUqNt1eI81wtZYq4xvFwe2HXxXZOg+08yyDZSXFu+ASt0twWmw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "204" ],
+ "x-ms-client-request-id": [ "8674f770-45d8-44d7-801e-aa6c204dfa72" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "5a13f2ac-945a-4d27-85e3-724165b25ba2", "3846ec20-25a6-43dd-83f2-3dda4575fd92", "584bddf4-fdae-492a-8fb9-4620a85f3287" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "5140b86a-6471-473a-8dbf-4dbd966720cf" ],
+ "x-ms-correlation-request-id": [ "5140b86a-6471-473a-8dbf-4dbd966720cf" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232241Z:5140b86a-6471-473a-8dbf-4dbd966720cf" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3E2AB03E32BB456983CF94A93B105CA7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "205" ],
+ "x-ms-client-request-id": [ "a98da933-b9b0-4564-8cdf-339005734a5f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "0fd7c6c3-1efa-48c1-94b7-0b4f8601cfdd" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/2a5d3ec7-1166-4e77-aa47-4f7a093f4167" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "ca6943b6-7d92-4ca9-9a70-1f9554ca4870" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232242Z:ca6943b6-7d92-4ca9-9a70-1f9554ca4870" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7334670618BA4113897BDB1F9FFC3D3E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"FDEOUTlgGrFKmFQ7lcA5M3ZACkjBbdezhjgQkHZRNqh2dMl/Myg5VrHiq8ijdNTNlEOkvyeIV2+J+AStjwgYsA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"y0i20oOJs7E7JvdkmmHWRMRuuOLIYrgc3GHrMUqNt1eI81wtZYq4xvFwe2HXxXZOg+08yyDZSXFu+ASt0twWmw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-DotNetIsolated-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-DotNetIsolated-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/84cd07ea-bd2e-4991-b0b0-4e3f23fb5658" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "1cd3e6ce-63b7-4b03-a8c2-bc8b97aa6195" ],
+ "x-ms-correlation-request-id": [ "1cd3e6ce-63b7-4b03-a8c2-bc8b97aa6195" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232256Z:1cd3e6ce-63b7-4b03-a8c2-bc8b97aa6195" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7CE7BB945C6F4A26980C01A7D8E12B26 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:22:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1660" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b0355b3-0000-0200-0000-6917b9d00000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-DotNetIsolated-8wks\",\r\n \"name\": \"Functions-Flex-DotNetIsolated-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Flex-DotNetIsolated-8wks\",\r\n \"AppId\": \"ae589619-76f2-4e31-aeea-1905b41ff9a5\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"3a2b58f1-7b10-4558-9b57-d3a7bb67b70c\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Flex-DotNetIsolated-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:22:43.5766283+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-dotnetisolated-8wks_ae589619-76f2-4e31-aeea-1905b41ff9a5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-DotNetIsolated-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexappdotnetisolatedsa8.blob.core.windows.net/app-package-functionsflexdotnetisolated8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"dotnet-isolated\",\r\n \"version\": \"8.0\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "2008" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BD9D55522B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "c58e48e5-83c7-4405-b4c5-b9d6ce32d2c0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/2d15ce47-136b-4149-8089-81d877817f8d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "296d553f-8003-4785-8a6b-f58c83e199ca" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232320Z:296d553f-8003-4785-8a6b-f58c83e199ca" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 31BDAC0281134B07B8C23497234EDD9D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:22:56Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9628" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-DotNetIsolated-8wks\",\"repositorySiteName\":\"Functions-Flex-DotNetIsolated-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"functions-flex-dotnetisolated-8wks.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-flex-dotnetisolated-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-dotnetisolated-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:22:58.5166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/app-package-functionsflexdotnetisolated8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"dotnet-isolated\",\"version\":\"8.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-DotNetIsolated-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-DotNetIsolated-8wks\\\\$Functions-Flex-DotNetIsolated-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "208" ],
+ "x-ms-client-request-id": [ "4146eaed-8b82-44fe-9b30-ee047db9f66c" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDA9AADF80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "1da474d2-60c9-418a-9782-64c48b68db48" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c93aad28-3cff-441c-9b5a-166f3a25feca" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232350Z:c93aad28-3cff-441c-9b5a-166f3a25feca" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: CEFD26D6FC1D4AF08EDBDC0B559E75BA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9599" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-DotNetIsolated-8wks\",\"repositorySiteName\":\"Functions-Flex-DotNetIsolated-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"functions-flex-dotnetisolated-8wks.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-flex-dotnetisolated-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-dotnetisolated-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:23:19.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/app-package-functionsflexdotnetisolated8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"dotnet-isolated\",\"version\":\"8.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-DotNetIsolated-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-DotNetIsolated-8wks\\\\$Functions-Flex-DotNetIsolated-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "209" ],
+ "x-ms-client-request-id": [ "1139780c-e8fd-41de-a4f6-4415e12733b2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDA9AADF80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "c05d910f-1568-4a68-a663-0a4df3c428ad" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1e4e1033-5b43-4e2e-9ccf-abea91e194f0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232350Z:1e4e1033-5b43-4e2e-9ccf-abea91e194f0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 986E6CEAF2EB4F32AFC448036AA30CA7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9599" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-DotNetIsolated-8wks\",\"repositorySiteName\":\"Functions-Flex-DotNetIsolated-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"functions-flex-dotnetisolated-8wks.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-flex-dotnetisolated-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-dotnetisolated-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:23:19.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/app-package-functionsflexdotnetisolated8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"dotnet-isolated\",\"version\":\"8.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-DotNetIsolated-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-DotNetIsolated-8wks\\\\$Functions-Flex-DotNetIsolated-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "210" ],
+ "x-ms-client-request-id": [ "adb104e2-a736-47b6-ae32-b47bebfdad92" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "9a7ccb60-706a-480b-a519-22b24ae0fcc1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/519b84c1-e079-414e-9def-eead7dedea5b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "ed5f0b8d-787c-4171-be2b-e6e10d122b9b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232351Z:ed5f0b8d-787c-4171-be2b-e6e10d122b9b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4ADDF3C710E64F138852FE8DB3E93C8F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1027" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "211" ],
+ "x-ms-client-request-id": [ "f4102461-a8a1-45a3-83e3-0be2a86446ca" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "955c4d01-b51d-414a-810f-c4da42da6a7d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/fde10610-7581-4b93-9303-74e859dcd1ed" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4bf8bb1b-d234-42b1-a3bc-5e924a138773" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232351Z:4bf8bb1b-d234-42b1-a3bc-5e924a138773" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 49D41E4A1D394B01B8685B51A3FCE518 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "212" ],
+ "x-ms-client-request-id": [ "f86583c9-bd6b-4a6b-aca6-18001fad46bf" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "867f849f-4e13-47e1-a72b-e2a0ae24e9cd" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "70fb2c3a-10c7-487f-bf3c-72b5dafb59fd" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232352Z:70fb2c3a-10c7-487f-bf3c-72b5dafb59fd" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 622802922918472B9A71BE6518B8E46B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52640,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52640\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:22:06.3666667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "213" ],
+ "x-ms-client-request-id": [ "0494097a-0a66-4ce0-b9a3-36a7ff8d7d3b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "c72e3346-8f4f-4313-b126-bc914dfe64cb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/78a7c04a-429e-47b7-9b1c-0f90dced4a82" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "1c111ab2-3fa6-48c3-aa92-cce8618cb5c3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232352Z:1c111ab2-3fa6-48c3-aa92-cce8618cb5c3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EDBB8BEADB22469A9104740482010516 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1027" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "214" ],
+ "x-ms-client-request-id": [ "27aa8e34-075a-4615-8dcc-924e80db88ca" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDA9AADF80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "f4a6b1d0-f8aa-4fee-ad1e-f3a865f65d95" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a45254fb-411a-49a0-9ad2-b5aa85ba46bc" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232352Z:a45254fb-411a-49a0-9ad2-b5aa85ba46bc" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B1D058253F76426497CF67E9EA4F1667 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9599" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-DotNetIsolated-8wks\",\"repositorySiteName\":\"Functions-Flex-DotNetIsolated-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"functions-flex-dotnetisolated-8wks.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-flex-dotnetisolated-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-dotnetisolated-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:23:19.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/app-package-functionsflexdotnetisolated8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"dotnet-isolated\",\"version\":\"8.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-DotNetIsolated-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-DotNetIsolated-8wks\\\\$Functions-Flex-DotNetIsolated-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "215" ],
+ "x-ms-client-request-id": [ "3cd2eabc-295f-4f21-9458-59dc9ad3bddc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "fb513296-09d6-43af-bba9-e5402b5b77c7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/7372c0fb-6adc-426b-a8d1-163c154447b9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "43c99037-f5d5-4ca8-84ca-9275eb24d204" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232353Z:43c99037-f5d5-4ca8-84ca-9275eb24d204" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F44FBAB75D8D4490980CFDB5503D01A5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1027" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "216" ],
+ "x-ms-client-request-id": [ "33a62add-ad08-4b07-8b2a-24d72dae9e04" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "f9dcd50e-ee42-42d6-a868-ebe806f99e0b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/bc6ba05a-1a44-477f-9745-7c0caa75a616" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "d6283226-ac94-479d-b3e7-2846adf2b853" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232353Z:d6283226-ac94-479d-b3e7-2846adf2b853" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EA6D83990E924794A533F416575C8B84 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "217" ],
+ "x-ms-client-request-id": [ "ec4891b1-8055-4b16-b75d-fa10eabb4de5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDA9AADF80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "926834b0-8aec-4cda-8692-1e672b148ead" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "674e330e-b84b-4e53-8991-980990366f3a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232353Z:674e330e-b84b-4e53-8991-980990366f3a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 053645C96AAE418DABCB343EC77D276B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9599" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-DotNetIsolated-8wks\",\"repositorySiteName\":\"Functions-Flex-DotNetIsolated-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"functions-flex-dotnetisolated-8wks.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-flex-dotnetisolated-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-dotnetisolated-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:23:19.8\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/app-package-functionsflexdotnetisolated8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"dotnet-isolated\",\"version\":\"8.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-DotNetIsolated-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-DotNetIsolated-8wks\\\\$Functions-Flex-DotNetIsolated-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-dotnetisolated-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "218" ],
+ "x-ms-client-request-id": [ "62d1b94b-db03-47d8-9b5b-49847a33b016" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "199b55a6-0c84-4f65-b1eb-f58879e01f88" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/02f38c07-5b96-444a-9e99-fba8cf240adb" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "dfb72f14-8497-4029-97c9-14792e5e4e80" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232354Z:dfb72f14-8497-4029-97c9-14792e5e4e80" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1B526CBE50474005BD4A8FE50E9A3C7D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1027" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappdotnetisolatedsa8;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "219" ],
+ "x-ms-client-request-id": [ "f8434aec-18c4-44f9-b744-6d24f703bfdd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0f22f534-0c3f-445b-9d45-e63dd6ec2494" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/b6d051be-af64-4e5d-bdd9-a4c64989470d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "ac32ccd3-85cd-41cd-aa38-3983ce4dfb89" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232354Z:ac32ccd3-85cd-41cd-aa38-3983ce4dfb89" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 34EF81CA069F422AB9212AA97DD3EC26 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks/config/web\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "220" ],
+ "x-ms-client-request-id": [ "2e4f74ca-2a0b-4b92-9ed5-be36cb66f134" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "722c0386-631b-49ec-8f4a-ef519de68dd3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "5c56f7d1-e45e-493d-8790-2ee337d24001" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232354Z:5c56f7d1-e45e-493d-8790-2ee337d24001" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D031DB446B6A4A44975CF47B9420E6B6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:23:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52640,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52640\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:22:06.3666667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create DotNet-Isolated Function App with default runtime version and scaling settings hosted in Flex Consumption+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-DotNetIsolated-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "221" ],
+ "x-ms-client-request-id": [ "ac743bcc-f335-4065-9710-4114924d9664" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDA9AADF80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "0db8b5fa-7097-4add-9005-816c37de44bf" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/0b5e3b6a-ce13-4ee4-8ea7-f2dc7050d111" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "514d3f59-0252-4353-a0a7-823427970ac7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232412Z:514d3f59-0252-4353-a0a7-823427970ac7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F0559009E0F6454B9C879EEDD6980661 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:23:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Flex-Node-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "61" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a7465b4a-ee41-4b17-8c7c-79c3c0c11983" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/8314fbe0-15d2-419e-a7ba-94a83d00933e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2a1ab057-0275-4329-900d-0462fefcb5d5" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232412Z:2a1ab057-0275-4329-900d-0462fefcb5d5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3DE5864CBC1641868891377AAC24EA3A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "16c8004a-5588-48a6-bdd7-23cb1ea26de2" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/87163ed2-4ff9-4651-8707-b23ef2347615" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "8b5040cb-a853-4bdc-9001-0792197fa0c2" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232418Z:8b5040cb-a853-4bdc-9001-0792197fa0c2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C39B0F692B394ACBBA0D0C3590E4F2EA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1902" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52641,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52641\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:24:17.58\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "225" ],
+ "x-ms-client-request-id": [ "285cabbb-e17d-48b5-9cdf-2535a1a78d53" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "b7c821fe-ab72-4c3c-91a1-c7d4cba507c0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2cc5fc73-71a2-4d9f-a58c-6b6832822fb1" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232448Z:2cc5fc73-71a2-4d9f-a58c-6b6832822fb1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2D7B7602ABF442F9BB6DCE64E7463229 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52641,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52641\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:24:17.58\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "226" ],
+ "x-ms-client-request-id": [ "285cabbb-e17d-48b5-9cdf-2535a1a78d53" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "0777b6f0-97b3-4906-9318-679efd67d877" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fbf40ae2-2241-4068-af23-7bff5acda535" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232449Z:fbf40ae2-2241-4068-af23-7bff5acda535" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7AF529ACBABD4A22BA40FB4A6057B3CA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52641,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52641\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:24:17.58\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "227" ],
+ "x-ms-client-request-id": [ "6653a8f2-96f6-4761-88bc-9ec381b03658" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "735fcff7-c472-4a3c-be74-3eae162835a0", "ed07e297-eac1-4d08-9593-51f5f4d893a3", "4b332e4b-d4ea-4156-b7ed-4c8980dc48cb" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "81c4a40e-d34b-48ea-b5d9-da0ad680520c" ],
+ "x-ms-correlation-request-id": [ "81c4a40e-d34b-48ea-b5d9-da0ad680520c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232450Z:81c4a40e-d34b-48ea-b5d9-da0ad680520c" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DBF72E1A222C44419FABFE3219F3AE5B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsflexnode8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsflexnode8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "228" ],
+ "x-ms-client-request-id": [ "f109205d-604c-4bd0-ac1c-063acfeb8041" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "888b6e77-73a8-4168-8f3f-232ef6eff154" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/303b6a60-33b2-498f-9a2d-fa45c66f51c1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "894c3dc7-37f7-4e72-ab52-6baeafc65a34" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232450Z:894c3dc7-37f7-4e72-ab52-6baeafc65a34" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A1D80325885541CAAC5386B90743FFA8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:ab855cb2-801e-0078-65bd-558698000000\\nTime:2025-11-14T23:24:50.5152032Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsflexnode8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsflexnode8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D5027232DE\"" ],
+ "x-ms-request-id": [ "15aa96bd-2268-42b2-9697-58251cf6807b" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e26e9c31-7e5d-4b41-94b2-20c3eb453bdb" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "f4386072-2d1f-410e-af81-f91c731a6ca3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232450Z:f4386072-2d1f-410e-af81-f91c731a6ca3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8C6AB750DCA0438A868F0F3768264F12 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "440" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsflexnode8wks-0000000\",\"name\":\"app-package-functionsflexnode8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "230" ],
+ "x-ms-client-request-id": [ "8af4e0fa-38bb-49b8-8188-f50d220ddd98" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "fe856f38-2030-47ee-8664-e13fc12cc8bf", "531e8d6d-a816-41c1-85d2-bc958952bc9c", "f0847195-4958-432a-9619-654b44d3a10d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "a86e4489-3763-4524-ad11-a8d1ed0d7cb0" ],
+ "x-ms-correlation-request-id": [ "a86e4489-3763-4524-ad11-a8d1ed0d7cb0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232451Z:a86e4489-3763-4524-ad11-a8d1ed0d7cb0" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D526EF7A9887416C93A87F7F118455C1 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "231" ],
+ "x-ms-client-request-id": [ "333be71c-380c-41e6-82c9-62cf740e6f66" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "2debb8e6-4715-4f30-98dc-2549f35e0cba" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/a9b0bf2f-b82d-426a-a11e-c1ac081976a8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "f614e1bb-9e08-4869-9f33-de35e6eeb5e7" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232452Z:f614e1bb-9e08-4869-9f33-de35e6eeb5e7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9E7F8F3FCCFD40B797A3F517B0A751C8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"7IsPFvcMaMeDC2uLKX01+FSjBK5PLt92nNB1BCxtcroQKUSUSotc4cVxuoHg42Bx1vcdxFRdABBn+AStJ4iQvQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"HPx4RMmDLBazm1divQFiA4722BK9DJxgwjCVxQ3ohY8EXNVhnRjR9v23ZM4WtwWlx4056+GzeedG+AStbFJshQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "232" ],
+ "x-ms-client-request-id": [ "4821c34e-d11d-4e4c-989f-c4cc9fa86162" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "549bd501-df20-4f2c-ae37-d146b9f46451", "164a589c-e627-43d1-a449-cda02fbd1d00", "f2031469-2b08-4071-bd3b-c3d488f5c9a8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "d7d255ff-a4a7-4081-b41e-a5c25b61ff52" ],
+ "x-ms-correlation-request-id": [ "d7d255ff-a4a7-4081-b41e-a5c25b61ff52" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232453Z:d7d255ff-a4a7-4081-b41e-a5c25b61ff52" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D80CFB753D7742C6AE2634E18CA25C86 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "233" ],
+ "x-ms-client-request-id": [ "12bbac1f-52d9-4aad-9b01-cc60e859915b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "b1f899cc-980e-4abe-8a2e-41a3c0ece2bb" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/9937f2ee-1d03-41d5-9f0b-a1c1ea04c3ac" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "e56012f7-e5e1-4dfb-bc8b-f97ba4cbe0ce" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232453Z:e56012f7-e5e1-4dfb-bc8b-f97ba4cbe0ce" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C826E5FEE37F451C810AF28B66C7DDB0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:24:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"7IsPFvcMaMeDC2uLKX01+FSjBK5PLt92nNB1BCxtcroQKUSUSotc4cVxuoHg42Bx1vcdxFRdABBn+AStJ4iQvQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"HPx4RMmDLBazm1divQFiA4722BK9DJxgwjCVxQ3ohY8EXNVhnRjR9v23ZM4WtwWlx4056+GzeedG+AStbFJshQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Node-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Node-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e8feb77a-5411-4be0-a6f8-837744d942d5" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "7f871e98-4199-40b2-a823-27ca80b62fa9" ],
+ "x-ms-correlation-request-id": [ "7f871e98-4199-40b2-a823-27ca80b62fa9" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232508Z:7f871e98-4199-40b2-a823-27ca80b62fa9" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D9622ABBF6C04D879576FC6E16BA74BC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:24:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:25:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1600" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b039cc0-0000-0200-0000-6917ba540000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Node-8wks\",\r\n \"name\": \"Functions-Flex-Node-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Flex-Node-8wks\",\r\n \"AppId\": \"c73a41dd-9b79-4623-b9a9-cbc708befb54\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"97b0cf9c-4267-4e5d-b09f-a3fdfac04d84\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Flex-Node-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:24:55.9628013+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-node-8wks_c73a41dd-9b79-4623-b9a9-cbc708befb54_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Node-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsflexnode8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"node\",\r\n \"version\": \"22\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1965" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDEC6F428B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "bf74048a-e2fe-4ea1-a5dc-fe7df87fa2f6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/d16c345f-d8b9-4f60-903b-0af4d5a7be8d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "dbb6e3dd-5674-4f19-accb-e163c2611e11" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232532Z:dbb6e3dd-5674-4f19-accb-e163c2611e11" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C57B1C4080AF4AFB821AA8AA307B76B4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:25:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:25:32 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9454" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Flex-Node-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-node-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Node-8wks\",\"repositorySiteName\":\"Functions-Flex-Node-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-node-8wks.azurewebsites.net\",\"functions-flex-node-8wks.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-flex-node-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-node-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:25:11.26\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsflexnode8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Node-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Node-8wks\\\\$Functions-Flex-Node-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-node-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "236" ],
+ "x-ms-client-request-id": [ "4748ea53-8cef-4500-9bc6-e0e7b7970ec6" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDF8DAAED5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "33f07602-da2b-45f9-aed9-1fea2a5c76e2" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e27eb514-4d0b-4389-ae62-c4e9bc661adc" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232603Z:e27eb514-4d0b-4389-ae62-c4e9bc661adc" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0D227C62F166419A81F4EE945ACF677F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:02 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9436" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Node-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-node-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Node-8wks\",\"repositorySiteName\":\"Functions-Flex-Node-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-node-8wks.azurewebsites.net\",\"functions-flex-node-8wks.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-flex-node-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-node-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:25:32.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsflexnode8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Node-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Node-8wks\\\\$Functions-Flex-Node-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-node-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "237" ],
+ "x-ms-client-request-id": [ "624c425a-6aac-410b-ba1b-e3143cef2356" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDF8DAAED5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "4df27163-1d23-4e09-aa5f-640ef8974961" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "00f0c664-4173-4843-babf-be72c7b0aa16" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232603Z:00f0c664-4173-4843-babf-be72c7b0aa16" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 47CA75C0E56947628B63C2234EBD41F4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:03 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9436" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Node-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-node-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Node-8wks\",\"repositorySiteName\":\"Functions-Flex-Node-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-node-8wks.azurewebsites.net\",\"functions-flex-node-8wks.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-flex-node-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-node-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:25:32.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsflexnode8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Node-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Node-8wks\\\\$Functions-Flex-Node-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-node-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "238" ],
+ "x-ms-client-request-id": [ "cfc33b12-7c4a-4327-a427-f44eb48b9fd7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "76a545ee-76f7-4c26-91f3-717619310343" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/85c4f64c-008f-4d8a-9888-5d66b9b57df6" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "cf7cda5d-3d1e-499b-9b7a-a01d129b80a0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232604Z:cf7cda5d-3d1e-499b-9b7a-a01d129b80a0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6E20A33F9E964B5EBB9B29ABAE1E685E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:03 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "239" ],
+ "x-ms-client-request-id": [ "7427af64-9b27-42de-a909-68bc0d875996" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "630c8cdd-0abe-49b6-bc07-766b2e302352" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/80cf7f1f-1fdb-42d1-a0ba-711a441c406d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "cfeee6df-50d7-4850-b260-d71132844f89" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232604Z:cfeee6df-50d7-4850-b260-d71132844f89" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 33679461B9374354A4C6FD30A618028A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:04 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4149" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "240" ],
+ "x-ms-client-request-id": [ "2b108643-e781-4f90-8aba-32754d9df837" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "cb5513e0-2d48-4477-bf5b-a61e232ef610" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "b1940576-9aff-44f0-bfbb-fd829ccf1c7f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232605Z:b1940576-9aff-44f0-bfbb-fd829ccf1c7f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7E272EC3B6BF485F8D266C46F786108E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:05 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52641,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52641\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:24:17.58\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "241" ],
+ "x-ms-client-request-id": [ "fd876565-2af1-4660-a2fc-76032d67fd00" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b2a85176-6d5e-48b2-ad71-e2afe6264094" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/2a6bb33c-cae5-4e1d-a82b-aa1f593a22ea" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "5198189a-0983-4da2-be8e-582b0ecdfe37" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232606Z:5198189a-0983-4da2-be8e-582b0ecdfe37" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 978E2E342B5B45CFB71DC009107ECE9E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:05 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "242" ],
+ "x-ms-client-request-id": [ "6fb37c20-2a43-4543-b999-3fd115be7ac6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDF8DAAED5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "98017c33-8036-4aec-bf4c-893fc9ebfa14" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "42eebe81-e025-438b-aac9-17a94993ef24" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232606Z:42eebe81-e025-438b-aac9-17a94993ef24" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E9DE8B14DB274B5C9E2E717D4E9AC897 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:06 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9436" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Node-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-node-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Node-8wks\",\"repositorySiteName\":\"Functions-Flex-Node-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-node-8wks.azurewebsites.net\",\"functions-flex-node-8wks.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-flex-node-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-node-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:25:32.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsflexnode8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Node-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Node-8wks\\\\$Functions-Flex-Node-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-node-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "243" ],
+ "x-ms-client-request-id": [ "c8a53dd7-7bec-4875-9594-736acc020dcc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "35717002-5aa9-4bec-b38a-4f85be9c83b8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/34e9c2d3-157e-4c4d-8450-b6dac927f53b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "2e7e3851-459d-422d-a5b1-ea3789db0011" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232607Z:2e7e3851-459d-422d-a5b1-ea3789db0011" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1F7253A897B44D4FB840142CD042645F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:06 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "244" ],
+ "x-ms-client-request-id": [ "2de400dd-78fd-4b76-bfc6-5f8a35379274" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "d962524b-6fe0-4a13-8d79-d578199655a6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/18b51818-e969-4dea-ba8f-b225dcd3e041" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "bd6e5e2d-738f-4ccb-b20c-172c5bead04b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232607Z:bd6e5e2d-738f-4ccb-b20c-172c5bead04b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DD03D47C151E4A4EA7F792010F3BC6C6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:07 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4149" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "245" ],
+ "x-ms-client-request-id": [ "2c3dbcfa-5886-4254-9d64-41362fc9687f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDF8DAAED5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "80ccaa82-fe7d-4ab4-8abf-1e38ec14f42b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "3f38d800-b16a-44e7-b9be-77eda9f1df8b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232608Z:3f38d800-b16a-44e7-b9be-77eda9f1df8b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4BB22917E055477CBDAA86849F6CDF95 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:07 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9436" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Node-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-node-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Node-8wks\",\"repositorySiteName\":\"Functions-Flex-Node-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-node-8wks.azurewebsites.net\",\"functions-flex-node-8wks.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-flex-node-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-node-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:25:32.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsflexnode8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Node-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Node-8wks\\\\$Functions-Flex-Node-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-node-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "246" ],
+ "x-ms-client-request-id": [ "9656cc80-7947-41f9-a35a-c533098bd1d7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "8a4be45c-dade-4380-a2e2-9662f19b7999" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/5c26583d-ba6a-4eaf-915e-d69d5cf628b0" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d9298548-204d-4800-8f86-f1a717f58758" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232608Z:d9298548-204d-4800-8f86-f1a717f58758" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 136B0AFC0B2549E3BD9F2C152F6C70B8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "247" ],
+ "x-ms-client-request-id": [ "c5d2dce5-a6f4-4b23-a904-1717038d2ec8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0c612b7c-5cad-49ea-b0fa-b8ae23b81ae4" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/042c1d83-7640-4b3c-9f11-6e967bcdf06d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1096" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16496" ],
+ "x-ms-correlation-request-id": [ "7ddca4ea-901c-4e2f-8605-57d44deae26a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232608Z:7ddca4ea-901c-4e2f-8605-57d44deae26a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 765A125853994A05ACBD41231706B525 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4149" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks/config/web\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "248" ],
+ "x-ms-client-request-id": [ "a94649e6-25a9-4711-b8fd-a1ed73dbf5ba" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "ad48838f-24fa-45fb-9062-f84100f26981" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1096" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16496" ],
+ "x-ms-correlation-request-id": [ "44a97c55-711d-42be-8d2d-64f7ddb5d380" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232609Z:44a97c55-711d-42be-8d2d-64f7ddb5d380" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9E7B049CF36E4A48A5F3D8A8C412ED8A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52641,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52641\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:24:17.58\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node Function App with default runtime version and scaling settings hosted in Flex Consumption+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Node-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "249" ],
+ "x-ms-client-request-id": [ "5616626f-cea0-4d3a-adfa-3c61c2e87164" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BDF8DAAED5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "415d4eec-bda7-40da-b859-cf3bef59367c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ad3f9b2c-79e1-4fa8-b94e-c29b847ccb50" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "775eb78e-44c7-4144-bc3e-217130598e9e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232626Z:775eb78e-44c7-4144-bc3e-217130598e9e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A8A74C34D4F5432F911887547BA6FCC5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Flex-Python-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "63" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "04da5077-ef0d-4dc5-8fcf-ebf5cbf81640" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/20d64d91-6d19-444f-8be3-991ab476825f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9f4fe303-9f83-4a59-b0dd-2bf0f4a8bca0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232627Z:9f4fe303-9f83-4a59-b0dd-2bf0f4a8bca0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4CADE904BE174E36B35349B6421B9360 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "abae8309-8473-4d70-8435-c4eb75722b3e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/806a8028-7a77-4d65-8ec1-c946ee5947f1" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "0025a007-81cd-4fc7-aa7c-22c22d5ba72c" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232633Z:0025a007-81cd-4fc7-aa7c-22c22d5ba72c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 666E471004DA454F96E4379EA92BC782 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:26:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:26:33 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1902" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52642,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52642\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:26:33.04\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "253" ],
+ "x-ms-client-request-id": [ "6a94e8a2-65c4-4e0e-a5a2-1e168f361bfd" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "1d5322aa-262a-4d63-acd7-4f72684b3c6c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "08a9ff1f-88e7-471c-aee7-939e0e8362da" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232703Z:08a9ff1f-88e7-471c-aee7-939e0e8362da" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2A9CBFAA208042E099A147FF8E25D3A6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:03 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52642,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52642\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:26:33.04\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "254" ],
+ "x-ms-client-request-id": [ "6a94e8a2-65c4-4e0e-a5a2-1e168f361bfd" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "11abd898-fd6c-4d3a-9466-b35a1adccf01" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "df684eef-12da-456e-aabb-1f1ee4b1234c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232704Z:df684eef-12da-456e-aabb-1f1ee4b1234c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6CC8D04A47904C22A6CE5C794695BCB0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:03 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52642,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52642\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:26:33.04\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "255" ],
+ "x-ms-client-request-id": [ "865ecea6-03ec-452a-b275-57216a86a14b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "f283ff89-556d-40a2-824f-8dcb4b18ba16", "25ba2746-40dd-4cef-83a9-f6ad716a0c63", "a84573cd-ded6-4183-8993-9ab248b9a4d7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "44b530c3-fa01-4bc3-a4ed-3597801397e1" ],
+ "x-ms-correlation-request-id": [ "44b530c3-fa01-4bc3-a4ed-3597801397e1" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232705Z:44b530c3-fa01-4bc3-a4ed-3597801397e1" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 47185F2693D64D60B759F30FC80D9F3C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:04 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionsflexpython8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionsflexpython8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "256" ],
+ "x-ms-client-request-id": [ "0602f8c0-842d-48e8-9c6e-35a623cb44f6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "48bc4546-967e-42c0-951d-c5b9af32af65" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/39b05df9-054e-4070-9450-00ca4be8cbb0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3cd23cfc-99fb-400f-bba8-978b336f82f3" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232705Z:3cd23cfc-99fb-400f-bba8-978b336f82f3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0335EA1AF8824734A822DDC9667B29F0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:05Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:05 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:f6a94be4-b01e-001e-3bbe-550b23000000\\nTime:2025-11-14T23:27:05.4762673Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionsflexpython8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionsflexpython8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D552FA573A\"" ],
+ "x-ms-request-id": [ "25fbd8d4-ba59-45bd-bdda-e581a0a8f34c" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/10406c5b-e6e4-4664-abfc-e1f48ba641c3" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "6326c061-ab18-40a5-b55a-2aeb7fdcdeda" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232706Z:6326c061-ab18-40a5-b55a-2aeb7fdcdeda" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1BDB2A50421741DBB5F2C8CCE0590535 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:05Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:05 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "446" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionsflexpython8wks-0000000\",\"name\":\"app-package-functionsflexpython8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "258" ],
+ "x-ms-client-request-id": [ "32c15a03-9664-4ab8-96d7-9d308056afa1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "724905eb-0686-49ce-b1a2-d4b91956721e", "0b15b70d-642d-4ca3-9a5a-7eeb29bcdb76", "8d2864df-77a5-40a2-bc8d-3b6b006cf326" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "38046ef8-3033-4a08-940a-bfc852d1c559" ],
+ "x-ms-correlation-request-id": [ "38046ef8-3033-4a08-940a-bfc852d1c559" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232706Z:38046ef8-3033-4a08-940a-bfc852d1c559" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FF06F54DA7FF46689AC48662C557B973 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:06 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "259" ],
+ "x-ms-client-request-id": [ "f47f9b14-f5eb-4762-bfaa-169742183cf1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "0e1c318e-97f9-4223-9d5b-831a2b5e5a3e" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/e9ca1e97-eafa-4e93-b702-ef07d0a4f399" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b8aff7d8-d647-4901-b3ee-d7393c0c15ea" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232707Z:b8aff7d8-d647-4901-b3ee-d7393c0c15ea" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 60316A0D404F425BA25D0F895C77A107 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:07 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"952nnTyRjPiZPYy8uKBcyl2tDj1H7O7yJmjJf690vVd+v2YD1Vs8fagveu+VFKUE8Rh5Z7etwaqH+ASt+W3HVw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SuePBq+K5rXBjCUWYshXoqlKXi45LcdOnYcYMxNfAEJJLyNuqETiKjIIq/7KLZ8kDNOI4O/kAB43+ASthGWPcg==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "260" ],
+ "x-ms-client-request-id": [ "3a678302-825d-41f4-82fe-588542662847" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "ba5e82a7-722c-48d7-9ce5-8a48bc8f3c16", "325ff0a5-3065-49d2-85d5-da14864ded0b", "4f34b752-026c-46fb-8a9c-d59efa2771cc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "07a8057b-ff65-405b-b027-d300918c89d7" ],
+ "x-ms-correlation-request-id": [ "07a8057b-ff65-405b-b027-d300918c89d7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232708Z:07a8057b-ff65-405b-b027-d300918c89d7" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A298FFB270D2437F9AC69D0EADF901DA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:07 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "261" ],
+ "x-ms-client-request-id": [ "8c291607-ff02-4fb0-9af1-666832f02f0d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "bfb7bf05-88ea-446e-8d11-7d55dcbfb430" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/f378a842-5157-4f41-90b6-00afeab03497" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a645e74e-a3de-46e4-9861-409ef73bed9d" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251114T232708Z:a645e74e-a3de-46e4-9861-409ef73bed9d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3EC2C88493644AAB8759EB5416E1CC15 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"952nnTyRjPiZPYy8uKBcyl2tDj1H7O7yJmjJf690vVd+v2YD1Vs8fagveu+VFKUE8Rh5Z7etwaqH+ASt+W3HVw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SuePBq+K5rXBjCUWYshXoqlKXi45LcdOnYcYMxNfAEJJLyNuqETiKjIIq/7KLZ8kDNOI4O/kAB43+ASthGWPcg==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Python-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Python-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/1a9a7711-bc0c-4402-8722-d9fc674c931f" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "78a5f244-f6e2-4007-87f1-a6cde1c2a0f0" ],
+ "x-ms-correlation-request-id": [ "78a5f244-f6e2-4007-87f1-a6cde1c2a0f0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232722Z:78a5f244-f6e2-4007-87f1-a6cde1c2a0f0" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 46179E5F7E234DC89427983BF27FD000 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1612" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b03e8cc-0000-0200-0000-6917bada0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Python-8wks\",\r\n \"name\": \"Functions-Flex-Python-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Flex-Python-8wks\",\r\n \"AppId\": \"0fd5bb15-8254-462a-b124-f01de57491fa\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"6646e0da-7c3a-4442-b697-9e3161408467\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Flex-Python-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:27:10.9745115+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-python-8wks_0fd5bb15-8254-462a-b124-f01de57491fa_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Python-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionsflexpython8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"python\",\r\n \"version\": \"3.12\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1977" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE3C487140\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "7adf8dcc-fca3-4135-af1c-9beb1f3b9b07" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/7f718a9a-4f38-4229-9e65-60df6cebf15f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "3d0720d5-ae3a-43ee-b629-ee073adc5706" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232746Z:3d0720d5-ae3a-43ee-b629-ee073adc5706" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 13D5164EA2374AE18EBAD4B8D66221DB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:27:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:27:46 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9490" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Flex-Python-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-python-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Python-8wks\",\"repositorySiteName\":\"Functions-Flex-Python-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-python-8wks.azurewebsites.net\",\"functions-flex-python-8wks.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-flex-python-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-python-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:27:24.98\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionsflexpython8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.12\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Python-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Python-8wks\\\\$Functions-Flex-Python-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-python-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "264" ],
+ "x-ms-client-request-id": [ "6828d5d8-e1c7-459d-83ba-3d557a6257d1" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE48A51D80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "4b2f34c8-4526-4eef-89cb-d78742f2e6bf" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "23968c9f-0a85-4409-95d7-413a9d186e9e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232817Z:23968c9f-0a85-4409-95d7-413a9d186e9e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5691B14F767F4108965150A85D8285D9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9467" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Python-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-python-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Python-8wks\",\"repositorySiteName\":\"Functions-Flex-Python-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-python-8wks.azurewebsites.net\",\"functions-flex-python-8wks.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-flex-python-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-python-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:27:46.52\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionsflexpython8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.12\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Python-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Python-8wks\\\\$Functions-Flex-Python-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-python-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "265" ],
+ "x-ms-client-request-id": [ "1745cf64-3624-4981-ad13-9d8aff75a35a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE48A51D80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "5e5f317e-de94-4b25-a15c-3fbe9dcde381" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3bdff87d-86ff-495d-a394-4b74be48a136" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232817Z:3bdff87d-86ff-495d-a394-4b74be48a136" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4C668EDB9A0E4E08A452A39832971913 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9467" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Python-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-python-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Python-8wks\",\"repositorySiteName\":\"Functions-Flex-Python-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-python-8wks.azurewebsites.net\",\"functions-flex-python-8wks.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-flex-python-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-python-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:27:46.52\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionsflexpython8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.12\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Python-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Python-8wks\\\\$Functions-Flex-Python-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-python-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "266" ],
+ "x-ms-client-request-id": [ "2b97415e-edd6-44ca-9d3f-e6b868ad3d58" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "4a466536-59d4-4ec8-9b6d-a9eecdf55f41" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/4c1e6dfd-2676-4aee-acb7-d456f19d5218" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b721d2f7-d683-4c94-b06d-260874fc09ee" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232818Z:b721d2f7-d683-4c94-b06d-260874fc09ee" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 28899B17CFD64E3785015892AA74A5B4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "267" ],
+ "x-ms-client-request-id": [ "bc3c37ab-a50b-491c-95ef-2832986c1aef" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "516a829e-f7da-4eda-a980-575fed1f5e2b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/1d3244d8-eef9-4f4f-89b6-d5ba7b6271fd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f9f61c55-aaeb-43f1-8d29-90251399469a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232818Z:f9f61c55-aaeb-43f1-8d29-90251399469a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F7201858179F40CE8CB48571757162C9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4153" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "268" ],
+ "x-ms-client-request-id": [ "5a773a10-58f4-4be6-a84f-acdcef0bade7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "07c384df-ecbb-4edd-9bc9-af1ca05cc64d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d77ac07d-108f-435e-a4cf-bf26008b390f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232818Z:d77ac07d-108f-435e-a4cf-bf26008b390f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 09776A051AC448DDBDD0DCD63B93C527 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52642,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52642\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:26:33.04\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "269" ],
+ "x-ms-client-request-id": [ "858e94d9-cf28-4986-9e08-b81ca485bf09" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "32379d84-cdd9-47e6-aae6-d89a24c5a2e5" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/2f97305e-221c-494a-aa91-7f93c1136b59" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "6ea9a442-ab7e-4c2a-84b3-cbd3fc044329" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232819Z:6ea9a442-ab7e-4c2a-84b3-cbd3fc044329" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C53D4F1CD8C44FBE90258E520682A72E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "270" ],
+ "x-ms-client-request-id": [ "90774e36-8d00-4b03-b76b-de6526bb2457" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE48A51D80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "7fa959cc-2755-4643-a76b-f5c8f0a5f150" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "71a39166-1e26-4c88-bde1-3612293f0e90" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232819Z:71a39166-1e26-4c88-bde1-3612293f0e90" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2200110396324BBAA07A32E5EC3DBACE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9467" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Python-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-python-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Python-8wks\",\"repositorySiteName\":\"Functions-Flex-Python-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-python-8wks.azurewebsites.net\",\"functions-flex-python-8wks.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-flex-python-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-python-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:27:46.52\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionsflexpython8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.12\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Python-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Python-8wks\\\\$Functions-Flex-Python-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-python-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "271" ],
+ "x-ms-client-request-id": [ "cfbbc92e-9d5d-4e5a-8294-7a4223a1c2cc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "30b17572-f3ce-4183-bb88-2df4c25f955c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/869bb07b-48f6-4db1-99b2-a1430598a998" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "46e7fc11-fc68-4fc1-882c-c3d297c6520a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232819Z:46e7fc11-fc68-4fc1-882c-c3d297c6520a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3430E0BC32254AB19CF8F5C2AF607662 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "272" ],
+ "x-ms-client-request-id": [ "e017987d-7949-4d88-a97e-8a020643379d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "dd73fe17-3d83-42d5-83ea-553c02555afb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/8405d4da-91b9-49dd-bbd4-fc195acf26e1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "e518deb7-5e25-4059-bf02-eba160e08b7c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232820Z:e518deb7-5e25-4059-bf02-eba160e08b7c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 29086CEA28954940B4D4B0D856D7EF60 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4153" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "273" ],
+ "x-ms-client-request-id": [ "8aae5c40-9416-47ab-afd5-f3855df0f046" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE48A51D80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "803a0718-4cde-4798-9955-fe0eba141496" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1f51b7ac-7e96-45ee-b8d8-3eaf24c1c101" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232820Z:1f51b7ac-7e96-45ee-b8d8-3eaf24c1c101" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6C3647A53B394DB6ACA6ABF571B86A53 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:20 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9467" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Python-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-python-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Python-8wks\",\"repositorySiteName\":\"Functions-Flex-Python-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-python-8wks.azurewebsites.net\",\"functions-flex-python-8wks.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-flex-python-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-python-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:27:46.52\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionsflexpython8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.12\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Python-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-Python-8wks\\\\$Functions-Flex-Python-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-python-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "274" ],
+ "x-ms-client-request-id": [ "b2cc18ef-d63c-42f4-9fe3-4e8f839c2390" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a9eb6581-ab56-4eef-93ed-2b17e813398f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/8438373b-7b7f-4b82-b2a1-f84d18423a1e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "797" ],
+ "x-ms-correlation-request-id": [ "e41ea204-ba95-4cdf-9ca6-a1f62a97554a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232821Z:e41ea204-ba95-4cdf-9ca6-a1f62a97554a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 22450ADC8D88404596B221D1F1CCEF73 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:21 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "275" ],
+ "x-ms-client-request-id": [ "124eedf9-a3ca-4d64-a35f-41979e1142ce" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "ed30f670-e9ac-4f25-a415-41646223b1fc" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6c23c001-c8f2-4c5f-94c5-cc8c0c8070cb" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "6ade8f26-6977-4198-9eb4-4eea0a4c0ece" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232822Z:6ade8f26-6977-4198-9eb4-4eea0a4c0ece" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6BD732BA533B4663806C37E3D7494A4C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:21 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4153" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks/config/web\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "276" ],
+ "x-ms-client-request-id": [ "62021891-3fd5-459a-b66a-79e41df0a9ce" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0bc9d136-75a2-40f1-b772-f42a0aafab69" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "e1b9da10-4cea-474e-b17e-0414310435f2" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232822Z:e1b9da10-4cea-474e-b17e-0414310435f2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2D3E153330C2450D89B7F26339E5F233 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:21 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52642,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52642\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:26:33.04\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Function App with default runtime version and scaling settings hosted in Flex Consumption+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Python-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "277" ],
+ "x-ms-client-request-id": [ "a4b9014a-029c-4816-80e8-cef065f044d4" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE48A51D80\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "62a9bacb-7f0c-432a-81c9-5814d0c9d24a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ef868b21-698d-4054-9750-294a367236dd" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "9e9fbdae-9fc2-45a1-b6c6-5fc790a98293" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232839Z:9e9fbdae-9fc2-45a1-b6c6-5fc790a98293" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9B64BADE265B4BF19AC2454B8151C631 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Flex-Java-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "61" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "4bca20b5-6d5c-4f03-8d2a-c8c854901292" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/4754ff13-3928-405e-9a91-78ebb606ae87" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4e1cdb67-adfc-4514-9b9e-0107dbf72272" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232840Z:4e1cdb67-adfc-4514-9b9e-0107dbf72272" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7ED1EC533CBE4ACEA0E7365D97720799 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "ff9db6d3-4129-4f5c-ae95-299f76043729" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/be6e1464-76a7-4e12-85ce-266f89d2da5f" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "4a441b47-84d1-485a-b012-3ee57184a242" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232845Z:4a441b47-84d1-485a-b012-3ee57184a242" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9BCDC0EB09914DAA89403157EC35F406 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:28:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:28:44 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":62124,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62124\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:28:44.9166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "281" ],
+ "x-ms-client-request-id": [ "d789f2db-8f4f-451d-9f5c-91693eaeaeb3" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "29f04280-0906-4620-a54a-fb7dba1eeb52" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e3cc2bb1-9aeb-4175-b186-1eb2c745bbee" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232915Z:e3cc2bb1-9aeb-4175-b186-1eb2c745bbee" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 61221E068879447881B85EC1FD8C1AB9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62124,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62124\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:28:44.9166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "282" ],
+ "x-ms-client-request-id": [ "d789f2db-8f4f-451d-9f5c-91693eaeaeb3" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "b8e3655f-c4f6-40cb-a500-2b9f4f6a4ddd" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2f0516c5-ad5d-4c04-98e1-55aa7fb9c4ac" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232916Z:2f0516c5-ad5d-4c04-98e1-55aa7fb9c4ac" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4B806F82EE954B058A6BCE2D9AFEBFFC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62124,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62124\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:28:44.9166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "283" ],
+ "x-ms-client-request-id": [ "f798642c-1b50-4e51-95a1-178913751021" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "3451a671-74d9-42bc-8739-8f8658195b2c", "62aa6e58-7982-47f4-a9aa-f17aadb401c7", "aa34bca8-4ff5-450a-949c-389c497e9ad9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "d4412787-6829-440c-94a7-4f8ea22e85bc" ],
+ "x-ms-correlation-request-id": [ "d4412787-6829-440c-94a7-4f8ea22e85bc" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232916Z:d4412787-6829-440c-94a7-4f8ea22e85bc" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4854B2CC63FD4853AA08F3EC38B68A88 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:16Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsflexjava8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsflexjava8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "284" ],
+ "x-ms-client-request-id": [ "3c2f069f-12b5-481f-ad9c-ae9f8f355bb8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "7f69be64-49df-46dc-95b5-87d19b79ac3e" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/1d1ba5f1-0bb9-47e9-9c9b-40662801b253" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9bd5378f-7c76-4aec-9e2b-78488270774a" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232917Z:9bd5378f-7c76-4aec-9e2b-78488270774a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EF50BA3B744947699D74EDEDDB623827 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:16Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:3663f3bd-e01e-001c-03be-557700000000\\nTime:2025-11-14T23:29:17.0626200Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsflexjava8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsflexjava8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D5A15AFB7B\"" ],
+ "x-ms-request-id": [ "4fdf884a-a19f-4239-8284-e6ba137ac791" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/3cdc57ba-d909-44e6-b3b8-d22bf978ab88" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "3a4366b5-69db-483d-8d0d-0babe155d843" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232917Z:3a4366b5-69db-483d-8d0d-0babe155d843" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F7C49152E1E74E8A9B256CC77039A3CD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "440" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsflexjava8wks-0000000\",\"name\":\"app-package-functionsflexjava8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "286" ],
+ "x-ms-client-request-id": [ "83ec2db4-f75a-4fc3-ba10-f5c6c0863c65" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "5bed211c-6218-4857-a046-7b621805f332", "c6a9afc5-9aa3-4513-8559-5dc26356b002", "3caf56fa-0646-466a-bdc5-b3d066abc170" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "656d97ed-6961-4b30-bb48-80f4e24b3065" ],
+ "x-ms-correlation-request-id": [ "656d97ed-6961-4b30-bb48-80f4e24b3065" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232918Z:656d97ed-6961-4b30-bb48-80f4e24b3065" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6444B6509EB448A8A00605CAE908EC56 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "287" ],
+ "x-ms-client-request-id": [ "3be2a7b7-644c-416b-a54a-5df8a7d47393" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "402cd557-7248-4069-9203-d29a38330ac3" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/745b8d19-dce8-4227-8ae0-d9bbb0a1a40b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "25005253-db0a-4f81-bf85-a7501ceeecc1" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232919Z:25005253-db0a-4f81-bf85-a7501ceeecc1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E9183CAEF6374AE38200C9D9906EDAE3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"umV/QfL0FbO046mghtZvE1ZVUHzURum1r9CwMeH1fZ0dRw31/QXglBr6/JlDSXiAZsh7oSlLQeCi+ASt2Z+1hA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"WhYHAYzZgwUAbGtuOlnJjj5Y4eq/iI6/xG47VGFIRig1ZreceeaMaGSkpKydjV/C7a4ouuKEwFLw+ASt1+2ScQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "288" ],
+ "x-ms-client-request-id": [ "b7302c2e-a6eb-4a78-bc08-86f91e17c2c8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "10d967e5-2334-435e-b461-a6460e639622", "d01cf2e4-f525-4f2e-9855-bb31361d6ae4", "69cd0fac-aca4-4e52-8ede-a06176f7969f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "465d016a-23d0-4d7b-ba55-ecaef9af64e9" ],
+ "x-ms-correlation-request-id": [ "465d016a-23d0-4d7b-ba55-ecaef9af64e9" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232919Z:465d016a-23d0-4d7b-ba55-ecaef9af64e9" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9E43535EB3F549C9A5B19F716355A37D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "289" ],
+ "x-ms-client-request-id": [ "93606cf5-eb62-426b-8ad2-f87cc41b6023" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "46e6136c-a00c-4cd2-bd9c-b4f1e2f44138" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/23b5f3cc-1df5-40a5-8a51-2fe3311d0647" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "fff60b92-80d2-414e-b5df-7f17f74a03f5" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T232920Z:fff60b92-80d2-414e-b5df-7f17f74a03f5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 681274DB6D964BA5880584D6AFDDA6BD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"umV/QfL0FbO046mghtZvE1ZVUHzURum1r9CwMeH1fZ0dRw31/QXglBr6/JlDSXiAZsh7oSlLQeCi+ASt2Z+1hA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"WhYHAYzZgwUAbGtuOlnJjj5Y4eq/iI6/xG47VGFIRig1ZreceeaMaGSkpKydjV/C7a4ouuKEwFLw+ASt1+2ScQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Java-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Java-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/8675fec6-6165-489c-b003-71392531c9ff" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "72ee1b65-2a3c-44c6-b23f-9bd134e87903" ],
+ "x-ms-correlation-request-id": [ "72ee1b65-2a3c-44c6-b23f-9bd134e87903" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232933Z:72ee1b65-2a3c-44c6-b23f-9bd134e87903" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 122771110D9B46CB854F16BE97E141DE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:32 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1600" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b0378d8-0000-0200-0000-6917bb5d0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Java-8wks\",\r\n \"name\": \"Functions-Flex-Java-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Flex-Java-8wks\",\r\n \"AppId\": \"a21649a5-21a9-4a06-9682-73121bf51140\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"c6b63eba-49fa-47e6-8b2f-184584f98fda\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Flex-Java-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:29:21.9297403+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-java-8wks_a21649a5-21a9-4a06-9682-73121bf51140_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Java-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsflexjava8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"java\",\r\n \"version\": \"17\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1965" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE89F5300B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "81267c2d-580a-4b04-bf38-c5bc8131e073" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/8c2c7384-1bcb-4edb-b636-5b4b574418ff" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "0e69f8c9-3f1c-4746-9934-1037e56a3b69" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T232957Z:0e69f8c9-3f1c-4746-9934-1037e56a3b69" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8997359C8E1E42838F133696A22025C3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:29:33Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:29:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9466" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Flex-Java-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-java-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Java-8wks\",\"repositorySiteName\":\"Functions-Flex-Java-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-java-8wks.azurewebsites.net\",\"functions-flex-java-8wks.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-flex-java-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-java-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:29:35.4566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsflexjava8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Java-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Java-8wks\\\\$Functions-Flex-Java-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-java-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "292" ],
+ "x-ms-client-request-id": [ "941a1447-674d-47ca-b60e-0ed92a9f9044" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE963D83F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "579be77f-2115-400f-8619-c809280f2497" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "96a313cc-0053-4304-b9de-4a182d623a26" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233027Z:96a313cc-0053-4304-b9de-4a182d623a26" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 929C7F3E5F744BD6A67D79BDA4959868 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9443" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Java-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-java-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Java-8wks\",\"repositorySiteName\":\"Functions-Flex-Java-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-java-8wks.azurewebsites.net\",\"functions-flex-java-8wks.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-flex-java-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-java-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:29:56.7033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsflexjava8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Java-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Java-8wks\\\\$Functions-Flex-Java-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-java-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "293" ],
+ "x-ms-client-request-id": [ "345641ca-da47-4392-ab06-e85435f33efd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE963D83F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "1fa42a72-2158-4560-92fb-76e5a4a633a6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fe21341a-59cd-40a1-ba42-7e00e1051190" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233027Z:fe21341a-59cd-40a1-ba42-7e00e1051190" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 28E500DBBBE34342BC75BA25D3B3C71E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9443" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Java-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-java-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Java-8wks\",\"repositorySiteName\":\"Functions-Flex-Java-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-java-8wks.azurewebsites.net\",\"functions-flex-java-8wks.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-flex-java-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-java-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:29:56.7033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsflexjava8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Java-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Java-8wks\\\\$Functions-Flex-Java-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-java-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "294" ],
+ "x-ms-client-request-id": [ "fbe72cb0-022d-4353-94b2-5e1a6f2a5c53" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "64d08097-18d1-49a4-a25d-2b6ae6b0dda5" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/4460e2f3-ddf1-47a4-bfc9-3a114dfac9fd" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "090b49d7-2afa-4553-9908-52a3259b5fc3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233028Z:090b49d7-2afa-4553-9908-52a3259b5fc3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0AB4F125CB87416FB8DA0AA5D190CD6F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "295" ],
+ "x-ms-client-request-id": [ "4fbb7b01-557d-455c-b2f4-eb0d811afda9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e050258f-dbf5-4015-8886-0b991177047a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/17ca5efc-5317-4602-acf6-fc23d39ff551" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "62e83261-6c38-4503-ba8b-fb5015c106b6" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233028Z:62e83261-6c38-4503-ba8b-fb5015c106b6" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F0614247E10345839B20D9DD5C9AA7BE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4149" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "296" ],
+ "x-ms-client-request-id": [ "78abd2bc-7d35-44ae-bf63-f408421c44cd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "ce152698-3653-4214-90f6-cb14870d7be9" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "61891c43-aa46-4052-98e6-723de3399b5a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233028Z:61891c43-aa46-4052-98e6-723de3399b5a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6AA3431339D24759AFE974D1C43D79C7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62124,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62124\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:28:44.9166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "297" ],
+ "x-ms-client-request-id": [ "bd26fbdb-c41e-441c-9be9-99dbb3c541cd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "25e68a96-f29c-418c-87c9-9cca852ed3a7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/755ee733-2a5b-497e-9ac7-aa85ff8c5435" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "96c08a3c-c37f-4148-8a8d-f26676fb3490" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233029Z:96c08a3c-c37f-4148-8a8d-f26676fb3490" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 77B1995B112F4586A8DD15C3EAA55C05 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "298" ],
+ "x-ms-client-request-id": [ "34e00d4d-bcb5-4250-9f63-fd851fed0863" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE963D83F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "b87542bb-94ff-4d6a-8e13-496b5c48f2c1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "7d1599b5-0633-44d1-8777-af5af3ba9292" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233029Z:7d1599b5-0633-44d1-8777-af5af3ba9292" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4567E73E737E4E8F8377F381D3F58300 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:29 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9443" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Java-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-java-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Java-8wks\",\"repositorySiteName\":\"Functions-Flex-Java-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-java-8wks.azurewebsites.net\",\"functions-flex-java-8wks.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-flex-java-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-java-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:29:56.7033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsflexjava8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Java-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Java-8wks\\\\$Functions-Flex-Java-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-java-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "299" ],
+ "x-ms-client-request-id": [ "2af4294f-6fa9-44ce-989d-2506f5f1aa31" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a0d837c2-ff46-42a3-a2d8-328b0e3dc7b8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/13c3703f-6dcb-43cd-9687-071db7d48423" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "5063bbc8-2dad-44d0-983f-d77e740c67cd" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233030Z:5063bbc8-2dad-44d0-983f-d77e740c67cd" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 614E9AC1AEE249C9A85F5033C093BE49 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:30 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "300" ],
+ "x-ms-client-request-id": [ "88ae948b-83a4-454c-82d5-34c230484e04" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "659df9e0-19a8-4862-a1f5-5c4470fb29c7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/741012d8-4c2b-4827-9927-ba99447ba0eb" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "fffc3d5c-9cac-4456-a596-7a084bbc4302" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233030Z:fffc3d5c-9cac-4456-a596-7a084bbc4302" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BDFB766949DF40B9A34354BBF8D389FF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:30Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:30 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4149" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "301" ],
+ "x-ms-client-request-id": [ "e8e7fcb3-0613-4b62-a8d2-2b75b1465d4c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE963D83F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "8d55d82f-6f58-417f-bdc1-548495061ba1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "a08393e8-da90-4a24-ad13-1ca64e521092" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233031Z:a08393e8-da90-4a24-ad13-1ca64e521092" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 48FE41B628C14E6691FB35087F3205A3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:31Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:30 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9443" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Java-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-java-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Java-8wks\",\"repositorySiteName\":\"Functions-Flex-Java-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-java-8wks.azurewebsites.net\",\"functions-flex-java-8wks.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-flex-java-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-java-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:29:56.7033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsflexjava8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Java-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Java-8wks\\\\$Functions-Flex-Java-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-java-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "302" ],
+ "x-ms-client-request-id": [ "2d1576e7-780c-4be9-bae4-f11bc6fbbf0e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "d067deb7-63a1-46d0-ba22-5aec93b399b2" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/65870385-66f7-4769-92bc-156f53d28412" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "910ea367-8b15-4c84-8ad2-f9c291e075a4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233031Z:910ea367-8b15-4c84-8ad2-f9c291e075a4" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0714B92BE53B47678FD3A348AF7A9734 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:31Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:31 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1003" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "303" ],
+ "x-ms-client-request-id": [ "9b4f202b-a72f-46de-b138-573c66fcc8a1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "ddb5e24d-567d-493e-a4e3-3d3878afb646" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/da15d2bf-d6c6-40db-a122-24b9b97f1907" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "cf85f6a8-42b6-4717-b4b7-8e30b8bdc8cf" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233031Z:cf85f6a8-42b6-4717-b4b7-8e30b8bdc8cf" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 19A922E65BCE494E979A620503C0F544 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:31Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:31 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4149" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks/config/web\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "304" ],
+ "x-ms-client-request-id": [ "b541d298-e624-46f4-ad03-f918ef52adde" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "f952a4bf-965e-49f2-839f-d456b4e79c44" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2703a39e-0216-4a21-9ec6-46a365864140" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233032Z:2703a39e-0216-4a21-9ec6-46a365864140" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EF84DCDE0A984946BDE8A0E7E638EA91 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:32Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:31 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62124,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62124\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:28:44.9166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Function App with default runtime version and scaling settings hosted in Flex Consumption+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Java-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "305" ],
+ "x-ms-client-request-id": [ "fca2d13f-7fec-4902-844a-37867d955d29" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BE963D83F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "da33eae4-0fa1-4390-9b35-70d4a4959b78" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/d875a638-8ee6-4c6a-9618-63be8a0b8c17" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "55394c19-4b1a-4083-ab37-f82663f84596" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233048Z:55394c19-4b1a-4083-ab37-f82663f84596" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 12519E29401841169749C70D92D54987 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:32Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Flex-PowerShell-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "67" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "e9397a1e-2f5d-4cbb-a33a-a811a4557a6c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/f1ae62f9-c8c1-4956-b8f8-5a70c6aee924" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "08c3817c-0ad8-41d9-b8f5-de8bdaad2827" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233049Z:08c3817c-0ad8-41d9-b8f5-de8bdaad2827" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FED71C488F544345B0771939649BDF20 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "bd25bce8-a411-42ee-b798-ed6b97cf1211" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/4bc8a532-4b14-48b2-93d0-d6d9a093b97b" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "6e1d059a-849f-4642-a58a-c02e7f0af37f" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233054Z:6e1d059a-849f-4642-a58a-c02e7f0af37f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 62A6F37EE2374F5EA81676FC5CFBCC8B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:30:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:30:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52643,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52643\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:30:54.3366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "309" ],
+ "x-ms-client-request-id": [ "b485843a-5d5d-4fe7-bd4c-36b1b4a88f02" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "ec2f3347-0f7c-47cc-a4db-ab577d7c9ab7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d0937a31-ad3b-426c-af75-faaa36866a0d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233125Z:d0937a31-ad3b-426c-af75-faaa36866a0d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7DE196010C924E298054F81321CD9075 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52643,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52643\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:30:54.3366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "310" ],
+ "x-ms-client-request-id": [ "b485843a-5d5d-4fe7-bd4c-36b1b4a88f02" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "abfb9c04-339b-4753-85e5-8af65f6d9fd1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "49c601b5-acdf-4cdf-b892-919281a2b07c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233125Z:49c601b5-acdf-4cdf-b892-919281a2b07c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C785FB39D0654175A2FB1449EE45B83B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52643,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52643\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:30:54.3366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "311" ],
+ "x-ms-client-request-id": [ "b2e36aee-ddcc-442c-bbcf-34852866c4da" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "df962eed-1335-4e85-bc36-679a85f86cab", "24bb7be4-0777-4b62-beb4-864821ecfa3e", "8bd9056b-7360-4c85-b9ee-744e35999987" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "4d7d6ed1-3781-4957-a83c-f873b19d6e2c" ],
+ "x-ms-correlation-request-id": [ "4d7d6ed1-3781-4957-a83c-f873b19d6e2c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233126Z:4d7d6ed1-3781-4957-a83c-f873b19d6e2c" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D5B127B1E2924794980E7DB9740B68FE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:25 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsflexpowershell8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsflexpowershell8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "312" ],
+ "x-ms-client-request-id": [ "a141d12b-45f8-4b32-b588-e8f0e05a0e8a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "092b08c9-afad-4f51-86a5-b531557be791" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/50430183-4339-4d89-b5f4-35de61ea4650" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b1f39277-7964-4630-8f05-188425100276" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233126Z:b1f39277-7964-4630-8f05-188425100276" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: AD6BA8A0D2D24004933883FFD0BC772A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:25 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:33bb5ea2-f01e-000e-6cbe-55cd09000000\\nTime:2025-11-14T23:31:26.4959754Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsflexpowershell8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsflexpowershell8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D5EEB2F7EE\"" ],
+ "x-ms-request-id": [ "67517fcb-66c5-461c-8259-ec3b864a7918" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/7b77ad28-aeea-4bba-9ae8-53a49e754ff6" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "923649f8-0a15-4782-9af4-1153676fe8c5" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233127Z:923649f8-0a15-4782-9af4-1153676fe8c5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BB88129818664FBF876ADA30C8881CF6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "458" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsflexpowershell8wks-0000000\",\"name\":\"app-package-functionsflexpowershell8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "314" ],
+ "x-ms-client-request-id": [ "890520a5-9a9d-4e8c-be79-131e92177d21" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "294b5156-8a5c-4008-b2b6-ca7d344c505f", "306508fd-fbfa-4094-bff7-8b6b4ab6c3e4", "65fe57fd-859b-4243-a680-860ff8c289fc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "7563ebd8-0f6c-4ecb-b4d6-6d86a6392bdf" ],
+ "x-ms-correlation-request-id": [ "7563ebd8-0f6c-4ecb-b4d6-6d86a6392bdf" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233128Z:7563ebd8-0f6c-4ecb-b4d6-6d86a6392bdf" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9FA4948E184749D3BFEC7E64F7FFA2DF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "315" ],
+ "x-ms-client-request-id": [ "938079d0-d476-4ecc-be43-1b3d5897ec9f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "5109fc4b-be5b-4bd9-bf28-d7e4fba3d221" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/d06d5954-50a2-4df6-9db5-582e65bad2e9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "31dba43a-39e1-4180-bb58-ddc1a602f26a" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233128Z:31dba43a-39e1-4180-bb58-ddc1a602f26a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F4D7C50DF49F4DEAB08000D070DB2587 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "316" ],
+ "x-ms-client-request-id": [ "d42c87db-8730-4d16-92b0-66d211b05761" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "1bf04d9d-e555-4c81-96ee-d0b6a2769d69", "1a679a43-b847-4049-962c-3f5b370585f1", "27d8bb3a-c94a-44eb-9bd4-b546756dd90c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "81eec952-f7bb-4bd3-ab8a-c6b6a29c16b0" ],
+ "x-ms-correlation-request-id": [ "81eec952-f7bb-4bd3-ab8a-c6b6a29c16b0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233129Z:81eec952-f7bb-4bd3-ab8a-c6b6a29c16b0" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F9BD11C4336F4AD58AD789174F1936DD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:29 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "317" ],
+ "x-ms-client-request-id": [ "618522bd-6047-4e10-8b2f-55c8bbd5af80" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "700e05a3-7cb1-41b9-86e8-23e97f14e320" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/07050202-9f75-4a4f-beb8-f7b2f3bcd80f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b382bbf4-e636-4d7f-87a4-ed4b7f95c71a" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233130Z:b382bbf4-e636-4d7f-87a4-ed4b7f95c71a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 54599EF85230461FB3C157D2732E9E9F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:29 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-PowerShell-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-PowerShell-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6a5834e5-191a-4f4d-9a78-231b8dc53c13" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "def23d85-63f0-4eef-b13b-e98dc7f10041" ],
+ "x-ms-correlation-request-id": [ "def23d85-63f0-4eef-b13b-e98dc7f10041" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233142Z:def23d85-63f0-4eef-b13b-e98dc7f10041" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F915877CA18A4D5E9754EF7526371B18 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:30Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:31:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1636" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b0346e6-0000-0200-0000-6917bbde0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-PowerShell-8wks\",\r\n \"name\": \"Functions-Flex-PowerShell-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Flex-PowerShell-8wks\",\r\n \"AppId\": \"25435ed0-b05a-4dc6-b008-6df7a0fe469a\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"8aeec65a-58b3-4406-be83-a2af16406d60\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Flex-PowerShell-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:31:32.4922476+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-powershell-8wks_25435ed0-b05a-4dc6-b008-6df7a0fe469a_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-PowerShell-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsflexpowershell8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"powershell\",\r\n \"version\": \"7.4\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1996" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BED71691C0\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "f85db847-5a00-4d1a-9ee0-d7ef042ef366" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/3e2eedec-ab82-4605-8da6-7f96d1688204" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "572fd99d-35b8-4f65-9a66-fecc4a022c9e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233207Z:572fd99d-35b8-4f65-9a66-fecc4a022c9e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A529D586453F4D79BFCF90B50D30793E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:31:43Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:06 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9557" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Flex-PowerShell-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-PowerShell-8wks\",\"repositorySiteName\":\"Functions-Flex-PowerShell-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\",\"functions-flex-powershell-8wks.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-flex-powershell-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-powershell-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:31:45.02\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsflexpowershell8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-PowerShell-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-PowerShell-8wks\\\\$Functions-Flex-PowerShell-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-powershell-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "320" ],
+ "x-ms-client-request-id": [ "891a1f0c-1541-4e18-90ad-b0a451297908" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BEE3F0DF75\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "83720a85-5d76-48c0-99de-82716659a7c9" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e6eb0e14-6a54-430a-8745-4003e36e1c94" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233237Z:e6eb0e14-6a54-430a-8745-4003e36e1c94" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F69563B7ADA1466C9AE9354BDB57D99B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9539" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-PowerShell-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-PowerShell-8wks\",\"repositorySiteName\":\"Functions-Flex-PowerShell-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\",\"functions-flex-powershell-8wks.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-flex-powershell-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-powershell-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:32:07.0633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsflexpowershell8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-PowerShell-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-PowerShell-8wks\\\\$Functions-Flex-PowerShell-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-powershell-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "321" ],
+ "x-ms-client-request-id": [ "78be4760-13c5-4bf8-a0c3-7d17cb405c30" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BEE3F0DF75\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "8b7e1912-c93f-42b7-850a-c81ad5db627d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c301fc5b-5212-4be2-865e-1a7c3acbc665" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233238Z:c301fc5b-5212-4be2-865e-1a7c3acbc665" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C6E0F244009745FE9779662F97E1F363 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9539" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-PowerShell-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-PowerShell-8wks\",\"repositorySiteName\":\"Functions-Flex-PowerShell-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\",\"functions-flex-powershell-8wks.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-flex-powershell-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-powershell-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:32:07.0633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsflexpowershell8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-PowerShell-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-PowerShell-8wks\\\\$Functions-Flex-PowerShell-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-powershell-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "322" ],
+ "x-ms-client-request-id": [ "160a1c16-c57b-4df3-bb69-d55c280395fe" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "87162c80-dc79-43c3-b061-c99b028d3353" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/06cf0cc1-7a00-4c34-aef9-159529608ff8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "1457e301-55da-40e8-b01c-0e63677fee05" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233238Z:1457e301-55da-40e8-b01c-0e63677fee05" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: AA32A57DD7584D8AAB2DBF55645045AB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1021" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "323" ],
+ "x-ms-client-request-id": [ "8c2d72d0-81e5-4b52-8de1-bb9e257835b0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "718596b0-c04b-4658-b287-aac1a9129f31" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e6f5dbd4-c920-46c6-8379-d62950e86c44" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3e5c7996-7712-464e-a54c-a2e982743f64" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233239Z:3e5c7996-7712-464e-a54c-a2e982743f64" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: CF9E8D3084FC430DB96FE1C22D6EF1E0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4161" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "324" ],
+ "x-ms-client-request-id": [ "9b930653-b21e-484c-8394-657cbec4ced1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "1c135674-3bd3-47f6-a69c-b5fb4abc04f8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9690f5d4-883a-4725-b778-35bca724dc27" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233239Z:9690f5d4-883a-4725-b778-35bca724dc27" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 03316E67AD1E44A79182A78D4A9C880E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52643,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52643\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:30:54.3366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "325" ],
+ "x-ms-client-request-id": [ "c30ac99b-784e-4d20-9f9f-0b0d52e4eaaa" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "6ed03e8a-828c-40aa-9056-09cb53a4864a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/9e4e00e3-f5d1-4a4e-93b4-f7abbf4e0f18" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "0b967853-5d56-4b7e-a4be-444df3cd2250" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233240Z:0b967853-5d56-4b7e-a4be-444df3cd2250" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: AA74A4E72DBA4BD6A9507CC1F2943B80 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1021" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "326" ],
+ "x-ms-client-request-id": [ "9c0a8e83-81c3-45ea-af93-51669a14542c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BEE3F0DF75\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "f4cb790a-e46b-43c8-9067-88bb68c6284b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "acf8d721-c3f7-49d1-ad2c-f0cec4459053" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233240Z:acf8d721-c3f7-49d1-ad2c-f0cec4459053" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4709681383294D95BE761879FFD4ACF7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9539" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-PowerShell-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-PowerShell-8wks\",\"repositorySiteName\":\"Functions-Flex-PowerShell-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\",\"functions-flex-powershell-8wks.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-flex-powershell-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-powershell-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:32:07.0633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsflexpowershell8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-PowerShell-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-PowerShell-8wks\\\\$Functions-Flex-PowerShell-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-powershell-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "327" ],
+ "x-ms-client-request-id": [ "0f6a6ef6-0234-48bf-a077-82c592cd6b18" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "5acf88f1-45c7-48a9-b1cd-0a525b3d9bf8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/d01e10fb-1a4f-4846-94ee-1d61adfefce8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "bf008bfe-a331-46a3-ba78-e133b89e1af0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233240Z:bf008bfe-a331-46a3-ba78-e133b89e1af0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4D04E7636B254570A4C6792A553B2C83 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1021" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "328" ],
+ "x-ms-client-request-id": [ "d9580c74-6f4f-4a8e-9907-5e06de131625" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b503a1a0-da0f-47b9-a220-4dbc279e730c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/925c4113-d387-4298-979c-78f448525ea8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5033fec4-d065-4037-9a93-7a89b57bb9d2" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233241Z:5033fec4-d065-4037-9a93-7a89b57bb9d2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0D2BB606E1A14F81A2A84D89B83E344C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4161" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "329" ],
+ "x-ms-client-request-id": [ "e431b330-54ac-45cf-92c9-5d2045220e68" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BEE3F0DF75\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "1b9aab30-f1e5-40e3-8ce0-66e1be929f15" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "620e331d-7633-4e18-9bb6-e77ca784db83" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233241Z:620e331d-7633-4e18-9bb6-e77ca784db83" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: ED73647F893845B5BFB06963EFE93C2A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9539" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-PowerShell-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-PowerShell-8wks\",\"repositorySiteName\":\"Functions-Flex-PowerShell-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-powershell-8wks.azurewebsites.net\",\"functions-flex-powershell-8wks.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-flex-powershell-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-powershell-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:32:07.0633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsflexpowershell8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-PowerShell-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Flex-PowerShell-8wks\\\\$Functions-Flex-PowerShell-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-powershell-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "330" ],
+ "x-ms-client-request-id": [ "4d012ebd-3895-4556-ae71-7c3d72b1c535" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "7ac49f2e-1d44-4c75-b2b0-d31112eef41f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/c7a4cecd-26a6-4474-ba09-17e2dd636876" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b9ba299a-2198-4624-9371-3b09c850aee6" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233242Z:b9ba299a-2198-4624-9371-3b09c850aee6" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0AB04FA77B7C4BF3A13A24578F1C097D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1021" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "331" ],
+ "x-ms-client-request-id": [ "738a3e63-eabb-492a-a105-0100c376f164" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0dcbdd71-7b34-46fe-8c29-ff42e5ca917d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/f5828aaa-50d2-4fb7-a853-1bbabe17f821" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "58ca96dc-0e95-4d7e-9b3e-b8354e0d8213" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233243Z:58ca96dc-0e95-4d7e-9b3e-b8354e0d8213" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 49D930C47CFB44B888685D95B9A8322E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4161" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks/config/web\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "332" ],
+ "x-ms-client-request-id": [ "579656cf-f23e-4c7f-9592-60a265158e1e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "7e7ea45e-9eb4-410c-bbfe-bcd201fbfe10" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "21b343f9-7077-441f-8983-6b9295a979cc" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233243Z:21b343f9-7077-441f-8983-6b9295a979cc" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BC2E9C34927A4CCC8397C6523CD47301 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:43Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:32:43 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52643,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52643\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:30:54.3366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Function App with default runtime version and scaling settings hosted in Flex Consumption+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-PowerShell-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "333" ],
+ "x-ms-client-request-id": [ "0ddc7ab2-9a59-422f-a6c9-863be24b8cbf" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BEE3F0DF75\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "2e224b69-f8bd-4a1f-b6b8-50808b0c75c1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/17e28854-ba26-4b6e-a0d9-35051eea8e9b" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "fdaf1b8b-9866-4f7d-b681-8833b9ae7dd2" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233300Z:fdaf1b8b-9866-4f7d-b681-8833b9ae7dd2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B5154999C6D74B45A6E6CD73948C8C4A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:32:44Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:00 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Flex-Custom-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "63" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "5448eaac-607c-4d31-b18e-206c6ee3ff19" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/c762849a-bbb9-492e-985d-b0c8936c2b88" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ed4085f1-0b9b-4541-8b0b-d1e5c4224e14" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233301Z:ed4085f1-0b9b-4541-8b0b-d1e5c4224e14" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D4FD01B07F0B447D8B1A15FD30876CA0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:01 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "71747bef-bfdd-494b-b3f5-92a6eb6634c3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/0a973735-dcf1-4365-8450-e18d28af3add" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "12f6225b-9691-4b8a-bd97-1600909e12bd" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233307Z:12f6225b-9691-4b8a-bd97-1600909e12bd" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0EA323D9DB234DABBD617F1E1BB89489 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:06 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1902" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":62125,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62125\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:33:07.21\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "337" ],
+ "x-ms-client-request-id": [ "731eba9e-2a3b-48ee-8eb8-ffb2114a4595" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "aa371464-2531-406e-8870-93474d2175b6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b4694ebb-300d-415b-a981-5a71d47bae0f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233337Z:b4694ebb-300d-415b-a981-5a71d47bae0f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 98EE5E2B69D34ECDAB99994F938E77F7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62125,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62125\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:07.21\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "338" ],
+ "x-ms-client-request-id": [ "731eba9e-2a3b-48ee-8eb8-ffb2114a4595" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "e3044590-7c7f-4b6f-bd6d-a067bfd4c924" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c9035dda-c479-4a48-a852-ec5a889d5170" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233338Z:c9035dda-c479-4a48-a852-ec5a889d5170" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 873F20CB29524BE996A3CCC4D73ACE24 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62125,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62125\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:07.21\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "339" ],
+ "x-ms-client-request-id": [ "a4022b37-81e4-43c0-96a4-0687308cd5f8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "c1759de9-7776-4c59-a9c6-793d2166433e", "5cf51a46-f7e0-44d5-815d-b7bc23a0f981", "8d9546ae-697b-41e9-98fa-4d60d89f98d6" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "338bf51f-7716-44ef-b4e1-1364843a97e3" ],
+ "x-ms-correlation-request-id": [ "338bf51f-7716-44ef-b4e1-1364843a97e3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233339Z:338bf51f-7716-44ef-b4e1-1364843a97e3" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1109AD39B06442D79A08BE3128085A5F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/blobServices/default/containers/app-package-functionsflexcustom8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/blobServices/default/containers/app-package-functionsflexcustom8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "340" ],
+ "x-ms-client-request-id": [ "94c33a3f-9bc7-48b8-8f80-07ad4668a500" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "f27371a3-6209-4329-94b8-17fbbc8a2f72" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/a4a02657-3638-44ca-a193-b5e699187175" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "11b0bdd2-7f19-4c76-b23d-b21b1408e859" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233339Z:11b0bdd2-7f19-4c76-b23d-b21b1408e859" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4FFDCD10908B42548BD01D0F61E5E5E8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:e931e006-401e-001c-30bf-55ab61000000\\nTime:2025-11-14T23:33:39.7721937Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/blobServices/default/containers/app-package-functionsflexcustom8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/blobServices/default/containers/app-package-functionsflexcustom8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D63E03BF91\"" ],
+ "x-ms-request-id": [ "df5a7bf0-19b5-484e-a9ed-b2c2203b99a2" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/d77439df-8595-4825-ba1d-2af53e0e5db0" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "bb252203-5460-43dd-918b-46de8798f3d9" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233340Z:bb252203-5460-43dd-918b-46de8798f3d9" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 051E20A94A7F449ABF987AA6B5741D9A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "446" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/blobServices/default/containers/app-package-functionsflexcustom8wks-0000000\",\"name\":\"app-package-functionsflexcustom8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "342" ],
+ "x-ms-client-request-id": [ "30fce91d-1a6e-4b4e-a3cf-662a06949144" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "ac52ed60-9330-46ee-bb68-669c9e11dcaf", "baae0b87-c49a-452e-9a87-a946be0491eb", "f6296227-da15-453e-8fda-d651c4a9fec9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "8b622bdc-04b9-4224-9570-0f81c679064c" ],
+ "x-ms-correlation-request-id": [ "8b622bdc-04b9-4224-9570-0f81c679064c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233341Z:8b622bdc-04b9-4224-9570-0f81c679064c" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1E72464B075D4EEDB18215EB9DE10002 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "343" ],
+ "x-ms-client-request-id": [ "35dd1418-6801-4bda-a895-7ca572a8cc2d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "0ec20c3d-3588-4a8c-8966-ff341441500b" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/cf836d12-bf3c-4d3a-93fc-6bb753865e85" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "39f995ff-6739-4712-a284-5b92f6ed2ba2" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233342Z:39f995ff-6739-4712-a284-5b92f6ed2ba2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3DCB31BA36304BA68EAD125A2B8739DA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ldMf+L4J7LZl5rTuKmdIRG722z6oif6BaGJtNpzN40rsoB/5rnBjUmn4bSD7/E7EnrsXhACX/6As+AStOTRujQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"+SVx/ZyOoHemhEESPXFblgFA2UjQieTMEyqR/hOb77ofIoQ5j2SNvVKgFbMBh/22EVMRa/dutGlR+AStRo4ncQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "344" ],
+ "x-ms-client-request-id": [ "09275f37-c20d-446b-9904-b605814d5080" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "0da56ad0-4dc5-4120-ba53-e957bdd47a53", "6397cbe0-e846-46f2-989d-d6775404792b", "172738f5-e531-4e7a-9974-aa2aa1a0580a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "1b1805e0-fe7c-40cc-a00f-c0c40914433d" ],
+ "x-ms-correlation-request-id": [ "1b1805e0-fe7c-40cc-a00f-c0c40914433d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233343Z:1b1805e0-fe7c-40cc-a00f-c0c40914433d" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E1835BA038DA4F47A15AED56235A35B5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "345" ],
+ "x-ms-client-request-id": [ "01a62878-71f5-479d-addd-0155f9424ad1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "9ff499dc-1401-4338-aa47-03956212ae23" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/357b38e4-4599-4990-bedf-cb307f58c33b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "578df673-686d-429c-82b6-c0f1085675f5" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233343Z:578df673-686d-429c-82b6-c0f1085675f5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F72157D7238A4ED0BEB204B1E03C4767 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:43Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ldMf+L4J7LZl5rTuKmdIRG722z6oif6BaGJtNpzN40rsoB/5rnBjUmn4bSD7/E7EnrsXhACX/6As+AStOTRujQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"+SVx/ZyOoHemhEESPXFblgFA2UjQieTMEyqR/hOb77ofIoQ5j2SNvVKgFbMBh/22EVMRa/dutGlR+AStRo4ncQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Custom-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Flex-Custom-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/dac27fb2-f36a-4af2-a6d5-94268deefd61" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "bfeb3579-8660-43e6-b977-e77a4e731611" ],
+ "x-ms-correlation-request-id": [ "bfeb3579-8660-43e6-b977-e77a4e731611" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233358Z:bfeb3579-8660-43e6-b977-e77a4e731611" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B9A4B3CDEC8D4EA08F4CDED7E61C1C79 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:43Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:33:58 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1611" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b0395ee-0000-0200-0000-6917bc660000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Custom-8wks\",\r\n \"name\": \"Functions-Flex-Custom-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Flex-Custom-8wks\",\r\n \"AppId\": \"67f62be7-d4fc-49c8-828e-07308a6f924e\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"246f07f9-7f47-4fe4-b736-28824b450760\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Flex-Custom-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:33:45.854673+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-custom-8wks_67f62be7-d4fc-49c8-828e-07308a6f924e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Custom-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexappcustomsa8wks.blob.core.windows.net/app-package-functionsflexcustom8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"custom\",\r\n \"version\": \"1.0\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1976" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF28C7C1CB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "d405fa6d-3160-458e-914e-dc5935f57e2e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/8524588f-2d69-4064-8175-85472983e089" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "89a62ee7-6ada-4f16-a325-6f27f6ded36a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233424Z:89a62ee7-6ada-4f16-a325-6f27f6ded36a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 139327AEB1C64158B4A82ECCC1A88C6D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:33:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:23 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9496" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Flex-Custom-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Custom-8wks\",\"repositorySiteName\":\"Functions-Flex-Custom-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\",\"functions-flex-custom-8wks.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-flex-custom-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-custom-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:34:01.64\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappcustomsa8wks.blob.core.windows.net/app-package-functionsflexcustom8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"custom\",\"version\":\"1.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Custom-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Custom-8wks\\\\$Functions-Flex-Custom-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-custom-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "348" ],
+ "x-ms-client-request-id": [ "0378536d-3f18-46ad-93df-fe75195c0d86" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF3561F940\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "d40da2f8-14dc-4652-ba8c-c02fd431dbd9" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a9ef443f-3429-4fe8-96d9-3fb24e6bf9b3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233454Z:a9ef443f-3429-4fe8-96d9-3fb24e6bf9b3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B3CC5365347749118DEF833DB7F3EFA8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9472" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Custom-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Custom-8wks\",\"repositorySiteName\":\"Functions-Flex-Custom-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\",\"functions-flex-custom-8wks.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-flex-custom-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-custom-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:34:23.7\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappcustomsa8wks.blob.core.windows.net/app-package-functionsflexcustom8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"custom\",\"version\":\"1.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Custom-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Custom-8wks\\\\$Functions-Flex-Custom-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-custom-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "349" ],
+ "x-ms-client-request-id": [ "231c7c14-127d-4206-828a-9ce524946c0d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF3561F940\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "8c5d0c9a-1802-495b-9a2d-237d6c2c0d7e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "112d5b10-551e-451f-bc72-3d7e32a989d1" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233454Z:112d5b10-551e-451f-bc72-3d7e32a989d1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8FB2103883CB48DF84C6BC2B283A26FE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9472" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Custom-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Custom-8wks\",\"repositorySiteName\":\"Functions-Flex-Custom-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\",\"functions-flex-custom-8wks.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-flex-custom-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-custom-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:34:23.7\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappcustomsa8wks.blob.core.windows.net/app-package-functionsflexcustom8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"custom\",\"version\":\"1.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Custom-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Custom-8wks\\\\$Functions-Flex-Custom-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-custom-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "350" ],
+ "x-ms-client-request-id": [ "69a5503b-c03e-40df-b802-f81517889a2f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "13b2c813-8291-441f-8318-a036d192f766" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/1429224c-e620-420c-b564-0209ffef3923" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "50e22c64-c94a-4ad9-9075-51e6b2a25d5f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233455Z:50e22c64-c94a-4ad9-9075-51e6b2a25d5f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7ABE48E30C684CE0ACB184DD2294BCAF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "351" ],
+ "x-ms-client-request-id": [ "63dbc8b7-6d98-4d9a-a5e0-20d9efd14517" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "dccb385d-a655-45e6-af85-a39ba5a8632f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/cab29768-7e82-4e4a-a26d-d1bb536556f0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3071bc36-47d3-4257-9b39-69efb18f3f76" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233455Z:3071bc36-47d3-4257-9b39-69efb18f3f76" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D3DF12B326BD475B9FC2F2FAAA70575C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4153" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "352" ],
+ "x-ms-client-request-id": [ "03f01433-fbd2-417b-a38f-5a70e1672868" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a297c218-db16-4805-a111-8b1517cd71e7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f32a8dae-f4ff-4285-a7ae-0198e321cf77" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233456Z:f32a8dae-f4ff-4285-a7ae-0198e321cf77" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: ABEBB74306114F07833793F0B7887C16 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62125,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62125\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:07.21\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "353" ],
+ "x-ms-client-request-id": [ "feae7582-5847-47bb-a37d-f1a4b740e55c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b504d588-8397-48eb-ba6c-266f9c3be9f0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/c97ca4e3-faaa-4b4a-98aa-01c26a03bf37" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5a05def6-6940-44c5-b114-21be84c18005" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233456Z:5a05def6-6940-44c5-b114-21be84c18005" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7C0C848AD8B74EEE876CF4D1FAFFC573 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:56Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "354" ],
+ "x-ms-client-request-id": [ "96863179-a345-4633-b3ff-ac1cccdf8459" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF3561F940\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "dcac2fab-2ac6-433b-84f1-2b1fe1e5a722" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b72de1bb-0c13-4b9f-a949-bd7e480d9ef1" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233457Z:b72de1bb-0c13-4b9f-a949-bd7e480d9ef1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5E22D9CD840B4A629F7979DC61C6B1E4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:56Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9472" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Custom-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Custom-8wks\",\"repositorySiteName\":\"Functions-Flex-Custom-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\",\"functions-flex-custom-8wks.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-flex-custom-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-custom-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:34:23.7\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappcustomsa8wks.blob.core.windows.net/app-package-functionsflexcustom8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"custom\",\"version\":\"1.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Custom-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Custom-8wks\\\\$Functions-Flex-Custom-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-custom-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "355" ],
+ "x-ms-client-request-id": [ "f4f76a9b-709e-421b-beb6-9127a38cc430" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "632df1fe-e155-43e3-99e3-e17cb4b6a850" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/383c2266-8902-48d9-99ea-ddf8fbb91be7" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d903a5f2-1772-461f-a0dc-9154b5f586d0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233457Z:d903a5f2-1772-461f-a0dc-9154b5f586d0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: CFEADA04432449DAB3D672759C121DB4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "356" ],
+ "x-ms-client-request-id": [ "70c22f27-10e1-45d5-8912-7cdec4a287da" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "58ba470f-e154-4de8-9edd-c63395f6a090" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/65e80e23-afb8-4067-ad35-7e322afcad12" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "853cf774-ee7e-4862-86bc-7e1440b066e8" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233457Z:853cf774-ee7e-4862-86bc-7e1440b066e8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DCFB49FA14034F7D9F95963CCBB105FE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:57 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4153" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "357" ],
+ "x-ms-client-request-id": [ "8deac3c2-583f-496e-8dfc-45cabfc3fbf7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF3561F940\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "0ea885d1-9809-48da-a833-b0cc7b701c04" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "b55b88d0-b960-4362-b722-64a0b1ea05ec" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233459Z:b55b88d0-b960-4362-b722-64a0b1ea05ec" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D43D135788B7468A8E31A4FA6F185EAB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:58 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9472" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Flex-Custom-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Flex-Custom-8wks\",\"repositorySiteName\":\"Functions-Flex-Custom-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-flex-custom-8wks.azurewebsites.net\",\"functions-flex-custom-8wks.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-flex-custom-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-flex-custom-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:34:23.7\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappcustomsa8wks.blob.core.windows.net/app-package-functionsflexcustom8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"custom\",\"version\":\"1.0\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Flex-Custom-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Flex-Custom-8wks\\\\$Functions-Flex-Custom-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-flex-custom-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "358" ],
+ "x-ms-client-request-id": [ "eb86fbe3-724c-45be-9949-6369753a15d6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "c0893fc9-7a93-432f-87e9-a203264ace6a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/1c306107-9d86-45b6-93b1-c9fad4ae13e5" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "2a1edb73-b400-447f-83bc-3224f0b18fa0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233459Z:2a1edb73-b400-447f-83bc-3224f0b18fa0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5D97BE75BFC2471C8F32850B3C3D512B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:58 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1009" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappcustomsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "359" ],
+ "x-ms-client-request-id": [ "43c29695-cc21-4065-9124-724646b4b5e2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "d6a4c0d1-4a9b-4aef-a9a0-0a2aa5810267" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/5bc8daf6-043c-44f1-8ece-8026094604c9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "2e523237-272b-4673-b033-d5a44b356b3d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233500Z:2e523237-272b-4673-b033-d5a44b356b3d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E1D3B90C9CE4483F99958B059BAFFA62 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:34:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:59 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4153" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks/config/web\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "360" ],
+ "x-ms-client-request-id": [ "152148b5-1527-42dd-b146-537616490028" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e645aba1-e52f-4eb0-82b3-e17844ff2911" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e0354128-cc8b-4171-b1ff-c66ffab76752" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233500Z:e0354128-cc8b-4171-b1ff-c66ffab76752" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6E90787AFCC148B7BEF121BF331F510C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:34:59 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62125,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62125\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:07.21\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Custom Function App with default runtime version and scaling settings hosted in Flex Consumption+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Flex-Custom-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "361" ],
+ "x-ms-client-request-id": [ "a21acb9a-010b-4349-a436-681db713f476" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF3561F940\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "8ca50733-e5e4-4795-adea-5425557b4617" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/cd38b96f-d832-4fbf-832d-0b94b4047b0e" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "cac364d0-3b8a-46a4-9b11-d618086d98c3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233517Z:cac364d0-3b8a-46a4-9b11-d618086d98c3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2DA1C2991A164201A8D40CAE53BC3EC5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Python-Flex-Scaling-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "71" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "453debcf-89ed-44e2-b7cf-3035f049f6fd" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e4381eee-4959-4700-954c-66d21b5a5264" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9138f15a-495b-417a-a3bb-4c25acd8bcaa" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233518Z:9138f15a-495b-417a-a3bb-4c25acd8bcaa" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4C3783D8BDBB4C3B9E13FF54EF56D0B6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "383e0317-0a76-451c-bd27-6a0e07b75ae2" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/a37aac29-e68c-4b3f-8b22-0f595a1c597c" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "9f35fd28-cf84-4463-aa99-81006e3a6c03" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233523Z:9f35fd28-cf84-4463-aa99-81006e3a6c03" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1A3C55D828BC419A835E37BD6FC69B80 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":62126,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62126\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:35:23.0066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "365" ],
+ "x-ms-client-request-id": [ "fd062f8f-cfa7-4205-93b7-133fe4507659" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "0ebd3408-7372-4366-acaf-69b5c63df937" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3be44ab7-9370-490b-9f0d-55e3a10396f7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233553Z:3be44ab7-9370-490b-9f0d-55e3a10396f7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6096D2DB5DD845598E2B687872D50E11 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62126,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62126\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:35:23.0066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "366" ],
+ "x-ms-client-request-id": [ "fd062f8f-cfa7-4205-93b7-133fe4507659" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "84a5e9a1-e229-4777-a0a8-2e79512949de" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fd0bb25d-f763-4046-9f28-55155a981413" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233554Z:fd0bb25d-f763-4046-9f28-55155a981413" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FA3519A6B14F45E2B105499C794E1BBE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62126,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62126\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:35:23.0066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "367" ],
+ "x-ms-client-request-id": [ "03cbade4-e582-4a67-80c2-39f471f04d30" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "f4ba2cc5-499e-41ec-958a-84aec5c51ac4", "89257f6d-45aa-437f-81e1-944da1a78348", "2ff4daf6-6f5f-4a03-9b0a-4bb882f28ef4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "c136938a-873b-485d-bd33-0c2d71e8a702" ],
+ "x-ms-correlation-request-id": [ "c136938a-873b-485d-bd33-0c2d71e8a702" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233554Z:c136938a-873b-485d-bd33-0c2d71e8a702" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F0BFD230B169407BB20423F15B5701A6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionspythonflexscaling8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionspythonflexscaling8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "368" ],
+ "x-ms-client-request-id": [ "2c74dd39-32e5-4a1e-86bd-bdb88a1af3d1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "e37fe43c-a1c7-4c70-a8c9-7ed9c83b2642" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/5fd9f401-952a-4047-bc28-288e6828c868" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3082e8c6-14d5-4ff7-91ff-f7820db5cd0b" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233555Z:3082e8c6-14d5-4ff7-91ff-f7820db5cd0b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6BF077F57A724530B19C9331D6EFD457 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:50f0751e-601e-0040-47bf-55e0c3000000\\nTime:2025-11-14T23:35:55.2566010Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionspythonflexscaling8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionspythonflexscaling8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D68EC47094\"" ],
+ "x-ms-request-id": [ "6a1bf411-ae87-4810-9ffb-e8857bd8f0b3" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/64c764fa-d938-4e98-8242-59090a33905e" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "fa919b9c-f0f4-46d0-aa21-67af35eecbc3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233555Z:fa919b9c-f0f4-46d0-aa21-67af35eecbc3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 510691113A7A437980410D500C689726 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "460" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/blobServices/default/containers/app-package-functionspythonflexscaling8wks-0000000\",\"name\":\"app-package-functionspythonflexscaling8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "370" ],
+ "x-ms-client-request-id": [ "d32f93c6-2818-489c-9f97-5d8b3f4dde66" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "8f974ff0-389a-4181-bd10-f4a39cd54c3e", "edb47bdf-8c51-4fda-ba73-dd2521411698", "84765920-3ac0-4dcb-b259-88b55068e4c1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "c77c35be-bb65-4d2e-8d88-b230515f54ae" ],
+ "x-ms-correlation-request-id": [ "c77c35be-bb65-4d2e-8d88-b230515f54ae" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233556Z:c77c35be-bb65-4d2e-8d88-b230515f54ae" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E5160AA1F61742C48A81193953CCA59F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:56Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "371" ],
+ "x-ms-client-request-id": [ "a52442b9-1722-4d7f-b6e9-8f78b4e56a5d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "4126512e-2269-4632-a61b-3359457e0b23" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/8e9be14c-3d54-458e-8c72-068b2f30963d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a5456142-d426-463a-87bc-2e9c1417387b" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233557Z:a5456142-d426-463a-87bc-2e9c1417387b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 28A4CFA6BD4F4D26A58FCCF7D416170C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"952nnTyRjPiZPYy8uKBcyl2tDj1H7O7yJmjJf690vVd+v2YD1Vs8fagveu+VFKUE8Rh5Z7etwaqH+ASt+W3HVw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SuePBq+K5rXBjCUWYshXoqlKXi45LcdOnYcYMxNfAEJJLyNuqETiKjIIq/7KLZ8kDNOI4O/kAB43+ASthGWPcg==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "372" ],
+ "x-ms-client-request-id": [ "cf4d513a-45a6-4d2e-b49d-0c3ada520d9a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "76f47834-bfeb-4978-8400-1fd59390772d", "0894560e-2702-4479-865a-73f5e96389ff", "e36216d0-2b39-491a-a1ac-ec6b559cabc4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "144e5d28-6f9c-4ff7-91c2-c50516a8fcc6" ],
+ "x-ms-correlation-request-id": [ "144e5d28-6f9c-4ff7-91c2-c50516a8fcc6" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233557Z:144e5d28-6f9c-4ff7-91c2-c50516a8fcc6" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0F0232B9D72A430D87A07CED51020A33 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:57 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "373" ],
+ "x-ms-client-request-id": [ "401f8a67-819f-45ba-8be2-184ce404c65b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "7209fe23-941d-4d40-a617-e6fa6ea0f4aa" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/4ca32736-5503-46c4-a524-e6949d1c7a9a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c03b88b5-b2ab-4332-9c0b-c2b76a867c52" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233558Z:c03b88b5-b2ab-4332-9c0b-c2b76a867c52" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DEF0265FD9E041768714E92632E96EC6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:35:57 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"952nnTyRjPiZPYy8uKBcyl2tDj1H7O7yJmjJf690vVd+v2YD1Vs8fagveu+VFKUE8Rh5Z7etwaqH+ASt+W3HVw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SuePBq+K5rXBjCUWYshXoqlKXi45LcdOnYcYMxNfAEJJLyNuqETiKjIIq/7KLZ8kDNOI4O/kAB43+ASthGWPcg==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Python-Flex-Scaling-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Python-Flex-Scaling-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/35878391-39b7-45c3-beb4-4dcfaf976e96" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "08b0dd97-0945-4505-a1fd-844500da1d2f" ],
+ "x-ms-correlation-request-id": [ "08b0dd97-0945-4505-a1fd-844500da1d2f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233611Z:08b0dd97-0945-4505-a1fd-844500da1d2f" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BDD7BB44315145CB9EA23182B5AD6336 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:35:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:36:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1660" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9b0348f6-0000-0200-0000-6917bceb0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Python-Flex-Scaling-8wks\",\r\n \"name\": \"Functions-Python-Flex-Scaling-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-Flex-Scaling-8wks\",\r\n \"AppId\": \"33228ef1-a6e4-4064-9040-cbaccec606f9\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"dc1718c9-6151-4735-9017-ed993ce3056c\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Python-Flex-Scaling-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:36:00.7780637+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-flex-scaling-8wks_33228ef1-a6e4-4064-9040-cbaccec606f9_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-Flex-Scaling-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionspythonflexscaling8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"python\",\r\n \"version\": \"3.11\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"triggers\": {\r\n \"http\": {\r\n \"perInstanceConcurrency\": 16\r\n }\r\n },\r\n \"alwaysReady\": [\r\n {\r\n \"name\": \"http\",\r\n \"instanceCount\": 2\r\n }\r\n ],\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 4096\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "2220" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF79695695\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a0d5000d-5cb5-4f37-b427-b89817797212" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6efb2958-2dac-43c2-8701-02eda1d36eef" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "4bc1ad7e-ce35-4ac6-8e86-6cd918dbd22c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233638Z:4bc1ad7e-ce35-4ac6-8e86-6cd918dbd22c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 773CD990B4B04CE19EA388779F05C0F7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:36:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:36:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9681" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Python-Flex-Scaling-8wks\",\"repositorySiteName\":\"Functions-Python-Flex-Scaling-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"functions-python-flex-scaling-8wks.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-python-flex-scaling-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-flex-scaling-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:36:16.76\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionspythonflexscaling8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.11\"},\"scaleAndConcurrency\":{\"alwaysReady\":[{\"name\":\"http\",\"instanceCount\":2}],\"maximumInstanceCount\":100,\"instanceMemoryMB\":4096,\"triggers\":{\"http\":{\"perinstanceconcurrency\":16}}},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Python-Flex-Scaling-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Python-Flex-Scaling-8wks\\\\$Functions-Python-Flex-Scaling-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "376" ],
+ "x-ms-client-request-id": [ "5a4769f2-afd0-4037-81e6-e65ed84db989" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF8592A3CB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "56a9ca30-40ba-4cc9-81f3-ba8f6c82f2d9" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "54200243-02d0-4912-8e3e-eeef0cbae07c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233709Z:54200243-02d0-4912-8e3e-eeef0cbae07c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6B1FE97667A344CC8CCA7D3F0723EE63 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9663" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Python-Flex-Scaling-8wks\",\"repositorySiteName\":\"Functions-Python-Flex-Scaling-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"functions-python-flex-scaling-8wks.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-python-flex-scaling-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-flex-scaling-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:36:38.2366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionspythonflexscaling8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.11\"},\"scaleAndConcurrency\":{\"alwaysReady\":[{\"name\":\"http\",\"instanceCount\":2}],\"maximumInstanceCount\":100,\"instanceMemoryMB\":4096,\"triggers\":{\"http\":{\"perinstanceconcurrency\":16}}},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Python-Flex-Scaling-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Python-Flex-Scaling-8wks\\\\$Functions-Python-Flex-Scaling-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "377" ],
+ "x-ms-client-request-id": [ "ffe4ab49-1789-4d37-b23d-4ef0847c95e3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF8592A3CB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "d53d186e-485c-4729-a5aa-cfc5825e9961" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f572dab8-b4ad-41e1-aec3-b3ecbad179fe" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233709Z:f572dab8-b4ad-41e1-aec3-b3ecbad179fe" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 23497052F0954EB09587C93FD9DC896E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9663" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Python-Flex-Scaling-8wks\",\"repositorySiteName\":\"Functions-Python-Flex-Scaling-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"functions-python-flex-scaling-8wks.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-python-flex-scaling-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-flex-scaling-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:36:38.2366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionspythonflexscaling8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.11\"},\"scaleAndConcurrency\":{\"alwaysReady\":[{\"name\":\"http\",\"instanceCount\":2}],\"maximumInstanceCount\":100,\"instanceMemoryMB\":4096,\"triggers\":{\"http\":{\"perinstanceconcurrency\":16}}},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Python-Flex-Scaling-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Python-Flex-Scaling-8wks\\\\$Functions-Python-Flex-Scaling-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "378" ],
+ "x-ms-client-request-id": [ "4a816056-640a-4ccf-b479-4d4901fb7910" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "6e503ac6-4d7f-4438-b9c3-08dccaa1f67a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/5c08c0c6-3c08-4c61-9cb9-deb557c7ed28" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c9b5f5db-446b-4f99-8e9d-0f5e4a2391d2" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233709Z:c9b5f5db-446b-4f99-8e9d-0f5e4a2391d2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D0642F4B6EF5490DBA26EE25C4A14CC3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:09 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1017" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "379" ],
+ "x-ms-client-request-id": [ "64155a22-f3bf-4e14-9d80-95c60cadf0a6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "d21c5dac-555b-42ad-b824-ab9540f736f0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/35fd414b-5e63-4b92-a18e-85c0d4fcde3e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b083683c-9d88-4cb1-915a-f0b32ec5a31d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233710Z:b083683c-9d88-4cb1-915a-f0b32ec5a31d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 354968DC4B0E4B939884BE0E444EB50D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:09 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "380" ],
+ "x-ms-client-request-id": [ "47d63cb4-98cb-49e9-b0c5-c3d73646705f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "719e4f8b-2cb5-4f33-9b67-aa12c2eaca2a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6a3b6d0e-2ef8-425e-988c-b73aece5cdb3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233710Z:6a3b6d0e-2ef8-425e-988c-b73aece5cdb3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: ADF55A8106B043B383361757B609AF52 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:09 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62126,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62126\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:35:23.0066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "381" ],
+ "x-ms-client-request-id": [ "80a723d6-58e4-4f52-bb60-757281fb88c2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "1b140645-95f6-45f0-acab-52b43f00e92e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/94fb2fef-5bb1-4620-8fee-eb3325672b11" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d23d298d-a534-4688-983d-821a09c5698d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233711Z:d23d298d-a534-4688-983d-821a09c5698d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A961E8264E2B4116826418E094324585 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1017" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "382" ],
+ "x-ms-client-request-id": [ "33bf7c89-6660-48a7-933d-80a5bdefb19e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF8592A3CB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "bc86cc80-06d7-4b9c-b7e2-9aad3820140d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4cc98c19-19dc-4e18-92a8-0252b62e813b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233711Z:4cc98c19-19dc-4e18-92a8-0252b62e813b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2E7C015EEA49494B94517CCD89CAE5EC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9663" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Python-Flex-Scaling-8wks\",\"repositorySiteName\":\"Functions-Python-Flex-Scaling-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"functions-python-flex-scaling-8wks.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-python-flex-scaling-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-flex-scaling-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:36:38.2366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionspythonflexscaling8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.11\"},\"scaleAndConcurrency\":{\"alwaysReady\":[{\"name\":\"http\",\"instanceCount\":2}],\"maximumInstanceCount\":100,\"instanceMemoryMB\":4096,\"triggers\":{\"http\":{\"perinstanceconcurrency\":16}}},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Python-Flex-Scaling-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Python-Flex-Scaling-8wks\\\\$Functions-Python-Flex-Scaling-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "383" ],
+ "x-ms-client-request-id": [ "31dbb796-8c3f-417b-aa65-f99c0a747e95" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "45f578ff-bd78-4409-99fa-bddc3041469b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/907086b6-4d21-43e7-826a-4779ab239a67" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "58139f91-d875-4862-a614-ff4b4b60b185" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233712Z:58139f91-d875-4862-a614-ff4b4b60b185" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 62B86A2AB64248C092475E13C8771DAA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1017" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "384" ],
+ "x-ms-client-request-id": [ "84ded1bf-d094-433f-a8ff-b5ab411ea733" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "5d6a445e-543a-4cdf-a46b-5b0fb478e03f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/eec3b364-ce3c-4a43-853f-69df8e7f6e43" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4e39b3c1-f66d-4951-bd7b-f043e561070d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233712Z:4e39b3c1-f66d-4951-bd7b-f043e561070d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E9D011DD549D441189DD3E9480B24020 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "385" ],
+ "x-ms-client-request-id": [ "5e683d10-2a2b-4d88-9a54-bcc816343897" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF8592A3CB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "4851e57d-52c3-443e-a410-694e6e63e6ac" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3649ccc3-6ede-4e87-abe9-0c945622bdae" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233712Z:3649ccc3-6ede-4e87-abe9-0c945622bdae" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 37BCAF5F052C466F9F6F2E9F4F2BF4DF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9663" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Python-Flex-Scaling-8wks\",\"repositorySiteName\":\"Functions-Python-Flex-Scaling-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"functions-python-flex-scaling-8wks.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-python-flex-scaling-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-flex-scaling-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:36:38.2366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppythonsa8wks.blob.core.windows.net/app-package-functionspythonflexscaling8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"python\",\"version\":\"3.11\"},\"scaleAndConcurrency\":{\"alwaysReady\":[{\"name\":\"http\",\"instanceCount\":2}],\"maximumInstanceCount\":100,\"instanceMemoryMB\":4096,\"triggers\":{\"http\":{\"perinstanceconcurrency\":16}}},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Python-Flex-Scaling-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Python-Flex-Scaling-8wks\\\\$Functions-Python-Flex-Scaling-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-python-flex-scaling-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "386" ],
+ "x-ms-client-request-id": [ "be16425f-1ae0-4b1b-8235-623de2d923e2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "43866921-b702-4b46-b474-4797cf558439" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/dd680a49-2dc9-4059-bccd-9a0ce7b9b643" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "db6e5f80-06b5-484b-a53d-5522cc34dd06" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233713Z:db6e5f80-06b5-484b-a53d-5522cc34dd06" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: ABAFEA2A74AC4CF48CC6ABA32B7D319B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1017" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppythonsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "387" ],
+ "x-ms-client-request-id": [ "ac3ba649-924f-4c17-acb0-6cf3400bf82b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "d2f46f1e-4aec-4ece-9c53-6bc6bb88a8f1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/3a75c6a5-5d63-4b6d-93e2-08088efc86ce" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "13311104-b0e5-4ed3-b9e1-dfd809073b0f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233713Z:13311104-b0e5-4ed3-b9e1-dfd809073b0f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: AC3A3FB064C54D13AB4F89D4543EC457 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks/config/web\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "388" ],
+ "x-ms-client-request-id": [ "5897036e-ff2b-4617-a392-2636b4d78b6b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "4c314d0e-a97f-4da0-b60b-0af66b3150de" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f61180d1-76d4-4140-835c-a5111631412a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233714Z:f61180d1-76d4-4140-835c-a5111631412a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2DFFD5016BF540FB94DC9DAFEB970D4C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62126,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62126\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:35:23.0066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Python Flex Consumption app with custom scaling settings and Always Ready configuration+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Python-Flex-Scaling-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "389" ],
+ "x-ms-client-request-id": [ "a6df7b99-e0b4-4153-b589-85acb04da6bf" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BF8592A3CB\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "220ca352-f674-48e4-8ad6-c73d6a8c83b0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/2ec38c24-388d-44c6-9e41-2b68e66f7608" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "bb4d8d8d-a751-49bc-aef5-bba0f1f2c187" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233732Z:bb4d8d8d-a751-49bc-aef5-bba0f1f2c187" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A66D74582CE34985BE0AAD49C1CEB426 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:31 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Node-SystemIdentity-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "71" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "9810f9b5-f13e-40fe-b9af-ecd6345e825f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/68016796-5856-4fa3-bce4-06354eb839d9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "41567adc-82dc-4ab4-bd8d-2eb13b483848" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233733Z:41567adc-82dc-4ab4-bd8d-2eb13b483848" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F98EC332DA3B47DEA05679E79605AD59 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:32Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:33 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"zoneRedundant\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\",\r\n \"capacity\": 3\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "260" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "b40e1450-6b04-4f8c-bf93-5de80cfbecdb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/b61c01af-cb81-4f28-9b75-d9feda22528a" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "11b58207-877b-418f-9d51-0ad816481c04" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233740Z:11b58207-877b-418f-9d51-0ad816481c04" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DC12709CE70046D1917A9A7F7F9A27D0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:37:34Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:37:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1901" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":62127,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62127\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":true,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":3,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:37:39.73\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "393" ],
+ "x-ms-client-request-id": [ "b8dd79c5-1a8b-4a24-a33c-e02833113c2d" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "abb34713-a61b-49f3-85d3-9c8a23771ce3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "208eb9be-3f1f-4ec6-a7db-ee1f76b326ef" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233810Z:208eb9be-3f1f-4ec6-a7db-ee1f76b326ef" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 547CC8B8F84148CABEE3683E9B99770C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:09 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1810" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62127,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62127\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":true,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":3,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:37:39.73\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "394" ],
+ "x-ms-client-request-id": [ "b8dd79c5-1a8b-4a24-a33c-e02833113c2d" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "ecccaf3b-f79b-4be3-a10a-7c86bd22b3c1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ce33e0ee-b1fc-47d8-b0c0-5da35b207fb4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233810Z:ce33e0ee-b1fc-47d8-b0c0-5da35b207fb4" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 99231C0C34314C17A86D466FCCBF0BD3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1810" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62127,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62127\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":true,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":3,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:37:39.73\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "395" ],
+ "x-ms-client-request-id": [ "b919e038-0c5c-431d-a767-faa12605afdf" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "59b85ee9-1aae-4c49-a856-f3da2860fa67", "dbd97e4d-7b5a-4ab9-bff7-35f04dc289a4", "12926d95-b53f-4da9-9e2e-25f19f8f01fa" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "c6316a4c-5f77-423b-bafd-2b8176936d62" ],
+ "x-ms-correlation-request-id": [ "c6316a4c-5f77-423b-bafd-2b8176936d62" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233812Z:c6316a4c-5f77-423b-bafd-2b8176936d62" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C1740964778D49359FFF2BEF5E77AF80 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsnodesystemidentity8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsnodesystemidentity8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "396" ],
+ "x-ms-client-request-id": [ "d67e11f0-8fec-4663-b42a-23524d985760" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "a8241ad8-a91b-49da-826d-d838e47777e4" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/93226ff5-82d4-493a-9d29-53197f6b6d9b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "20a5d14e-282d-4b51-9774-815851bb3c10" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233812Z:20a5d14e-282d-4b51-9774-815851bb3c10" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 858A1BD4B73A468C92C71B6608A6AD72 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:7692519b-501e-0044-68bf-55af5f000000\\nTime:2025-11-14T23:38:12.5460577Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsnodesystemidentity8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsnodesystemidentity8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D6E0A0A3A3\"" ],
+ "x-ms-request-id": [ "bcc3c9d3-33b1-43f1-afc5-605e54b13f48" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/4635bd8a-572b-412b-b3b3-478239a2ca64" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "97f2d196-0cb8-46b9-83e5-34411a548c3e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233813Z:97f2d196-0cb8-46b9-83e5-34411a548c3e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 471B951581F44B9DB7B375C5AF9EA346 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "460" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/blobServices/default/containers/app-package-functionsnodesystemidentity8wks-0000000\",\"name\":\"app-package-functionsnodesystemidentity8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "398" ],
+ "x-ms-client-request-id": [ "4d8dfe4a-25b9-4477-a289-7204cfb46b10" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "50bfae1c-5c90-47d5-b3f5-33d0a263375f", "3ec6f034-d0f8-41b6-9125-31a944b2deaa", "edd244ce-31e4-45f7-a804-c41e9ea111ea" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "cb188fba-a364-47d7-9531-5c690a232a08" ],
+ "x-ms-correlation-request-id": [ "cb188fba-a364-47d7-9531-5c690a232a08" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233813Z:cb188fba-a364-47d7-9531-5c690a232a08" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B994BCF5E5FB45A0BE529907B4C465A9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "399" ],
+ "x-ms-client-request-id": [ "58249223-58fb-445c-b741-50b5ce0f4795" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "d59b38ec-3bd8-40c5-b19f-0bd4d155fae7" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/b019ee96-9b49-4e91-91ae-210302beb409" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "e5ac3702-9e95-4d7c-a696-6eaf10c6fcd2" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233814Z:e5ac3702-9e95-4d7c-a696-6eaf10c6fcd2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E8D79219715C490A87D01821C00C77F7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"7IsPFvcMaMeDC2uLKX01+FSjBK5PLt92nNB1BCxtcroQKUSUSotc4cVxuoHg42Bx1vcdxFRdABBn+AStJ4iQvQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"HPx4RMmDLBazm1divQFiA4722BK9DJxgwjCVxQ3ohY8EXNVhnRjR9v23ZM4WtwWlx4056+GzeedG+AStbFJshQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Node-SystemIdentity-8wks?api-version=2015-05-01+10": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Node-SystemIdentity-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/69136492-6e75-4706-8f30-7fd5e24d247d" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "e8dfdc23-98ed-4eab-bfa2-1e14dd44345b" ],
+ "x-ms-correlation-request-id": [ "e8dfdc23-98ed-4eab-bfa2-1e14dd44345b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233828Z:e8dfdc23-98ed-4eab-bfa2-1e14dd44345b" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F63BE9F4F0014C64942C6FAACB87F3C2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1660" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9c034601-0000-0200-0000-6917bd740000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Node-SystemIdentity-8wks\",\r\n \"name\": \"Functions-Node-SystemIdentity-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Node-SystemIdentity-8wks\",\r\n \"AppId\": \"0349d31e-ac76-44b0-81fe-8500d7f1c97f\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"72f873d8-e77f-4cd1-b81b-333b88113567\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Node-SystemIdentity-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:38:16.9557851+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-systemidentity-8wks_0349d31e-ac76-44b0-81fe-8500d7f1c97f_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-SystemIdentity-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01+11": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"SystemAssignedIdentity\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsnodesystemidentity8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"node\",\r\n \"version\": \"22\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1632" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BFCA3F4ED5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "f8f6537e-ade7-4294-8f91-478e89c29aad" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ee1937c0-e013-4d66-8c32-0f08f5ba22c1" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "fbd77c42-1e5f-4b2c-88c5-245d0395d7b0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233854Z:fbd77c42-1e5f-4b2c-88c5-245d0395d7b0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8C50A651F34349379EF2884DAD82E3D6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:38:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:38:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9709" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Node-SystemIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Node-SystemIdentity-8wks\",\"repositorySiteName\":\"Functions-Node-SystemIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\",\"functions-node-systemidentity-8wks.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-node-systemidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-systemidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:38:32.97\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsnodesystemidentity8wks-0000000\",\"authentication\":{\"type\":\"systemassignedidentity\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Node-SystemIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Node-SystemIdentity-8wks\\\\$Functions-Node-SystemIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-node-systemidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5e857737-009d-47c8-93f4-a583e981abc5\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01+12": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "402" ],
+ "x-ms-client-request-id": [ "bfdcb8f1-5fd6-45ab-aff0-f61967a4f089" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BFD674D10B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "6ec30959-d80a-4075-98d2-b81f665c0ec4" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5998657e-f222-4e08-8384-fcb0c886b544" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233924Z:5998657e-f222-4e08-8384-fcb0c886b544" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8AFF5B97DD4E4A9EA740BE88ADFB9625 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:23 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9691" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Node-SystemIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Node-SystemIdentity-8wks\",\"repositorySiteName\":\"Functions-Node-SystemIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\",\"functions-node-systemidentity-8wks.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-node-systemidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-systemidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:38:53.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsnodesystemidentity8wks-0000000\",\"authentication\":{\"type\":\"systemassignedidentity\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Node-SystemIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Node-SystemIdentity-8wks\\\\$Functions-Node-SystemIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-node-systemidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5e857737-009d-47c8-93f4-a583e981abc5\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "403" ],
+ "x-ms-client-request-id": [ "3e2b963e-e89e-434a-addd-eedde508d5e8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BFD674D10B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "c11346a9-b3ad-415c-bc36-5994a92e2e7a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3eb28bec-21fa-4610-adb7-e2de01f8bfa0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233925Z:3eb28bec-21fa-4610-adb7-e2de01f8bfa0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B39F2754EAB043FA84E52652FBF06DC9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9691" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Node-SystemIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Node-SystemIdentity-8wks\",\"repositorySiteName\":\"Functions-Node-SystemIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\",\"functions-node-systemidentity-8wks.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-node-systemidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-systemidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:38:53.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsnodesystemidentity8wks-0000000\",\"authentication\":{\"type\":\"systemassignedidentity\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Node-SystemIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Node-SystemIdentity-8wks\\\\$Functions-Node-SystemIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-node-systemidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5e857737-009d-47c8-93f4-a583e981abc5\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "404" ],
+ "x-ms-client-request-id": [ "a82b33ac-a33b-4d6f-81c4-3e8d456f5be6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0c49628e-41a0-45e2-9d20-b5102059ff93" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/182469b6-e19d-4e51-b202-b370cbc9d783" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "593b868e-253e-45b7-a43e-0d4ab90b933d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233925Z:593b868e-253e-45b7-a43e-0d4ab90b933d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9758365FE70A4A45B025ECDF761202B0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "779" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "405" ],
+ "x-ms-client-request-id": [ "cfd64343-9959-44d2-8757-22b2c4d7c783" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "196fb4eb-f570-4a11-a0c5-b8f7b60a2ec4" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/686fda24-c4df-431d-8d08-9c4cd71b4c73" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5716cf81-f211-4d57-95b9-5b366b10ed6c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233925Z:5716cf81-f211-4d57-95b9-5b366b10ed6c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 943B6FE64ABB454AB4868119E4D1D57C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4170" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":39265,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "406" ],
+ "x-ms-client-request-id": [ "1c9d6f30-18a6-4bf5-b5d8-72fd6929a73e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a013b114-1d7e-40da-a0cb-268551340c44" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b988ec5d-5c8d-4391-9d2c-8fe11d407b5e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233926Z:b988ec5d-5c8d-4391-9d2c-8fe11d407b5e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 71B1D29A293B4F50AF894F0784E8441D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:25 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1810" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62127,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62127\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":true,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":3,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:37:39.73\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "407" ],
+ "x-ms-client-request-id": [ "078db38d-cdc9-486e-a01d-ec346240292a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "33017428-06b4-4081-a931-740490b6c155" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/76e10789-8063-44a7-bdb3-d8c8f37ce318" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "10f81a34-5b30-4b25-b022-7683a5b3838b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233926Z:10f81a34-5b30-4b25-b022-7683a5b3838b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5EBDB17E84CF4555BB7AF95667E2676E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:25 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "779" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "408" ],
+ "x-ms-client-request-id": [ "2c7bec2f-106a-487c-82dc-6fefeed74635" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BFD674D10B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "732a1979-fb8d-4c20-9558-282e8b9fae48" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0ebd80c1-8ff9-47ec-982a-f2e33923b967" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233927Z:0ebd80c1-8ff9-47ec-982a-f2e33923b967" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 60FD974C3C3D4217A1BAA487D9A9FFC0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9691" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Node-SystemIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Node-SystemIdentity-8wks\",\"repositorySiteName\":\"Functions-Node-SystemIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\",\"functions-node-systemidentity-8wks.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-node-systemidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-systemidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:38:53.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsnodesystemidentity8wks-0000000\",\"authentication\":{\"type\":\"systemassignedidentity\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Node-SystemIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Node-SystemIdentity-8wks\\\\$Functions-Node-SystemIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-node-systemidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5e857737-009d-47c8-93f4-a583e981abc5\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "409" ],
+ "x-ms-client-request-id": [ "8c30777a-a82a-407e-b372-9b6c3ac6c826" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "5a9e746d-65d4-4070-88cd-e4c05cd22547" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/f6c67b63-b730-4883-92bc-3c3b38573036" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5e9a0084-0ec0-4704-94d7-9dbcff67391f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233927Z:5e9a0084-0ec0-4704-94d7-9dbcff67391f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9AD823DBD39C4C45816DC407A85A0035 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "779" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "410" ],
+ "x-ms-client-request-id": [ "4eae33c2-8d63-4bc2-95b7-f011e2c07bcc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e88c3c54-44a5-465f-87ee-bb9435f3ae19" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/b1e941b1-b7f6-44b5-86de-4f4a564d48bd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "26e2fd55-9db1-480a-97bb-f6f3c7bb1cb7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233928Z:26e2fd55-9db1-480a-97bb-f6f3c7bb1cb7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4459989EE79A4449B9A85BAC6034954C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:27Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4170" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":39265,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "411" ],
+ "x-ms-client-request-id": [ "26e24aea-75ad-4a02-a45a-0770e228e829" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BFD674D10B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "fb7db5f7-24cf-4bd8-a144-03b79dee594f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "820109bc-32a6-4c92-b63a-59e7bbdf43e3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233928Z:820109bc-32a6-4c92-b63a-59e7bbdf43e3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C4181C66969049F7ADEDE4D984BFCD55 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:27 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9691" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Node-SystemIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Node-SystemIdentity-8wks\",\"repositorySiteName\":\"Functions-Node-SystemIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-systemidentity-8wks.azurewebsites.net\",\"functions-node-systemidentity-8wks.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-node-systemidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-systemidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:38:53.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappnodesa8wks.blob.core.windows.net/app-package-functionsnodesystemidentity8wks-0000000\",\"authentication\":{\"type\":\"systemassignedidentity\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"node\",\"version\":\"22\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Node-SystemIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-Node-SystemIdentity-8wks\\\\$Functions-Node-SystemIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-node-systemidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5e857737-009d-47c8-93f4-a583e981abc5\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "412" ],
+ "x-ms-client-request-id": [ "97b51fbf-0b7c-46f0-8611-660a626b7074" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "3a615b31-b33b-4b16-b02a-9e1142eea4b5" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/069a34e8-81a3-4607-b030-4ae76ed3015c" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "976649e3-d881-4462-9e16-cafb303a47c5" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233928Z:976649e3-d881-4462-9e16-cafb303a47c5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F5DAF8F42055419ABF20D4C121E00C6A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:28Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "779" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappnodesa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "413" ],
+ "x-ms-client-request-id": [ "12fa51ba-542e-40ee-ba43-3a8d2c5fc129" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0f8839e7-3149-46e4-bcb0-26d033f5147f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/2a0008f8-2d75-4c89-9f22-0fb61fd32879" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0f713631-576f-4b9c-81b8-96c5796e3236" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233929Z:0f713631-576f-4b9c-81b8-96c5796e3236" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9FF3ADCD87ED463BA7867758FFFEDB3A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4170" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks/config/web\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":39265,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "414" ],
+ "x-ms-client-request-id": [ "d0732e53-48bc-4497-9787-353c60ac625a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "400889bb-db5a-4a58-9321-2e00a37906d3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d3543e78-01b8-48d9-9d17-5d12a11d4263" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233929Z:d3543e78-01b8-48d9-9d17-5d12a11d4263" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B3447451156444EDB3CBE2C74D40DA3E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1810" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62127,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":3,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62127\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":true,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":3,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:37:39.73\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Node-SystemIdentity-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "415" ],
+ "x-ms-client-request-id": [ "e792c9d4-d08e-4c53-a469-53f15b585e07" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55BFD674D10B\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "d68bac6e-e536-4fb4-919d-a98ee8f22f17" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/0f90b8f1-18d9-4a9f-89a0-48271c8b5989" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "a288e138-fe31-4fc1-95d9-fc1569b19f74" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233946Z:a288e138-fe31-4fc1-95d9-fc1569b19f74" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9CBCF541D9764F53A511D78A30A706B4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:46 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Pwsh-UserAssignedIdentity-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "77" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "66cd49b6-e1d5-4cf3-b7aa-3697a0c80644" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/bf613f80-7322-4249-ab47-f4ce669a226d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "20b6c2f3-ca35-4061-a7f5-df09f0dfcc00" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T233947Z:20b6c2f3-ca35-4061-a7f5-df09f0dfcc00" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FE0304ABA1E540F0AEB9C319E8F02AE9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:46 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "55d464e6-21f7-4f3d-9e15-a299d0e5186c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/34dd963b-ac5c-4445-8c57-fa029d69e162" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "2a62dc3c-ce47-4541-a3cc-e54ba38ac514" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T233951Z:2a62dc3c-ce47-4541-a3cc-e54ba38ac514" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DC9641C6B87C48F2A21586371F25047E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:39:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:39:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52644,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52644\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:39:51.5966667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "419" ],
+ "x-ms-client-request-id": [ "27a50bd1-edaf-46d6-966e-140a06abfab1" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "803ea1c9-8e77-48a8-9e5f-b359e803959c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "357693ca-aa92-46cd-8c9c-2c1b8df6cbc0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234022Z:357693ca-aa92-46cd-8c9c-2c1b8df6cbc0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B98225FB3E6045A9BAB9B0C9FDFAE882 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52644,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52644\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:39:51.5966667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "420" ],
+ "x-ms-client-request-id": [ "27a50bd1-edaf-46d6-966e-140a06abfab1" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "59967822-362c-4989-af65-3902c0ea5ccc" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9d8681c9-d4b0-4af0-bbe0-06dd953c3e9d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234022Z:9d8681c9-d4b0-4af0-bbe0-06dd953c3e9d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7DEF065AEDA64EC4B524F0E37CDCF83A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52644,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52644\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:39:51.5966667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "421" ],
+ "x-ms-client-request-id": [ "5a9d558a-75a5-4000-be0e-6438ce08111b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "cab5577e-2cd9-4943-bac7-18256d438641", "d18bb21b-9dfc-4caa-8e57-5af02b54b7ff", "f2c79367-1714-486c-ad59-920beee36707" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "932efe96-a080-4c77-8a26-9ae717bca1c7" ],
+ "x-ms-correlation-request-id": [ "932efe96-a080-4c77-8a26-9ae717bca1c7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234023Z:932efe96-a080-4c77-8a26-9ae717bca1c7" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 317FD33A107A4EB79B99396781BA2F2A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:23 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspwshuserassignedidentit-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspwshuserassignedidentit-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "422" ],
+ "x-ms-client-request-id": [ "bb661563-7048-4ca7-ab5c-03fecc4b1912" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "0853c458-6e20-487d-8f5e-39164d2a0ef7" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f907c87e-df68-4659-a0c7-93810774726e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bfcf423f-9f7f-4bec-93b1-b38127a6f7cc" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234024Z:bfcf423f-9f7f-4bec-93b1-b38127a6f7cc" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0E69ABD2712B4EE6B58B63C68D89E623 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:700020a9-e01e-0012-15c0-559f69000000\\nTime:2025-11-14T23:40:24.0378076Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspwshuserassignedidentit-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspwshuserassignedidentit-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D72EFC4F22\"" ],
+ "x-ms-request-id": [ "3bffeafd-7ecb-472b-ab8c-0ed93fb11f52" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/15af26ea-285c-4cdc-986e-3324fd343444" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "5a4e099a-a839-45bb-b172-f22c50b9d632" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234024Z:5a4e099a-a839-45bb-b172-f22c50b9d632" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 73745E8888B949C2B708D16D1D188844 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "468" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspwshuserassignedidentit-0000000\",\"name\":\"app-package-functionspwshuserassignedidentit-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks?api-version=2018-11-30+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks?api-version=2018-11-30",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "424" ],
+ "x-ms-client-request-id": [ "5e56e649-a4ef-4df9-9fa2-f9265d8451d2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzUserAssignedIdentity" ],
+ "FullCommandName": [ "Get-AzUserAssignedIdentity_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "6dd18cb6-2cdd-4acd-9418-139ebc4bfc80" ],
+ "x-ms-correlation-request-id": [ "6dd18cb6-2cdd-4acd-9418-139ebc4bfc80" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234025Z:6dd18cb6-2cdd-4acd-9418-139ebc4bfc80" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5ECCA64327B64039A1522E8B23AF7C9C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:25 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "466" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"location\":\"eastasia\",\"tags\":{},\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\",\"name\":\"my-flex-app-uai-8wks\",\"type\":\"Microsoft.ManagedIdentity/userAssignedIdentities\",\"properties\":{\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"505c3830-c2b6-469b-b4a8-2fd6a6d49baa\",\"clientId\":\"fd4d02c5-7641-4da1-a89a-769cdb50014b\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "425" ],
+ "x-ms-client-request-id": [ "f1653ec0-2d68-44bd-80ec-ef7247c2218d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "bf5ad0b0-d75f-4e96-b17b-59dbf936e138", "caf8c30e-5af4-497b-8de2-dd41e39d20d8", "f30fca8d-3739-4673-b931-13708b01f234" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "9d69aa5a-2afd-4ec5-9df2-9f405982d08a" ],
+ "x-ms-correlation-request-id": [ "9d69aa5a-2afd-4ec5-9df2-9f405982d08a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234025Z:9d69aa5a-2afd-4ec5-9df2-9f405982d08a" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DFFC3D62A7734C1B8D996446ADD58724 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "426" ],
+ "x-ms-client-request-id": [ "5a09d791-3538-4bed-a83f-0b95e3c3b7e4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "4c047c88-403f-44ee-9e16-a1d75bf9cc7e" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/45297ae2-f1da-44bd-9d70-e01960a60a54" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "955c8763-618b-4328-b9fb-ea0d9937a0d7" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234026Z:955c8763-618b-4328-b9fb-ea0d9937a0d7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D4D84C38BF0F4C3582D995592B2248C4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:26 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2015-05-01+11": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/bc4d85c5-21d5-492c-afe1-4f794dce5404" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "4f5125ac-4f74-4beb-bbbe-7610960dff61" ],
+ "x-ms-correlation-request-id": [ "4f5125ac-4f74-4beb-bbbe-7610960dff61" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234040Z:4f5125ac-4f74-4beb-bbbe-7610960dff61" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FA79F679B0F64E3AA48358FAE14EFFC3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:40:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1696" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9c031d63-0000-0200-0000-6917bdf80000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Pwsh-UserAssignedIdentity-8wks\",\r\n \"name\": \"Functions-Pwsh-UserAssignedIdentity-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Pwsh-UserAssignedIdentity-8wks\",\r\n \"AppId\": \"6496531f-759a-4e89-9157-c2dd51765c50\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"7cef9acb-a11b-4b8b-bc2a-c2f8f6857e4d\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Pwsh-UserAssignedIdentity-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:40:27.9512322+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-pwsh-userassignedidentity-8wks_6496531f-759a-4e89-9157-c2dd51765c50_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Pwsh-UserAssignedIdentity-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"UserAssignedIdentity\",\r\n \"userAssignedIdentityResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspwshuserassignedidentit-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"powershell\",\r\n \"version\": \"7.4\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\": {\r\n }\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "2100" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0183FFA00\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "fa183bf0-9e35-4d2d-8e2d-1bd579089655" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/5b67b7e4-c6ba-412a-ba0c-d9286c72ead5" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "259d9220-ec3a-492c-83ec-1c239f03f3ed" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234104Z:259d9220-ec3a-492c-83ec-1c239f03f3ed" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 72F488F2AAB54D099B10E9AA7B70902D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:40:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:04 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "10169" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"repositorySiteName\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"functions-pwsh-userassignedidentity-8wks.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-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-pwsh-userassignedidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:40:43.8233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspwshuserassignedidentit-0000000\",\"authentication\":{\"type\":\"userassignedidentity\",\"userAssignedIdentityResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\",\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Pwsh-UserAssignedIdentity-8wks\\\\$Functions-Pwsh-UserAssignedIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\":{\"principalId\":\"505c3830-c2b6-469b-b4a8-2fd6a6d49baa\",\"clientId\":\"fd4d02c5-7641-4da1-a89a-769cdb50014b\"}}}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "429" ],
+ "x-ms-client-request-id": [ "3339508f-bc6b-45b2-ade0-6ffa0a1ea49e" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C024587E55\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a0e3341e-fd4f-42d7-9894-3ba77a2d2f86" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bc7d3f72-324b-47c6-a9b0-8a4a268de515" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234135Z:bc7d3f72-324b-47c6-a9b0-8a4a268de515" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 78FB9E48DF684C859DB1E0201D26CC53 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:35 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "10146" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"repositorySiteName\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"functions-pwsh-userassignedidentity-8wks.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-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-pwsh-userassignedidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:41:04.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspwshuserassignedidentit-0000000\",\"authentication\":{\"type\":\"userassignedidentity\",\"userAssignedIdentityResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\",\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Pwsh-UserAssignedIdentity-8wks\\\\$Functions-Pwsh-UserAssignedIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\":{\"principalId\":\"505c3830-c2b6-469b-b4a8-2fd6a6d49baa\",\"clientId\":\"fd4d02c5-7641-4da1-a89a-769cdb50014b\"}}}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "430" ],
+ "x-ms-client-request-id": [ "9fdfbe1d-3564-4485-8de5-80b1a21ac142" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C024587E55\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "7d041514-4c19-4b12-b122-fc0ad34a034e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "64e5b3a4-d0db-4de2-8f64-8cb83534a8e8" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234136Z:64e5b3a4-d0db-4de2-8f64-8cb83534a8e8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8BE6E5F5CBB24BB2ABBEA3BB66D8775B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "10146" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"repositorySiteName\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"functions-pwsh-userassignedidentity-8wks.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-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-pwsh-userassignedidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:41:04.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspwshuserassignedidentit-0000000\",\"authentication\":{\"type\":\"userassignedidentity\",\"userAssignedIdentityResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\",\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Pwsh-UserAssignedIdentity-8wks\\\\$Functions-Pwsh-UserAssignedIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\":{\"principalId\":\"505c3830-c2b6-469b-b4a8-2fd6a6d49baa\",\"clientId\":\"fd4d02c5-7641-4da1-a89a-769cdb50014b\"}}}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "431" ],
+ "x-ms-client-request-id": [ "d24d38d3-2764-4a1e-af78-33790017dcd8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a3fcccfd-98a2-4185-9da9-4b7f8f2019c1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6c207c97-fc90-4405-8de4-7480faf07018" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "ec87d390-398b-49ea-bada-0622e2e3911c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234136Z:ec87d390-398b-49ea-bada-0622e2e3911c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: ECE42944DB374FB5A3234E1AF4D45D98 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "791" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "432" ],
+ "x-ms-client-request-id": [ "a13ba24c-9b4f-46c7-a9aa-5a2c06411b34" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e6fe6148-18f3-4f52-8e12-9a2417ad75e8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ca996458-9d4e-4c06-88fe-2d006d6f44c3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "ca564b49-618e-40d0-b5ed-de73380632a1" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234137Z:ca564b49-618e-40d0-b5ed-de73380632a1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1ED13F67427848ED9C6DF1F732794FBF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4182" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":33721,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "433" ],
+ "x-ms-client-request-id": [ "9eab53b0-a668-465e-aab4-2a829fae368d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "310f6934-638a-4b2c-bfce-27395462fb26" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a389b7cb-c506-4753-953b-d5398a150641" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234137Z:a389b7cb-c506-4753-953b-d5398a150641" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 54D1078806594172ACC46DDD8214DCE9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52644,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52644\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:39:51.5966667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "434" ],
+ "x-ms-client-request-id": [ "ff1814ef-e226-4236-9bd8-21468c38681b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a898c569-e7de-44af-a805-54d2fd40e5e8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/12735590-e442-4fef-b647-00628a84c281" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "6bda7635-8790-41da-8e81-e26880df5495" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234139Z:6bda7635-8790-41da-8e81-e26880df5495" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C64005C900DE4DAABF47C48217F09AF5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "791" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "435" ],
+ "x-ms-client-request-id": [ "7a112be5-62cb-4741-8159-2ca072899edc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C024587E55\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "6dc4f91a-7f63-49e2-9d5c-f08c9a3ad9a3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2d16a253-c79e-409b-b9fd-4e4373039852" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234139Z:2d16a253-c79e-409b-b9fd-4e4373039852" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0ACD918279BF491B94E15BAC9A092D9E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "10146" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"repositorySiteName\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"functions-pwsh-userassignedidentity-8wks.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-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-pwsh-userassignedidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:41:04.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspwshuserassignedidentit-0000000\",\"authentication\":{\"type\":\"userassignedidentity\",\"userAssignedIdentityResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\",\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Pwsh-UserAssignedIdentity-8wks\\\\$Functions-Pwsh-UserAssignedIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\":{\"principalId\":\"505c3830-c2b6-469b-b4a8-2fd6a6d49baa\",\"clientId\":\"fd4d02c5-7641-4da1-a89a-769cdb50014b\"}}}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "436" ],
+ "x-ms-client-request-id": [ "0dcd68ec-ca67-4087-b977-ed844187c472" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a1519c27-d21a-4290-b7db-98db684638d8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6c559405-473c-47ed-8143-f80b01ccee53" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "2f7ee628-930a-4339-bf97-bab1dfd82ea5" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234140Z:2f7ee628-930a-4339-bf97-bab1dfd82ea5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6EE754D499064B2BB50EA5B6DCBF44F6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "791" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "437" ],
+ "x-ms-client-request-id": [ "6d8cde93-21fa-4d68-8491-21615d1a8d9f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "de2517d0-e4a9-4931-9f85-f1844b3cd9f1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/caf185c8-33d9-4635-b80b-e7a2b120d017" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9aa070c6-9323-4ee2-8b5e-f92d215bec48" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234140Z:9aa070c6-9323-4ee2-8b5e-f92d215bec48" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 103096C211854BC8A2E6530AEE2273F0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4182" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":33721,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "438" ],
+ "x-ms-client-request-id": [ "44642e30-6ff1-4443-95fa-01ab063cc7a2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C024587E55\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a56a6066-454e-4a60-85cb-f53e358dea17" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a9a0b727-07b4-4686-ba73-c98da8163d13" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234141Z:a9a0b727-07b4-4686-ba73-c98da8163d13" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EF1BA01FD64949E2B382F1481566408D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "10146" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Pwsh-UserAssignedIdentity-8wks\",\"repositorySiteName\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"functions-pwsh-userassignedidentity-8wks.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-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-pwsh-userassignedidentity-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:41:04.6133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspwshuserassignedidentit-0000000\",\"authentication\":{\"type\":\"userassignedidentity\",\"userAssignedIdentityResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\",\"storageAccountConnectionStringName\":null}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Pwsh-UserAssignedIdentity-8wks\\\\$Functions-Pwsh-UserAssignedIdentity-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-pwsh-userassignedidentity-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Flex-RG-8wks/providers/Microsoft.ManagedIdentity/userAssignedIdentities/my-flex-app-uai-8wks\":{\"principalId\":\"505c3830-c2b6-469b-b4a8-2fd6a6d49baa\",\"clientId\":\"fd4d02c5-7641-4da1-a89a-769cdb50014b\"}}}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "439" ],
+ "x-ms-client-request-id": [ "d893af01-a9fd-4e2b-93f3-eb44601f8cd0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "1e6563ca-5db3-4eda-9c3a-40a19d5a7cae" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/a6bf3bf0-98f7-44fe-8e39-7bee3aedff34" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "8a820eee-3ff7-4849-bc1c-b5a7b70652d7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234141Z:8a820eee-3ff7-4849-bc1c-b5a7b70652d7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8BA9B67CF056480494A4435B7CD2A17A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "791" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "440" ],
+ "x-ms-client-request-id": [ "688c1958-ac9a-4ac6-a8ad-679db9b3b5e2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "0bc94a46-4613-4085-b2c1-a7ff0ed61853" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ce325d14-c314-4b31-9c48-2829c1b734bf" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "260a8395-cee8-4c88-968c-7b28ec306b36" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234142Z:260a8395-cee8-4c88-968c-7b28ec306b36" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 917BC54AE10A4BF3824F21AC33309F87 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4182" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks/config/web\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":33721,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "441" ],
+ "x-ms-client-request-id": [ "047960d3-a528-4635-b7f0-332490b7bbad" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e2368e4d-5d04-4948-953f-dc69cd6f123b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f05960e8-5736-48a2-9c1a-eb4df6b59af3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234142Z:f05960e8-5736-48a2-9c1a-eb4df6b59af3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 155D61D6514D4E04A7B545B3F16FC9B8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:42 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52644,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52644\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:39:51.5966667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Pwsh-UserAssignedIdentity-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "442" ],
+ "x-ms-client-request-id": [ "17db1433-40ee-428f-b224-960a704b4d1c" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C024587E55\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "63250473-1a39-4707-becd-698a21163faf" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/cb6b88a1-29cc-46f1-98b0-e2ae1c94eb10" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "557162c4-0d6c-4510-b998-470492570cf5" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234159Z:557162c4-0d6c-4510-b998-470492570cf5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1A39F290771A437298A1B697A747B4E3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:42Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:41:59 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-PS-CustomConfig-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "67" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "45e3ccf5-fd03-4149-8471-cb29c445ee14" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/1c9bc1da-7b07-48ed-98d9-6c2d05ecfe4b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "55144e70-d94d-40db-9c66-ea072dd92b57" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234200Z:55144e70-d94d-40db-9c66-ea072dd92b57" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FBEE9137A247448C924A3AC1377C58BA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:41:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:00 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "e1065e14-89a7-42a6-aa25-94bc512ee7c0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/0a19c10c-a831-4b83-a18b-1c78f45001f4" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "cccb586c-8b64-4620-adb7-925127d24ddf" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234205Z:cccb586c-8b64-4620-adb7-925127d24ddf" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F1CC7C19D9714E41922A7C7557499ABB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:05 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":62128,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62128\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:42:05.3633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "446" ],
+ "x-ms-client-request-id": [ "6d9dd807-6ead-4c57-be69-7be314d67daf" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "bbd34050-da6c-43e9-b1f2-6ce91cfda910" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "16ec95da-101b-41d2-b45c-c628c5243aca" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234236Z:16ec95da-101b-41d2-b45c-c628c5243aca" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 32077A468A064C87AE9C2A63865D3C6F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62128,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62128\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:42:05.3633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "447" ],
+ "x-ms-client-request-id": [ "6d9dd807-6ead-4c57-be69-7be314d67daf" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "52998110-3f21-453d-935e-7837cb8bc989" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6aaaa21f-55e0-4ed8-ace4-10587e5ac1a0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234236Z:6aaaa21f-55e0-4ed8-ace4-10587e5ac1a0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BEF67087D4BC4653A0511C5F60322E25 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62128,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62128\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:42:05.3633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "448" ],
+ "x-ms-client-request-id": [ "d2f39e93-5ac2-4c21-b170-b35698cfe65e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "edb762bf-4e42-4f08-9878-6ef36365399d", "8fa13dd9-a409-4c05-bcb4-79943116239b", "ea5d3fc5-f0b2-4818-afdf-5430f13a05a8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "b3de103a-b2b5-4713-b1a9-1ba5e691ff4d" ],
+ "x-ms-correlation-request-id": [ "b3de103a-b2b5-4713-b1a9-1ba5e691ff4d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234237Z:b3de103a-b2b5-4713-b1a9-1ba5e691ff4d" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C06B849687114F99B5C33DA7D9D2293D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:37 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspscustomconfig8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspscustomconfig8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "449" ],
+ "x-ms-client-request-id": [ "174e8c15-9a2c-4f67-bd56-4f6b15c77b3a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "8fc3aca3-9f1a-476e-9c6e-40ce1663ba5f" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/cebaa517-c88e-4b6d-8f66-11bb4077a303" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d83334d4-be92-4928-a9f0-4695de880437" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234238Z:d83334d4-be92-4928-a9f0-4695de880437" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6E39CC453B104EDD94BB7B025B3EB04F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:7000dd70-e01e-0012-38c0-559f69000000\\nTime:2025-11-14T23:42:38.0528788Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspscustomconfig8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspscustomconfig8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D77F0B37F2\"" ],
+ "x-ms-request-id": [ "d763011a-9854-4ee9-b001-8e3f61a93880" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ccca73d7-9659-484c-939a-09f9c4bb141d" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "e5f0821c-abd2-4378-8393-39caca810f13" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234239Z:e5f0821c-abd2-4378-8393-39caca810f13" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1889048792BF49529F367CACAFA1DF58 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "458" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionspscustomconfig8wks-0000000\",\"name\":\"app-package-functionspscustomconfig8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "451" ],
+ "x-ms-client-request-id": [ "74b085f1-c77f-4a63-b084-5b86e2af5df2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "dfa28f73-3c88-4608-a065-1dedabbfb0d0", "044e7266-e3ad-4b14-9ea4-ae310dd0d703", "855f1c36-a662-4a46-b52d-d4a2cc9563b8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "37770f17-5103-496e-a633-fa75fc731990" ],
+ "x-ms-correlation-request-id": [ "37770f17-5103-496e-a633-fa75fc731990" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234239Z:37770f17-5103-496e-a633-fa75fc731990" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 196622007D5F4E01A45D6813FAE2CC17 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:39Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "452" ],
+ "x-ms-client-request-id": [ "6534a6d8-e910-43f2-8d40-33cb23b9edb6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "5f1cf03a-a430-4a2f-a786-5b0329b9e53e" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/86cc6aba-64e1-4013-940c-00d80ebff2ac" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "bf475a8e-d569-4168-ba64-5ad4dab8b712" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234240Z:bf475a8e-d569-4168-ba64-5ad4dab8b712" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 06AEAB567C944C17ACC319AA97566728 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "453" ],
+ "x-ms-client-request-id": [ "fe2fca93-9a67-411f-af40-549c49d5d944" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "b9df7817-8cf8-42d0-b197-ac49a03fe5f6", "d0225e73-ed57-45a7-a4ef-d9c160fc6ed7", "ac6659f6-1dbc-4d57-97fd-e85cc98a7419" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "ddcbc523-b575-4ac6-a95e-1865b98cabe2" ],
+ "x-ms-correlation-request-id": [ "ddcbc523-b575-4ac6-a95e-1865b98cabe2" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234241Z:ddcbc523-b575-4ac6-a95e-1865b98cabe2" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D5BCD359620F416782CF6BDFB3098B6A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:40Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "454" ],
+ "x-ms-client-request-id": [ "cc071369-f35c-44da-bf19-cca2eefc1ba3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "56a8bde0-01be-41c5-814a-1b097ef7a69f" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/01c080b8-1a50-454b-8dcf-9c7013708bff" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c487a7d8-d1dd-44a0-9cc9-779a64131d72" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234241Z:c487a7d8-d1dd-44a0-9cc9-779a64131d72" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 27701914268F406F8546A7F0CB153404 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:41 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-PS-CustomConfig-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-PS-CustomConfig-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/b3f66ab2-75a9-4202-8adc-f8febc66ba71" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "f73b7b14-ed75-4414-b430-db630de65db7" ],
+ "x-ms-correlation-request-id": [ "f73b7b14-ed75-4414-b430-db630de65db7" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234252Z:f73b7b14-ed75-4414-b430-db630de65db7" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E809F536ADDF44649577D25CFB20B595 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:41Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:42:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1636" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9c03d074-0000-0200-0000-6917be7c0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-PS-CustomConfig-8wks\",\r\n \"name\": \"Functions-PS-CustomConfig-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PS-CustomConfig-8wks\",\r\n \"AppId\": \"9e4ef079-b604-4ada-a5d5-cf132f19de8f\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ad9ec0d5-2e6b-4def-8f4a-6338616618e3\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-PS-CustomConfig-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:42:44.0467968+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-ps-customconfig-8wks_9e4ef079-b604-4ada-a5d5-cf132f19de8f_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PS-CustomConfig-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"Project\": \"FlexConsumption\",\r\n \"Environment\": \"Test\",\r\n \"Owner\": \"PowerShell\"\r\n },\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspscustomconfig8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"powershell\",\r\n \"version\": \"7.4\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"CustomSetting2\",\r\n \"value\": \"Value2\"\r\n },\r\n {\r\n \"name\": \"CustomSetting1\",\r\n \"value\": \"Value1\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "2283" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C066F53520\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "4eeeff1c-064b-4a00-8bec-a02f5a82c229" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/d7e8ccf4-6c17-4224-aa81-8e629d5c0f60" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "5ed26244-35a2-47c2-8d9b-5960d4aebaaf" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234317Z:5ed26244-35a2-47c2-8d9b-5960d4aebaaf" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FEA9D4870F0644ABA8E7634E4FB94ACC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:42:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9710" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"name\":\"Functions-PS-CustomConfig-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-PS-CustomConfig-8wks\",\"repositorySiteName\":\"Functions-PS-CustomConfig-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\",\"functions-ps-customconfig-8wks.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-ps-customconfig-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-ps-customconfig-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:42:55.38\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspscustomconfig8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-PS-CustomConfig-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-PS-CustomConfig-8wks\\\\$Functions-PS-CustomConfig-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-ps-customconfig-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "457" ],
+ "x-ms-client-request-id": [ "7fbb7763-d235-4ead-aa64-e9e8a90834d5" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C07390F335\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "3b9dcae8-7c3e-41ab-b861-684f4835dbfe" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f2aab95a-353f-4482-bc57-f37468cfb1d8" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234348Z:f2aab95a-353f-4482-bc57-f37468cfb1d8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C9CC9C90718443AF93A0CE9AD4BF5532 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9692" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"name\":\"Functions-PS-CustomConfig-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-PS-CustomConfig-8wks\",\"repositorySiteName\":\"Functions-PS-CustomConfig-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\",\"functions-ps-customconfig-8wks.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-ps-customconfig-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-ps-customconfig-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:43:17.5233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspscustomconfig8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-PS-CustomConfig-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-PS-CustomConfig-8wks\\\\$Functions-PS-CustomConfig-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-ps-customconfig-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "458" ],
+ "x-ms-client-request-id": [ "2a4ad380-6291-45ce-abf9-b5cd6c939605" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C07390F335\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "694a88b3-66ae-49b1-9b2a-8d3d9f3945bb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "28a0aecd-03c4-4dac-a493-fd70518ddd01" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234348Z:28a0aecd-03c4-4dac-a493-fd70518ddd01" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EAB4B01933A4493695D4850EC9E78FBB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9692" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"name\":\"Functions-PS-CustomConfig-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-PS-CustomConfig-8wks\",\"repositorySiteName\":\"Functions-PS-CustomConfig-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\",\"functions-ps-customconfig-8wks.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-ps-customconfig-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-ps-customconfig-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:43:17.5233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspscustomconfig8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-PS-CustomConfig-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-PS-CustomConfig-8wks\\\\$Functions-PS-CustomConfig-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-ps-customconfig-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "459" ],
+ "x-ms-client-request-id": [ "e064815b-6e64-4690-aa00-abdd9093a633" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "554fe542-a41c-4067-ba1e-408d21089fb1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e0b61056-933f-44b4-bf84-c5763db0fd6f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "0ae77962-92ff-46b9-a0ed-caf64905467a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234349Z:0ae77962-92ff-46b9-a0ed-caf64905467a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2205AB291C44450C9C36672B81174F53 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1152" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"CustomSetting2\":\"Value2\",\"CustomSetting1\":\"Value1\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "460" ],
+ "x-ms-client-request-id": [ "37577be0-7779-4aed-8c27-32fe49b4c8a3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "27c9ff22-6a72-4633-9089-194954415daa" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6747dd64-768e-49cb-80e9-3d59412655dd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9429b0cf-ae44-4e0d-8272-00d9539ea23c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234349Z:9429b0cf-ae44-4e0d-8272-00d9539ea23c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 64252197325D4B7F86F5F67DD3DF6D2F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4240" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "461" ],
+ "x-ms-client-request-id": [ "5f56f3fe-3dff-497d-ab8b-23c5161a35f9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "f0de2aee-b05b-4d05-bbc7-7ea929cf9a72" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/9c7f30ab-955a-40bd-a12c-43a5ce6127de" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a4215234-c7c5-476b-8dd8-f428590b0557" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234350Z:a4215234-c7c5-476b-8dd8-f428590b0557" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F864ED8F6A364C98976EA57416385059 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1152" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"CustomSetting2\":\"Value2\",\"CustomSetting1\":\"Value1\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "462" ],
+ "x-ms-client-request-id": [ "34837825-4b75-48d7-b7c7-a5e89fa23cfb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "200568cc-c3f3-4434-8912-91c9bc6fa8e7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7a8cee07-192e-411a-88bd-ae8f4475eaf8" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234350Z:7a8cee07-192e-411a-88bd-ae8f4475eaf8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 09C94F3ACAF44FE2BFC94E297BE3DA14 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62128,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62128\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:42:05.3633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "463" ],
+ "x-ms-client-request-id": [ "85047d0d-e413-4905-b494-cdcc39351fab" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C07390F335\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "cf9a8d2d-3dab-41d4-ad59-f2bc12d94c28" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "45a5288c-b983-4d61-8a19-bd898b2ecece" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234351Z:45a5288c-b983-4d61-8a19-bd898b2ecece" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 48241A71721B470D9D92C5FD2D1E772A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9692" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"name\":\"Functions-PS-CustomConfig-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-PS-CustomConfig-8wks\",\"repositorySiteName\":\"Functions-PS-CustomConfig-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\",\"functions-ps-customconfig-8wks.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-ps-customconfig-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-ps-customconfig-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:43:17.5233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspscustomconfig8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-PS-CustomConfig-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-PS-CustomConfig-8wks\\\\$Functions-PS-CustomConfig-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-ps-customconfig-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "464" ],
+ "x-ms-client-request-id": [ "117372ef-00aa-4067-88ff-debf058f96cf" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "482f4ebf-7be5-4e36-80f5-914de64da967" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/26505ad0-ac6d-417a-8000-e1295d228cde" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5a34120e-c479-480f-8440-8a1ec0bfb7d5" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234351Z:5a34120e-c479-480f-8440-8a1ec0bfb7d5" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5CFF01916AC4478B8D264EE6C4254A9D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1152" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"CustomSetting2\":\"Value2\",\"CustomSetting1\":\"Value1\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "465" ],
+ "x-ms-client-request-id": [ "35bdf072-fab7-4ae2-b44a-03513b93d6a4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "25d000f8-f1a1-4d1b-bc52-8ce60066f96b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/57fc5f52-37a3-4d1d-b37d-2231789ca4ee" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d131fc20-db0b-46b6-bac8-9692f1cd9995" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234351Z:d131fc20-db0b-46b6-bac8-9692f1cd9995" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0AD9B855460A4FCB88C409A8F9E7EA55 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4240" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "466" ],
+ "x-ms-client-request-id": [ "9d72b024-5ce7-4e55-b381-a3558e66f8a3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C07390F335\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "e79cdc0b-fa7a-4276-8765-94c2cfa70128" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "828b9f0a-6460-4e48-92a3-f1a22136fc47" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234352Z:828b9f0a-6460-4e48-92a3-f1a22136fc47" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9B1F6C9F240A45E8BB05CADF012A6B5F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9692" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"name\":\"Functions-PS-CustomConfig-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-055.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-PS-CustomConfig-8wks\",\"repositorySiteName\":\"Functions-PS-CustomConfig-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-ps-customconfig-8wks.azurewebsites.net\",\"functions-ps-customconfig-8wks.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-ps-customconfig-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-ps-customconfig-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:43:17.5233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionspscustomconfig8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-PS-CustomConfig-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.87\",\"possibleInboundIpAddresses\":\"20.205.69.87\",\"inboundIpv6Address\":\"2603:1040:207:3::41e\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41e\",\"ftpUsername\":\"Functions-PS-CustomConfig-8wks\\\\$Functions-PS-CustomConfig-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-055.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.205.69.87\",\"possibleOutboundIpAddresses\":\"20.187.161.60,20.187.163.128,20.187.164.27,20.187.165.144,20.187.166.5,20.187.166.169,20.255.205.53,20.255.205.111,20.255.205.117,20.255.205.135,20.255.205.201,20.255.205.238,20.255.206.2,20.255.206.57,20.255.206.89,20.255.206.100,20.255.206.147,20.2.56.137,20.2.56.202,20.2.58.65,20.2.59.169,20.2.61.23,20.2.62.58,20.2.62.103,20.2.62.118,20.2.63.46,20.6.144.10,20.24.125.44,20.24.125.116,20.239.124.22,20.205.69.87\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1a5,2603:1040:204:3::1a7,2603:1040:204:3::1a9,2603:1040:204:3::1ab,2603:1040:204:3::1ad,2603:1040:204:3::1af,2603:1040:204:3::17e,2603:1040:204:3::182,2603:1040:204:3::183,2603:1040:204:3::186,2603:1040:204:3::188,2603:1040:204:3::189,2603:1040:204:3::18c,2603:1040:204:3::18d,2603:1040:204:3::18f,2603:1040:204:3::192,2603:1040:204:3::194,2603:1040:204:3::196,2603:1040:204:3::198,2603:1040:204:3::199,2603:1040:204:3::19b,2603:1040:204:3::19c,2603:1040:204:3::19d,2603:1040:204:3::19e,2603:1040:204:3::19f,2603:1040:204:3::1a0,2603:1040:204:3::1a1,2603:1040:204:3::1a2,2603:1040:204:3::1a3,2603:1040:204:3::1a4,2603:1040:207:3::41e,2603:10e1:100:2::14cd:4557\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-055\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-ps-customconfig-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "467" ],
+ "x-ms-client-request-id": [ "d90b352d-4056-4973-988e-29626abab5ba" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "6f20d364-b2bc-42d5-b3db-e8488024cf7f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ceecbaf6-b968-46c3-990d-f79a7ae208d1" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "deb8092b-50c4-43de-aecc-0f4255fecbfe" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234352Z:deb8092b-50c4-43de-aecc-0f4255fecbfe" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 552DDA032A704CA69E6A50D4E19BBB96 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1152" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"CustomSetting2\":\"Value2\",\"CustomSetting1\":\"Value1\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "468" ],
+ "x-ms-client-request-id": [ "3087fa2a-e76b-4212-9dcc-879f2d6b3d97" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "f58b2776-315e-4a8a-9d91-8472fa250fa6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e8f83ece-7aec-4020-b3b2-a9337fe6ba78" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "96ce98b7-6b34-4f5f-9f2f-817e4310894c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234353Z:96ce98b7-6b34-4f5f-9f2f-817e4310894c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E4C9E46CB8BE40C89CF34255E052660C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4240" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks/config/web\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"tags\":{\"Project\":\"FlexConsumption\",\"Environment\":\"Test\",\"Owner\":\"PowerShell\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "469" ],
+ "x-ms-client-request-id": [ "3a403725-cd37-4ab5-ba88-606a98c4f9f0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "2e8bc5c4-43ef-49cd-b424-6da6cb34da73" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "79578f40-0c78-4026-b0ec-81d837fa6226" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234353Z:79578f40-0c78-4026-b0ec-81d837fa6226" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1D93E1907F674313A89CF9F8E3AAD1AB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:43:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":62128,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-055_62128\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:42:05.3633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create PowerShell Flex Consumption app with custom tags and app settings+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-PS-CustomConfig-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "470" ],
+ "x-ms-client-request-id": [ "fdd0134a-35ee-4638-897c-79ec51ecf6bb" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C07390F335\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "6eaa9089-ea77-47a2-93c5-86b125838790" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/3de557a4-0821-47ff-8a8d-dc9e63f2002b" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "bcc38664-aedf-48cd-acbb-912c00007199" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234411Z:bcc38664-aedf-48cd-acbb-912c00007199" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DB18A578CD774C8BA5030BA3877B3942 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:43:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Java-NoAppInsights-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "70" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "d2c5b551-5a82-4baa-b442-8df60536733e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/uksouth/f890d345-fe44-4b56-9f2b-63aa10501e89" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "06a14b7c-c622-4505-bf7d-ed771b15cd21" ],
+ "x-ms-routing-request-id": [ "UKSOUTH:20251114T234413Z:06a14b7c-c622-4505-bf7d-ed771b15cd21" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1917A7D2A1D64482A70821F8269541DF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "27e4e6dd-09e8-4048-9e06-887ca6823e15" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/d332bed0-155a-4748-b99a-71fa90f56fab" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "426d15f5-6ef9-4c2d-8484-165ad0b96217" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234418Z:426d15f5-6ef9-4c2d-8484-165ad0b96217" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4DA986E634D1481780E9ECC683B5DC02 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1902" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52645,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52645\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:44:18.57\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "474" ],
+ "x-ms-client-request-id": [ "11e15c8d-80bf-441b-b1f1-b049a018a658" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "5e1dce5b-7480-4ffc-94a8-21e5fb6df9d7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "deed9f74-30cf-4648-b322-3d05efc02c92" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234449Z:deed9f74-30cf-4648-b322-3d05efc02c92" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 412265A7318B48A8B5D50B4C51FCB09A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52645,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52645\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:44:18.57\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "475" ],
+ "x-ms-client-request-id": [ "11e15c8d-80bf-441b-b1f1-b049a018a658" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "553b55c6-60bc-44a7-926d-001a5d2e3cd3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "465e6184-6a6f-45cc-a786-b75c216b960e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234449Z:465e6184-6a6f-45cc-a786-b75c216b960e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 398613579D564C5C92213B84090EF179 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52645,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52645\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:44:18.57\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "476" ],
+ "x-ms-client-request-id": [ "b8a25815-411e-4540-a7c8-d49109a3e709" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "c627a1ef-c1ad-4a07-8ec6-70dc7e0928d0", "3f6ee854-3993-489b-9f34-35d019624727", "64b69adf-5812-4df2-a44a-623bc5de70e8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "1b981f58-c5a7-4e84-8cda-ab4107fbfc00" ],
+ "x-ms-correlation-request-id": [ "1b981f58-c5a7-4e84-8cda-ab4107fbfc00" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234450Z:1b981f58-c5a7-4e84-8cda-ab4107fbfc00" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7E13AA246FAF41A2891DD905CE14BDFD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsjavanoappinsights8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsjavanoappinsights8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "477" ],
+ "x-ms-client-request-id": [ "109a6f95-1bdd-479e-a0a4-dec1056c90e7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "c8f88ee8-15f6-4cc5-b07b-f150dd6ba9cd" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/35528301-bd46-4fa6-a793-dc514dc58ea3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c81e1f79-19ee-4a20-a245-0a2d5012b763" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234451Z:c81e1f79-19ee-4a20-a245-0a2d5012b763" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FC4B58855382494D9E6C346BFF0BFFE7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:534b5b1f-201e-003c-15c0-550ca7000000\\nTime:2025-11-14T23:44:51.3952106Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsjavanoappinsights8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsjavanoappinsights8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D7CE543116\"" ],
+ "x-ms-request-id": [ "1d2eeeb9-80b7-4393-95dd-7c7339729907" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/819ac132-f85e-4488-bb03-e2ebfbc3cb3e" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "437585bc-0fb8-479a-968d-821f1894980e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234452Z:437585bc-0fb8-479a-968d-821f1894980e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 456A14CF6ECE4C838261C1EEE59AE27E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "458" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/blobServices/default/containers/app-package-functionsjavanoappinsights8wks-0000000\",\"name\":\"app-package-functionsjavanoappinsights8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "479" ],
+ "x-ms-client-request-id": [ "4ebdc8af-726f-45d9-9cdc-98179576ecf4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "40f66b7d-c907-4628-b283-0fbf289f5f93", "12b7eb03-ff21-4d13-b78a-2fbc565e9add", "85d7f3c7-a6bc-4ccc-bf8c-12dad4aa27a3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "6a7713eb-b4a4-4c87-bb5e-5f55536dba9a" ],
+ "x-ms-correlation-request-id": [ "6a7713eb-b4a4-4c87-bb5e-5f55536dba9a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234452Z:6a7713eb-b4a4-4c87-bb5e-5f55536dba9a" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E1E35160522E4C9A9E9E8F033A7E098C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "480" ],
+ "x-ms-client-request-id": [ "f24fb9b5-8cc1-4db0-9259-991ed16f9954" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "bd346838-d211-4204-8b69-2e9c71201a6b" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/39d8f7c5-1fee-48e2-a46f-da5f309507a9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "df3d4f25-8b72-4cfd-a62a-4e44cbda584d" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234453Z:df3d4f25-8b72-4cfd-a62a-4e44cbda584d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B195E51004A2441A835C23113B2593FF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"umV/QfL0FbO046mghtZvE1ZVUHzURum1r9CwMeH1fZ0dRw31/QXglBr6/JlDSXiAZsh7oSlLQeCi+ASt2Z+1hA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"WhYHAYzZgwUAbGtuOlnJjj5Y4eq/iI6/xG47VGFIRig1ZreceeaMaGSkpKydjV/C7a4ouuKEwFLw+ASt1+2ScQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "481" ],
+ "x-ms-client-request-id": [ "e5bb2b0e-d16c-4163-83a9-8af9b7cf1ded" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "879b4ac8-3674-4441-adb9-ddae4f4cb570", "5362ffd0-babf-45b7-8348-05db8d0e9d31", "8a09de22-a5b4-49bf-89fe-5cc23d23a759" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "058bd0f3-94ae-4b58-83cc-0707bf17f99e" ],
+ "x-ms-correlation-request-id": [ "058bd0f3-94ae-4b58-83cc-0707bf17f99e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234454Z:058bd0f3-94ae-4b58-83cc-0707bf17f99e" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 29FD1CD5F3B54D6381DA998F63498883 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "482" ],
+ "x-ms-client-request-id": [ "dd24c2ce-57ae-4590-a65a-a93c00ad284e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "6ef8e5bb-0aec-4595-958e-bd81a0914453" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/790247e2-7dfd-46ed-a3ba-0724a2fa5203" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "4bfab5ca-c4d2-41c6-b5ee-01a5099ba4b2" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234455Z:4bfab5ca-c4d2-41c6-b5ee-01a5099ba4b2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B4BB2EB856864CA3A3CF9BD4C410D5B3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:44:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"umV/QfL0FbO046mghtZvE1ZVUHzURum1r9CwMeH1fZ0dRw31/QXglBr6/JlDSXiAZsh7oSlLQeCi+ASt2Z+1hA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"WhYHAYzZgwUAbGtuOlnJjj5Y4eq/iI6/xG47VGFIRig1ZreceeaMaGSkpKydjV/C7a4ouuKEwFLw+ASt1+2ScQ==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsjavanoappinsights8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"java\",\r\n \"version\": \"17\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1626" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0AF4838E0\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "afddf437-aeba-4216-bb31-58ea76801000" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/7a7592a6-e6e1-4566-bea8-a063a7d961cf" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "32ac628c-0ad5-4588-9227-c54b2123df32" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234518Z:32ac628c-0ad5-4588-9227-c54b2123df32" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D55E7663DB8046A98A759B770487F177 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:44:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9589" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Java-NoAppInsights-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Java-NoAppInsights-8wks\",\"repositorySiteName\":\"Functions-Java-NoAppInsights-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\",\"functions-java-noappinsights-8wks.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-noappinsights-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-noappinsights-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:44:57.15\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsjavanoappinsights8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Java-NoAppInsights-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Java-NoAppInsights-8wks\\\\$Functions-Java-NoAppInsights-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-java-noappinsights-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "484" ],
+ "x-ms-client-request-id": [ "ef91909c-fff1-401b-afa6-80cbdfaf4de4" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0BB7619F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "1865e138-2fff-463e-8a37-d0e78520b72e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "83ccc1db-a59a-47ca-8b27-2110365f1f0d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234548Z:83ccc1db-a59a-47ca-8b27-2110365f1f0d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: EBCED02B9A6242AE99E7488944671226 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9571" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Java-NoAppInsights-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Java-NoAppInsights-8wks\",\"repositorySiteName\":\"Functions-Java-NoAppInsights-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\",\"functions-java-noappinsights-8wks.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-noappinsights-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-noappinsights-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:45:18.1433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsjavanoappinsights8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Java-NoAppInsights-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Java-NoAppInsights-8wks\\\\$Functions-Java-NoAppInsights-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-java-noappinsights-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "485" ],
+ "x-ms-client-request-id": [ "b747bdf3-4c65-4be8-a69e-2629bdae638a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0BB7619F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "70e453a5-5ed1-4567-bb85-ec75ac8282d0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1796a3a9-2090-46bd-819b-4ca0108438c3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234549Z:1796a3a9-2090-46bd-819b-4ca0108438c3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: CEDFADCD05034B1D9637F6A0D93C59AF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9571" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Java-NoAppInsights-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Java-NoAppInsights-8wks\",\"repositorySiteName\":\"Functions-Java-NoAppInsights-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\",\"functions-java-noappinsights-8wks.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-noappinsights-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-noappinsights-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:45:18.1433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsjavanoappinsights8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Java-NoAppInsights-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Java-NoAppInsights-8wks\\\\$Functions-Java-NoAppInsights-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-java-noappinsights-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "486" ],
+ "x-ms-client-request-id": [ "88100461-4f1b-4056-8e5b-a858e5a3f40e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "69c53ebb-9d78-4d90-9cf1-3e3846a39a1b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/473bce85-c076-4036-aafc-b0f0baac4166" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "64b225d3-39af-4cf1-ac59-39b19ecf3941" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234549Z:64b225d3-39af-4cf1-ac59-39b19ecf3941" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 50FB066FB8754AE7B3B71E8C3AF3613C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:49 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "727" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "487" ],
+ "x-ms-client-request-id": [ "94528938-dfeb-4b6d-b93a-4ffd46f42112" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e805f58b-22e3-4d22-b2e2-ec278eeefa86" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/a6e7952c-63c5-4202-9ce3-36f51c5174eb" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "97688837-cfd6-4d01-a4d0-80d36f8a305f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234550Z:97688837-cfd6-4d01-a4d0-80d36f8a305f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 89E077E257DB46E592A14707EAC8594E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4167" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "488" ],
+ "x-ms-client-request-id": [ "24e58ea9-035b-4f54-9de8-b79cbe83d0e5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "df4b656f-c9a9-4b02-931d-40a404b0f263" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/a3bd3623-c207-473f-8840-9e41018d206a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "996e0e7a-b716-4b62-932c-880f4b9dace9" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234551Z:996e0e7a-b716-4b62-932c-880f4b9dace9" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: CEDF63541EFA45E99D99ACCB8444D443 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:50 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "727" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "489" ],
+ "x-ms-client-request-id": [ "53293159-35d8-480a-a667-edacb4af793c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "89bdd28f-d6b5-4583-a20d-1843869f605a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "af8ec6fb-fc99-4b7b-adad-15c5a872947f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234551Z:af8ec6fb-fc99-4b7b-adad-15c5a872947f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 8C6E1A40283F4E96B98CD8B28EDB0A43 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52645,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52645\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:44:18.57\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "490" ],
+ "x-ms-client-request-id": [ "3042127f-f7e9-4b0b-8450-50a2eeaf1a19" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0BB7619F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a50ca7c7-4b36-4e3a-8db4-4a097a437bbb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1e279b37-3148-4861-b658-a2b579fa23c4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234551Z:1e279b37-3148-4861-b658-a2b579fa23c4" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7BDACED44D0843A8B89CFDF895F3539D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:51 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9571" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Java-NoAppInsights-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Java-NoAppInsights-8wks\",\"repositorySiteName\":\"Functions-Java-NoAppInsights-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\",\"functions-java-noappinsights-8wks.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-noappinsights-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-noappinsights-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:45:18.1433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsjavanoappinsights8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Java-NoAppInsights-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Java-NoAppInsights-8wks\\\\$Functions-Java-NoAppInsights-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-java-noappinsights-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "491" ],
+ "x-ms-client-request-id": [ "1c12ca42-e544-4ec7-9282-1572f7bbb9e0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "62d4ee08-b3eb-44d9-b592-69f086fa44cf" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/927ff808-732c-4e75-9b06-35bcbceaf00e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b95447a4-6c40-48e1-9063-71d3ea62ac19" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234552Z:b95447a4-6c40-48e1-9063-71d3ea62ac19" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1B4383E6754F4A29986334A785B885DC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "727" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "492" ],
+ "x-ms-client-request-id": [ "2f9abe4b-dbd9-41e9-a945-658ff5e49bdd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "87ac108f-18d9-4460-baf7-4dbae98c4af3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/62fcb31f-4876-4ad2-a1ee-643e39afb043" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9f0b8d36-0489-420d-8f63-ba936fa8bb03" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234552Z:9f0b8d36-0489-420d-8f63-ba936fa8bb03" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 006563E0ECF44C9EAF176E4BA9098981 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4167" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "493" ],
+ "x-ms-client-request-id": [ "703c456f-80d3-4fc5-8b18-8456b11af392" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0BB7619F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "3f62cc86-d7e2-4e27-a6c3-7384f522ce37" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "bdcc3e94-1a8c-4ef7-8f49-7de53fdaea3b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234553Z:bdcc3e94-1a8c-4ef7-8f49-7de53fdaea3b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B3ADB6E619144AC3974A5422EA046AA9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9571" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Java-NoAppInsights-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Java-NoAppInsights-8wks\",\"repositorySiteName\":\"Functions-Java-NoAppInsights-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-noappinsights-8wks.azurewebsites.net\",\"functions-java-noappinsights-8wks.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-noappinsights-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-noappinsights-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:45:18.1433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexappjavasa8wks.blob.core.windows.net/app-package-functionsjavanoappinsights8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"java\",\"version\":\"17\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Java-NoAppInsights-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Java-NoAppInsights-8wks\\\\$Functions-Java-NoAppInsights-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-java-noappinsights-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "494" ],
+ "x-ms-client-request-id": [ "c316b2bf-6d93-4959-8440-dc59fded5afb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "92e852a3-817e-4800-a90a-ddc5256ba6cf" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/f642b42a-1ee1-49f1-9375-cc4493df7ade" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a0467669-041e-473e-9c3f-014e13a1b223" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234553Z:a0467669-041e-473e-9c3f-014e13a1b223" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FF7A1DC553594CC69DF249962B457E14 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:53Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:53 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "727" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexappjavasa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "495" ],
+ "x-ms-client-request-id": [ "d5b656bd-70c5-4347-a4fd-f26f5dfb7511" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "3e076153-81d0-44ad-bb40-6c9e57486ba3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/f525d3d4-a854-4323-b333-c5c0a6e4d2b6" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4aa31e99-2216-4490-9c09-d56b9f3c0917" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234554Z:4aa31e99-2216-4490-9c09-d56b9f3c0917" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9482825FEF304BBCAF1E96027F3C4952 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4167" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks/config/web\",\"name\":\"Functions-Java-NoAppInsights-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "496" ],
+ "x-ms-client-request-id": [ "ced7d90b-24e8-450e-bd48-8d732f201c6f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "95f6ef28-67f0-42b8-9e9a-90f9f0a85644" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e2f8a64a-45bd-45ba-882f-57680180dd2a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234554Z:e2f8a64a-45bd-45ba-882f-57680180dd2a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A51F0245D6E8470C94D462834F4A43C5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:45:54 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52645,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52645\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:44:18.57\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Create Java Flex Consumption app with disabled Application Insights+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Java-NoAppInsights-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "497" ],
+ "x-ms-client-request-id": [ "4a118e46-162a-4978-a35a-3a667f47f734" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C0BB7619F5\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "0ceea597-c064-43d1-92cf-e5711de2a436" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/ba93efb1-4cc4-4487-9feb-5e6a1c54e4af" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "b3981f8f-a0a5-468b-935e-201f4fb28721" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234613Z:b3981f8f-a0a5-468b-935e-201f4fb28721" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 539278AE2D9D4A228656FDF0A38D448F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:45:54Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-DotNet-WhatIf-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "65" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "18a26bec-1758-4591-97bd-20c8a4b9f22b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/c9a50d07-b885-4979-8379-3da13c342b38" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "72990073-3299-4382-a144-1fbd64fcef31" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234614Z:72990073-3299-4382-a144-1fbd64fcef31" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 74B23F94EE0B4085914D5FBC0BDA46A0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+2": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "500" ],
+ "x-ms-client-request-id": [ "86537262-12de-49ff-b052-7b272997faea" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "c0474b57-65a0-45c3-940f-2d631b5ee963", "85410fc3-7810-41b8-8420-6e8bc2b9317f", "4abe690c-9e1f-4116-b119-c8a4e95030f2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "8c8a74cc-bc70-4a15-afb8-4d669b98dc96" ],
+ "x-ms-correlation-request-id": [ "8c8a74cc-bc70-4a15-afb8-4d669b98dc96" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234615Z:8c8a74cc-bc70-4a15-afb8-4d669b98dc96" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F6B32216FDC340E7BE0BBD01DF687D06 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsdotnetwhatif8wks-0000000?api-version=2019-04-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/blobServices/default/containers/app-package-functionsdotnetwhatif8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "501" ],
+ "x-ms-client-request-id": [ "4edcbf3d-db8b-4b1b-bc9c-076231516fa6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "7ba46b77-e4b0-45b1-adde-8494a6fd5fab" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/b941ecb8-c2a8-4b85-a56e-ac5a0ad63fc2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "23f8301a-9a29-4c24-af44-9b38aa56951e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234615Z:23f8301a-9a29-4c24-af44-9b38aa56951e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3FF6510787A14F7EB64E6EE949D02DB2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:9b3ccf23-501e-0064-65c0-551663000000\\nTime:2025-11-14T23:46:15.4628177Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "502" ],
+ "x-ms-client-request-id": [ "2d6fe907-1543-4d66-9c13-781468584a8c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "fe4c41c1-5905-42cd-abd0-9693a0df6067", "2752947e-6e92-48af-b924-e039083566c4", "d771ebdf-b536-4bd2-a434-bfb058c210ee" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "81e4ee37-34e8-4a1d-a7e5-8c6bd06d4536" ],
+ "x-ms-correlation-request-id": [ "81e4ee37-34e8-4a1d-a7e5-8c6bd06d4536" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234616Z:81e4ee37-34e8-4a1d-a7e5-8c6bd06d4536" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 27A3C656CA484089993197CE464AD0DC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "503" ],
+ "x-ms-client-request-id": [ "3242c7a2-5277-4cef-9f45-8cdb417df863" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "00a2b26d-d841-4ba8-a308-dbf24f98ccd0" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/ce899403-6c39-454d-bba9-b201c3adecf0" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "59dc4f47-ef39-4ed1-bc3b-6f8bc216a555" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234617Z:59dc4f47-ef39-4ed1-bc3b-6f8bc216a555" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 393F5C2B00B44E47B1073AEF46EA53C3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:16Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"FDEOUTlgGrFKmFQ7lcA5M3ZACkjBbdezhjgQkHZRNqh2dMl/Myg5VrHiq8ijdNTNlEOkvyeIV2+J+AStjwgYsA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"y0i20oOJs7E7JvdkmmHWRMRuuOLIYrgc3GHrMUqNt1eI81wtZYq4xvFwe2HXxXZOg+08yyDZSXFu+ASt0twWmw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "504" ],
+ "x-ms-client-request-id": [ "b075aa91-5d7b-4680-a51e-2083d99f9400" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "d4a3b915-a8bf-4527-b0cd-5120c29ada1e", "29aeeea6-1acd-4843-b44a-e0c6989de746", "149a0a46-70d3-42b1-9d76-0cd18e88b523" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "7bae0cb0-16e6-40a7-b809-340be6cd5598" ],
+ "x-ms-correlation-request-id": [ "7bae0cb0-16e6-40a7-b809-340be6cd5598" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234617Z:7bae0cb0-16e6-40a7-b809-340be6cd5598" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 297A6ECE9C8D4E2382AE28A09E27D231 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:17Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "505" ],
+ "x-ms-client-request-id": [ "7a7b7e49-d104-47a2-87ad-5f34419e66be" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "cc784a60-045c-4f74-8c6b-49cbde921144" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/59064c35-56f3-4117-9ecc-6fafc0b08b02" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "af59c30b-ce1a-41af-a736-8b8212b5806e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234618Z:af59c30b-ce1a-41af-a736-8b8212b5806e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 57BC29AE21004311BD37E855C8C8F031 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"FDEOUTlgGrFKmFQ7lcA5M3ZACkjBbdezhjgQkHZRNqh2dMl/Myg5VrHiq8ijdNTNlEOkvyeIV2+J+AStjwgYsA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"y0i20oOJs7E7JvdkmmHWRMRuuOLIYrgc3GHrMUqNt1eI81wtZYq4xvFwe2HXxXZOg+08yyDZSXFu+ASt0twWmw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-DotNet-WhatIf-8wks?api-version=2023-12-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-DotNet-WhatIf-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "506" ],
+ "x-ms-client-request-id": [ "274485b9-36de-4c73-b0a5-25246d42de58" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "bbf81680-009b-4597-937a-933c616a8dc1" ],
+ "x-ms-correlation-request-id": [ "bbf81680-009b-4597-937a-933c616a8dc1" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234618Z:bbf81680-009b-4597-937a-933c616a8dc1" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: CC6B0E76DBB6456EA0DD8B1E434B2EE7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:18Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "242" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-DotNet-WhatIf-8wks\u0027 under resource group \u0027Functions-Flex-RG-8wks\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Cleanup-Test-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "64" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "20f4355f-a889-4074-a1ba-c19533ea74f9" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/bd975ab0-d5ea-4766-aa27-5b5be81ba1ef" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "cdf5b458-0ca9-4f1d-a71b-b613139dbc77" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234619Z:cdf5b458-0ca9-4f1d-a71b-b613139dbc77" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 478726F928394E08863E74F451AA888D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "08e9c6e0-5573-4c3e-a4ea-483b42442a35" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/ac94356f-6ea6-492c-9290-2bba592071b0" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "26b5306d-65ac-4f12-a7dd-ec898972351f" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234624Z:26b5306d-65ac-4f12-a7dd-ec898972351f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5E776E6B28EF47258B0B014A280D05AA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1907" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52646,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52646\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:46:24.5033333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "510" ],
+ "x-ms-client-request-id": [ "598e47e3-5de5-463a-8542-700e417f0689" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "cb541f21-1263-4576-a8ba-b40a73c40fb6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2cd2502f-aa3b-43d9-8f0d-8a804b48a655" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234655Z:2cd2502f-aa3b-43d9-8f0d-8a804b48a655" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9135FDA286F242F987F2F0CB8FC23ABB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52646,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52646\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:46:24.5033333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "511" ],
+ "x-ms-client-request-id": [ "598e47e3-5de5-463a-8542-700e417f0689" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "7c80c13d-53f2-46b5-840c-a874a6840e02" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "54299f86-b401-4172-83b4-77920db4004a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234655Z:54299f86-b401-4172-83b4-77920db4004a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 222AE7D30F514CF7B5C6B0C0C1834F16 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1816" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52646,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52646\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:46:24.5033333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "512" ],
+ "x-ms-client-request-id": [ "ab1adbf7-0d9a-45cb-85c8-307fdbf5479b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "be570e06-959d-46cb-8c5a-3466a745b722", "b660bab0-f3dc-41be-aedd-5a97ade12890", "d2342c1d-5726-4d96-bf4c-08917d34256f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "dd50483f-25bb-4d7b-9657-7b315bc19ee9" ],
+ "x-ms-correlation-request-id": [ "dd50483f-25bb-4d7b-9657-7b315bc19ee9" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234656Z:dd50483f-25bb-4d7b-9657-7b315bc19ee9" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B4AEDE3523514978876DAD4DBDDBC9D7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:56Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "513" ],
+ "x-ms-client-request-id": [ "94850859-ad0b-4430-af43-d94a51618e0c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "43b18b67-e89e-4118-af7e-206787cd752f" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/bccac6a6-585f-47f2-b1f6-b46791584e9b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4449ce9f-a6cc-4d76-b2d3-70bd6657fb55" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234657Z:4449ce9f-a6cc-4d76-b2d3-70bd6657fb55" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: AF277C5E3AFC49109F0442FA45135920 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:57 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:bda19b81-a01e-0071-79c0-550292000000\\nTime:2025-11-14T23:46:57.3664297Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D81973ACD6\"" ],
+ "x-ms-request-id": [ "77c8c473-9af3-4bc3-9cb4-4babd774f1d8" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/5b563809-d9aa-47c6-95ad-8493d1f2f2fd" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "1053009d-1510-4692-8786-2962c48e0588" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234658Z:1053009d-1510-4692-8786-2962c48e0588" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E8C58D32C8DC41AFB39A7DA4BAC7FE3D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:57 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "452" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000\",\"name\":\"app-package-functionscleanuptest8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "515" ],
+ "x-ms-client-request-id": [ "4f1f3f62-6b78-4b5b-b63b-5a30162bd1a1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "855fabc9-d091-4e38-8047-dd76557ff4c7", "1b89215b-1bb7-4150-a2dd-ec26d32a1716", "87eb8fd7-1bb3-449c-93c4-2d538f5c1a78" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "d8866242-e621-4358-be28-596243cb9d49" ],
+ "x-ms-correlation-request-id": [ "d8866242-e621-4358-be28-596243cb9d49" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234659Z:d8866242-e621-4358-be28-596243cb9d49" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 71F371DF9FB54388BA647963AF299CCA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:58 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "516" ],
+ "x-ms-client-request-id": [ "f3fb4c53-d302-4ae6-a7fc-eb0c3b58e44b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "624c72ae-e449-42c4-8f1e-261a215eff2f" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/29a8b5f0-955f-45a9-b677-62c788697ef4" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "6fa3b3f1-0a72-4f00-9e89-03ecbf09d5bb" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234659Z:6fa3b3f1-0a72-4f00-9e89-03ecbf09d5bb" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5055DCB49BC44C49A1AF254C68EDD1F0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:46:59 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "517" ],
+ "x-ms-client-request-id": [ "c03730d6-d895-4992-a151-16ef8338fbeb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "e737894c-75e8-4a23-86f8-e8a24eb79449", "d1719b32-0149-4ab7-a312-fe2dc6335dcb", "5418dd7a-60e6-44da-a930-e2e0210f9835" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "d3e6314a-e92c-409e-aad9-b2dd815136f4" ],
+ "x-ms-correlation-request-id": [ "d3e6314a-e92c-409e-aad9-b2dd815136f4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234700Z:d3e6314a-e92c-409e-aad9-b2dd815136f4" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 737AB56333314E1B829F99494A25018E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:46:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:00 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "518" ],
+ "x-ms-client-request-id": [ "e79eafaa-ec62-492f-91af-ab517abb53ab" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "5994db4f-b339-42fa-a25f-db10348ea59c" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/a895eba2-fc70-47a3-b681-79673902e9e9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "53aa8d9c-2bf9-4e4b-adbe-e7deeab1bfc8" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234701Z:53aa8d9c-2bf9-4e4b-adbe-e7deeab1bfc8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C8E3C9DA7DA643E688C6AF075A38713F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:00 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Insights/components?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Insights/components?api-version=2015-05-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "519" ],
+ "x-ms-client-request-id": [ "68b6c02f-5f8f-4d35-9838-75fcf8d05c0f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzAppInsights" ],
+ "FullCommandName": [ "Get-AzAppInsights_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "", "" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "91ca1aa1-531e-4ddf-a680-fdcde1d11631" ],
+ "x-ms-correlation-request-id": [ "91ca1aa1-531e-4ddf-a680-fdcde1d11631" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234702Z:91ca1aa1-531e-4ddf-a680-fdcde1d11631" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F352AB1C38EE40BD904EBB4A6DD8C261 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:01 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "23561" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"kind\":\"web\",\"etag\":\"\\\"2e00aeba-0000-0300-0000-6917b6a60000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShell-74-1atxo6\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PowerShell-74-1atxo6\",\"AppId\":\"e667224e-63d9-4b58-bb3e-e4bea5f2998e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"53405245-5093-44e0-a9cc-cd426c74b85c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PowerShell-74-1atxo6\",\"CreationDate\":\"2025-11-14T23:09:20.4769102+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershell-74-1atxo6_e667224e-63d9-4b58-bb3e-e4bea5f2998e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShell-74-1atxo6-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e0068c6-0000-0300-0000-6917b6f60000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/microsoft.insights/components/Functions-Node-22-fh9m0d\",\"name\":\"Functions-Node-22-fh9m0d\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Node-22-fh9m0d\",\"AppId\":\"0c3e3e43-71c6-4f32-8603-6f0551f7cdf7\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"36242a54-f281-419e-b84a-a18b99e16280\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Node-22-fh9m0d\",\"CreationDate\":\"2025-11-14T23:10:40.9294639+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-22-fh9m0d_0c3e3e43-71c6-4f32-8603-6f0551f7cdf7_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-22-fh9m0d-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e0039cf-0000-0300-0000-6917b7310000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/microsoft.insights/components/Functions-DotNet-8-du5asv\",\"name\":\"Functions-DotNet-8-du5asv\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-DotNet-8-du5asv\",\"AppId\":\"1ec6fdef-6987-470b-8410-eea09542cb04\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e62ada86-7580-495a-8077-5b5a93de6f32\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-DotNet-8-du5asv\",\"CreationDate\":\"2025-11-14T23:11:41.0752283+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-dotnet-8-du5asv_1ec6fdef-6987-470b-8410-eea09542cb04_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-DotNet-8-du5asv-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e0083da-0000-0300-0000-6917b7860000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-Python-312-w61tuq\",\"name\":\"Functions-Python-312-w61tuq\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Python-312-w61tuq\",\"AppId\":\"e07f516a-6724-4c46-8f4a-555cb3096b98\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"279763ee-9e4a-474e-a4ce-8ee813ab10e6\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Python-312-w61tuq\",\"CreationDate\":\"2025-11-14T23:13:05.5690645+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-312-w61tuq_e07f516a-6724-4c46-8f4a-555cb3096b98_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-312-w61tuq-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e005fe4-0000-0300-0000-6917b7cc0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4-new\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4-new\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PowerShellTest-0d6xycl2n4-new\",\"AppId\":\"7dde8f1f-b56e-417a-b544-056656fcda3e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":null,\"InstrumentationKey\":\"f45b116a-0da0-498b-9bda-9d9ebe6bf3de\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PowerShellTest-0d6xycl2n4-new\",\"CreationDate\":\"2025-11-14T23:14:15.0740314+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4-new_7dde8f1f-b56e-417a-b544-056656fcda3e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-new-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2f007d1a-0000-0300-0000-6917b94c0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"AppId\":\"0a57c072-cc8f-4a10-b7a8-aa7488ad62d5\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"eb9685eb-a825-43e3-8b7d-e9cb34acbd03\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"CreationDate\":\"2025-11-14T23:20:24.4748975+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest1-0qslu4m95n_0a57c072-cc8f-4a10-b7a8-aa7488ad62d5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest1-0qslu4m95n-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0355b3-0000-0200-0000-6917b9d00000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-DotNetIsolated-8wks\",\"AppId\":\"ae589619-76f2-4e31-aeea-1905b41ff9a5\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"3a2b58f1-7b10-4558-9b57-d3a7bb67b70c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-DotNetIsolated-8wks\",\"CreationDate\":\"2025-11-14T23:22:43.5766283+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-dotnetisolated-8wks_ae589619-76f2-4e31-aeea-1905b41ff9a5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-DotNetIsolated-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b039cc0-0000-0200-0000-6917ba540000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Node-8wks\",\"AppId\":\"c73a41dd-9b79-4623-b9a9-cbc708befb54\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"97b0cf9c-4267-4e5d-b09f-a3fdfac04d84\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Node-8wks\",\"CreationDate\":\"2025-11-14T23:24:55.9628013+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-node-8wks_c73a41dd-9b79-4623-b9a9-cbc708befb54_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Node-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b03e8cc-0000-0200-0000-6917bada0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Python-8wks\",\"AppId\":\"0fd5bb15-8254-462a-b124-f01de57491fa\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6646e0da-7c3a-4442-b697-9e3161408467\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Python-8wks\",\"CreationDate\":\"2025-11-14T23:27:10.9745115+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-python-8wks_0fd5bb15-8254-462a-b124-f01de57491fa_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Python-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0378d8-0000-0200-0000-6917bb5d0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Java-8wks\",\"AppId\":\"a21649a5-21a9-4a06-9682-73121bf51140\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"c6b63eba-49fa-47e6-8b2f-184584f98fda\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Java-8wks\",\"CreationDate\":\"2025-11-14T23:29:21.9297403+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-java-8wks_a21649a5-21a9-4a06-9682-73121bf51140_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Java-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0346e6-0000-0200-0000-6917bbde0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-PowerShell-8wks\",\"AppId\":\"25435ed0-b05a-4dc6-b008-6df7a0fe469a\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"8aeec65a-58b3-4406-be83-a2af16406d60\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-PowerShell-8wks\",\"CreationDate\":\"2025-11-14T23:31:32.4922476+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-powershell-8wks_25435ed0-b05a-4dc6-b008-6df7a0fe469a_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-PowerShell-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0395ee-0000-0200-0000-6917bc660000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Custom-8wks\",\"AppId\":\"67f62be7-d4fc-49c8-828e-07308a6f924e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"246f07f9-7f47-4fe4-b736-28824b450760\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Custom-8wks\",\"CreationDate\":\"2025-11-14T23:33:45.854673+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-custom-8wks_67f62be7-d4fc-49c8-828e-07308a6f924e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Custom-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0348f6-0000-0200-0000-6917bceb0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Python-Flex-Scaling-8wks\",\"AppId\":\"33228ef1-a6e4-4064-9040-cbaccec606f9\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"dc1718c9-6151-4735-9017-ed993ce3056c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Python-Flex-Scaling-8wks\",\"CreationDate\":\"2025-11-14T23:36:00.7780637+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-flex-scaling-8wks_33228ef1-a6e4-4064-9040-cbaccec606f9_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-Flex-Scaling-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c034601-0000-0200-0000-6917bd740000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Node-SystemIdentity-8wks\",\"AppId\":\"0349d31e-ac76-44b0-81fe-8500d7f1c97f\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"72f873d8-e77f-4cd1-b81b-333b88113567\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Node-SystemIdentity-8wks\",\"CreationDate\":\"2025-11-14T23:38:16.9557851+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-systemidentity-8wks_0349d31e-ac76-44b0-81fe-8500d7f1c97f_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-SystemIdentity-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c031d63-0000-0200-0000-6917bdf80000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"AppId\":\"6496531f-759a-4e89-9157-c2dd51765c50\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"7cef9acb-a11b-4b8b-bc2a-c2f8f6857e4d\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"CreationDate\":\"2025-11-14T23:40:27.9512322+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-pwsh-userassignedidentity-8wks_6496531f-759a-4e89-9157-c2dd51765c50_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Pwsh-UserAssignedIdentity-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c03d074-0000-0200-0000-6917be7c0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PS-CustomConfig-8wks\",\"AppId\":\"9e4ef079-b604-4ada-a5d5-cf132f19de8f\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"ad9ec0d5-2e6b-4def-8f4a-6338616618e3\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PS-CustomConfig-8wks\",\"CreationDate\":\"2025-11-14T23:42:44.0467968+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-ps-customconfig-8wks_9e4ef079-b604-4ada-a5d5-cf132f19de8f_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PS-CustomConfig-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "520" ],
+ "x-ms-client-request-id": [ "f24d12c3-a3c7-4c20-b797-5e7dabe2864d" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Remove-AzFunctionAppPlan_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "781a2a91-1fec-4cf8-81af-82304621f446" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/b51465b7-1e5b-4351-a587-32ab32ea9b2d" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "c1e2a021-7ff2-4c3b-80c8-14ddf99cba1c" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234708Z:c1e2a021-7ff2-4c3b-80c8-14ddf99cba1c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 432B2B68A9C54E4E81959DD1B7C8DD4E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:07 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000?api-version=2019-04-01+14": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionscleanuptest8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "521" ],
+ "x-ms-client-request-id": [ "36cbdd56-9282-4910-8636-3be049f5590e" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzBlobContainer" ],
+ "FullCommandName": [ "Remove-AzBlobContainer_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "1cf3d742-b5c3-4e61-a6d0-c93601a3f9fc" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/4c82da8a-3027-4daf-80ea-af04991d7cdb" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "5839c168-c780-4308-b3c9-1baa1bc173e9" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234708Z:5839c168-c780-4308-b3c9-1baa1bc173e9" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 55D62844707449D48759FC348274619F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "text/plain; charset=utf-8" ],
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Cleanup-Test-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Cleanup-Test-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "522" ],
+ "x-ms-client-request-id": [ "29cfc545-c6ea-405d-894f-5fc00766dc8d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "6c39cdb4-5e80-4a0d-8a77-29fe7156b0cb" ],
+ "x-ms-correlation-request-id": [ "6c39cdb4-5e80-4a0d-8a77-29fe7156b0cb" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234708Z:6c39cdb4-5e80-4a0d-8a77-29fe7156b0cb" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 99997D6EC53049E58F4906AB2E10100C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:08 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "241" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-Cleanup-Test-8wks\u0027 under resource group \u0027Functions-Flex-RG-8wks\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "523" ],
+ "x-ms-client-request-id": [ "eee85f08-07e2-4ecf-9137-95e457388205" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "886645c3-0ea1-4818-85ef-0efbe6e9594d" ],
+ "x-ms-correlation-request-id": [ "886645c3-0ea1-4818-85ef-0efbe6e9594d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234719Z:886645c3-0ea1-4818-85ef-0efbe6e9594d" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0192C811D8914FF2AAFC949DF76EFB94 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:18 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "248" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/ASP-FunctionsFlexRG8wks-0000\u0027 under resource group \u0027Functions-Flex-RG-8wks\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Remove-FlexPlan-8wks\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "67" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "ac418b5a-36a8-4fd7-b9a7-e99ba363db00" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/6819ce3f-d744-4364-a303-3cf9ade5090b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c8690465-e373-4804-818c-103adb3a766e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234720Z:c8690465-e373-4804-818c-103adb3a766e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F3400284749F4E8DB096A0A3FFEA2349 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:19Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:19 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+2": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"reserved\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"FC1\",\r\n \"tier\": \"FlexConsumption\",\r\n \"size\": \"FC\",\r\n \"family\": \"FC\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "212" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "90b94656-1d7f-4fb6-9efc-bbbaac01c95b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/4a823a11-c40e-45c1-9221-80b4e8905f0b" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "4d819b77-f3e7-42b5-b9bd-0bc2a23f1e69" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234725Z:4d819b77-f3e7-42b5-b9bd-0bc2a23f1e69" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2B768E6EF69543DEA8EE783B15A58A25 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:24 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1902" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"eastasia\",\"properties\":{\"serverFarmId\":52647,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0},\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52647\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-14T23:47:24.81\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "527" ],
+ "x-ms-client-request-id": [ "e80b3361-4ff5-43d3-9134-5e9f243037da" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "2d9806cb-bc51-4314-832c-c981914e820c" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "85a2ce2b-4500-45d8-8716-4a5ba12cfdc2" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234755Z:85a2ce2b-4500-45d8-8716-4a5ba12cfdc2" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 750DF77208F641108525A435E429892F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52647,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52647\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:47:24.81\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "528" ],
+ "x-ms-client-request-id": [ "e80b3361-4ff5-43d3-9134-5e9f243037da" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "fcf0e673-d529-4c06-b18d-31d4a2fd3bab" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "425934a4-4847-449a-aa96-9fb55d5ed344" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234756Z:425934a4-4847-449a-aa96-9fb55d5ed344" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9FCC017CC10D44A98B001665909CCDD7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:55 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52647,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52647\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:47:24.81\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+5": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "529" ],
+ "x-ms-client-request-id": [ "e2867239-1e5b-4265-bf61-66b1c6e3b007" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "bb74733a-d46f-4d72-9598-cda57ab1386c", "f5435179-b841-4159-b335-abe8872e0509", "666c2f89-7806-4ae4-b812-d59f996fbd66" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "91047fb9-f90e-4e50-9b4c-6344dcec591f" ],
+ "x-ms-correlation-request-id": [ "91047fb9-f90e-4e50-9b4c-6344dcec591f" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234757Z:91047fb9-f90e-4e50-9b4c-6344dcec591f" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DBEA1C0F1ACA4D1B8BB96D7D9B22EE20 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:56Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:56 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsremoveflexplan8wks-0000000?api-version=2019-04-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsremoveflexplan8wks-0000000?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "530" ],
+ "x-ms-client-request-id": [ "e57b23fe-f685-41d9-9d14-931981603340" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzBlobContainer" ],
+ "FullCommandName": [ "Get-AzBlobContainer_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "0b20aa10-27aa-4fd4-9008-faecdbcd78ac" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/347ed2db-3dba-4ae2-bc8e-ddf5e0bf3201" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0b3f238b-ddfe-451b-bf38-27bc60373141" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234757Z:0b3f238b-ddfe-451b-bf38-27bc60373141" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A8C2A37D8D97427083FA22BFF9E5873C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:57 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "173" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ContainerNotFound\",\"message\":\"The specified container does not exist.\\nRequestId:bda20612-a01e-0071-24c1-550292000000\\nTime:2025-11-14T23:47:57.4956510Z\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsremoveflexplan8wks-0000000?api-version=2019-04-01+7": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsremoveflexplan8wks-0000000?api-version=2019-04-01",
+ "Content": "{\r\n \"properties\": {\r\n \"publicAccess\": \"None\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "56" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 201,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"0x8DE23D83D61143F\"" ],
+ "x-ms-request-id": [ "9d26c46e-07aa-4f88-a13d-04a409334e81" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/b3923001-64f8-48e3-bbab-6b6a2d7f3ac0" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "c35fbb80-b468-41ad-bec8-3b58d832ee37" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234758Z:c35fbb80-b468-41ad-bec8-3b58d832ee37" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 301BAC93C3BB4EA1A5A50518B2A828D3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:58 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "458" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/blobServices/default/containers/app-package-functionsremoveflexplan8wks-0000000\",\"name\":\"app-package-functionsremoveflexplan8wks-0000000\",\"type\":\"Microsoft.Storage/storageAccounts/blobServices/containers\",\"properties\":{\"publicAccess\":\"None\",\"hasImmutabilityPolicy\":false,\"hasLegalHold\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "532" ],
+ "x-ms-client-request-id": [ "50b3108b-9b16-4673-b05e-1240e3f0ce11" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "c6a3d370-2df4-45b5-a974-ffc7b169d566", "2e7989d5-6296-4f63-afc1-ab5a30d68572", "c324da5a-564b-499a-98c6-9dc28d71a0e0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "ac4036d4-de77-4178-94b4-2c1ce8013b40" ],
+ "x-ms-correlation-request-id": [ "ac4036d4-de77-4178-94b4-2c1ce8013b40" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234759Z:ac4036d4-de77-4178-94b4-2c1ce8013b40" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6AC09977B368438DB54B77116C43CF5F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:58 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+9": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "533" ],
+ "x-ms-client-request-id": [ "b6e33e1c-00df-4b3d-b8e6-12851649ecaf" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "37c9df4f-02e9-41f7-a332-edfbb40e4e1d" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f442f823-16da-4f54-8c6c-0471814fcfec" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d8c477a7-03fa-490d-8436-99200499809a" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234759Z:d8c477a7-03fa-490d-8436-99200499809a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 782A8C96F5434C1BA62F5ED7AAAEECDC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:59 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "534" ],
+ "x-ms-client-request-id": [ "45a61d39-c4d3-4d6f-86ad-15b6acfdf5e2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "a88dbc7a-e408-41da-b85d-f7ed5e1e64f4", "2bb1b492-30e9-4750-849d-20f3818fa0fb", "ddb9fc15-be06-484d-8a34-83c268345885" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "795bca38-eade-4ad4-b0df-062cc7e259cc" ],
+ "x-ms-correlation-request-id": [ "795bca38-eade-4ad4-b0df-062cc7e259cc" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234800Z:795bca38-eade-4ad4-b0df-062cc7e259cc" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0EFDA2DFF1DE43899A8444E357E8CA19 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:47:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:47:59 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01+11": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "535" ],
+ "x-ms-client-request-id": [ "b5725d1c-0cc4-44b8-aaa0-7ac1152e1c52" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "5776b5b7-de8f-40bb-a11b-0aef7ed5aa78" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/a1b02d16-681a-4066-a96a-a6836cffb97e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "6cb67565-46d7-4128-ab81-b80b33eec8be" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234800Z:6cb67565-46d7-4128-ab81-b80b33eec8be" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 4B5BED9AE34C441BBCEC959C501B35C8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:48:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:48:00 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"Mcog13M+CPFpHv+jtRg/I350aOP6zczxnyTq1Fsyk9PckUfaUxAhEEv1wg5mxzXCn7ya7REAUDNo+AStYN97cQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"SDth5/yhcCL54bpcn6Eru9jGd6iLfL6nzN4Y5mObAKVu1eudXCE1cXV87BaQF2vpuWwnH1YJ9h9x+AStVHlLNw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Remove-FlexPlan-8wks?api-version=2015-05-01+12": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Insights/components/Functions-Remove-FlexPlan-8wks?api-version=2015-05-01",
+ "Content": "{\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"Request_Source\": \"AzurePowerShell\"\r\n },\r\n \"kind\": \"web\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "114" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/7c3838a9-13da-4aa7-bf6f-0bab4796c581" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "a9f9b53b-72d5-4b8f-a045-5632589f75c0" ],
+ "x-ms-correlation-request-id": [ "a9f9b53b-72d5-4b8f-a045-5632589f75c0" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234814Z:a9f9b53b-72d5-4b8f-a045-5632589f75c0" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2E3457E12B264164806B80714F8A3859 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:48:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:48:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1636" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"9c03628b-0000-0200-0000-6917bfbe0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Remove-FlexPlan-8wks\",\r\n \"name\": \"Functions-Remove-FlexPlan-8wks\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Remove-FlexPlan-8wks\",\r\n \"AppId\": \"3b443da0-e327-4130-9731-2a9a6a063cbb\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"3a6c8bc3-c5b8-44f6-a2c6-8a61bc801d4e\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Remove-FlexPlan-8wks\",\r\n \"CreationDate\": \"2025-11-14T23:48:03.2101122+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-remove-flexplan-8wks_3b443da0-e327-4130-9731-2a9a6a063cbb_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Remove-FlexPlan-8wks-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"functionAppConfig\": {\r\n \"deployment\": {\r\n \"storage\": {\r\n \"authentication\": {\r\n \"type\": \"StorageAccountConnectionString\",\r\n \"storageAccountConnectionStringName\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\"\r\n },\r\n \"type\": \"blobContainer\",\r\n \"value\": \"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsremoveflexplan8wks-0000000\"\r\n }\r\n },\r\n \"runtime\": {\r\n \"name\": \"powershell\",\r\n \"version\": \"7.4\"\r\n },\r\n \"scaleAndConcurrency\": {\r\n \"maximumInstanceCount\": 100,\r\n \"instanceMemoryMB\": 2048\r\n }\r\n },\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\r\n \"reserved\": false,\r\n \"isXenon\": false,\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"DEPLOYMENT_STORAGE_CONNECTION_STRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1996" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1273B8495\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "638b71f3-d4f6-43a4-be9e-6f82e866f0cd" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/24c16e4b-9a03-4f21-a108-0747e24a0eb3" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "16cd07d2-3ce1-437b-ae40-9cd43b7f608b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234839Z:16cd07d2-3ce1-437b-ae40-9cd43b7f608b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C6FA67F4715E487CBD429D0748218D29 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:48:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:48:39 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9557" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"eastasia\",\"properties\":{\"name\":\"Functions-Remove-FlexPlan-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Remove-FlexPlan-8wks\",\"repositorySiteName\":\"Functions-Remove-FlexPlan-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\",\"functions-remove-flexplan-8wks.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-remove-flexplan-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-remove-flexplan-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:48:17.61\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsremoveflexplan8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Remove-FlexPlan-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Remove-FlexPlan-8wks\\\\$Functions-Remove-FlexPlan-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-remove-flexplan-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "538" ],
+ "x-ms-client-request-id": [ "fac73b64-c6bc-45b3-b4ee-73ba1c9993f0" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1334FF740\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "cf649487-b8ed-49fe-9442-244f6b75d339" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7fd0a6d9-5ae2-45f2-8ea0-c36833b13626" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234910Z:7fd0a6d9-5ae2-45f2-8ea0-c36833b13626" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 1CBDB3B2B2EA41E9A2B017BEE8AD78DA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:09 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9534" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Remove-FlexPlan-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Remove-FlexPlan-8wks\",\"repositorySiteName\":\"Functions-Remove-FlexPlan-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\",\"functions-remove-flexplan-8wks.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-remove-flexplan-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-remove-flexplan-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:48:39.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsremoveflexplan8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Remove-FlexPlan-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Remove-FlexPlan-8wks\\\\$Functions-Remove-FlexPlan-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-remove-flexplan-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "539" ],
+ "x-ms-client-request-id": [ "231830f0-6acd-40ee-9ec7-d7811057c6de" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1334FF740\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "245c8b4c-8dad-4652-b021-04919b9d9569" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2b3b9136-785f-4b55-8ba8-f42357881c61" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234910Z:2b3b9136-785f-4b55-8ba8-f42357881c61" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F7F1F07E921048CA8DF80EE8BEB2B985 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9534" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Remove-FlexPlan-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Remove-FlexPlan-8wks\",\"repositorySiteName\":\"Functions-Remove-FlexPlan-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\",\"functions-remove-flexplan-8wks.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-remove-flexplan-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-remove-flexplan-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:48:39.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsremoveflexplan8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Remove-FlexPlan-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Remove-FlexPlan-8wks\\\\$Functions-Remove-FlexPlan-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-remove-flexplan-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/appsettings/list?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "540" ],
+ "x-ms-client-request-id": [ "6488a9d8-2ce2-4da4-a932-c127ed529033" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "8b99fa1e-2774-4de3-a130-471adeb43b1e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/e3014e37-3cc7-40c2-8a96-3482e109beb9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "9120a363-4cbf-470d-9bba-27d995b44103" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234911Z:9120a363-4cbf-470d-9bba-27d995b44103" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B73BF882924A4CC593CBE41F0DA15D18 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1021" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/web?api-version=2023-12-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "541" ],
+ "x-ms-client-request-id": [ "57020329-6ec2-4808-a2f7-2b990c288dcb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "610f2c3e-053d-4105-ac8d-6fdaa6182a62" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/48242eba-82b3-4299-be36-2b6a46bfef5a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "70f09028-d3aa-4eca-bb29-43a86a0368c4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234911Z:70f09028-d3aa-4eca-bb29-43a86a0368c4" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2AEF22AEB1D14FBE9E4DE1B4E19E73C8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4161" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/web\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+18": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "542" ],
+ "x-ms-client-request-id": [ "5bd18d24-263d-49f2-8154-efe44f2f8afc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "6032c3e7-97cd-43e9-bdc7-fe3d5dda1b63" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2ca78a7a-d96d-4ec2-8cb1-04ec6f9f2318" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234911Z:2ca78a7a-d96d-4ec2-8cb1-04ec6f9f2318" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 2292F289551A4B589B23CDBAB891E64C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52647,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52647\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:47:24.81\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01+19": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "543" ],
+ "x-ms-client-request-id": [ "d63468bb-a754-482a-9bbc-0f92c87d42b2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1334FF740\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "678fe528-75ce-4f6d-a790-c9afecca34ad" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d663333e-149e-43df-a110-bdb4136ca004" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234912Z:d663333e-149e-43df-a110-bdb4136ca004" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0B9B8D9B65884618B1F134EB9F8F774D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "9534" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"East Asia\",\"properties\":{\"name\":\"Functions-Remove-FlexPlan-8wks\",\"state\":\"Running\",\"hostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\"],\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"selfLink\":\"https://waws-prod-hk1-057.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace/sites/Functions-Remove-FlexPlan-8wks\",\"repositorySiteName\":\"Functions-Remove-FlexPlan-8wks\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-remove-flexplan-8wks.azurewebsites.net\",\"functions-remove-flexplan-8wks.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-remove-flexplan-8wks.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-remove-flexplan-8wks.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:48:39.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":{\"deployment\":{\"storage\":{\"type\":\"blobcontainer\",\"value\":\"https://flexapppowershellsa8wks.blob.core.windows.net/app-package-functionsremoveflexplan8wks-0000000\",\"authentication\":{\"type\":\"storageaccountconnectionstring\",\"userAssignedIdentityResourceId\":null,\"storageAccountConnectionStringName\":\"DEPLOYMENT_STORAGE_CONNECTION_STRING\"}}},\"runtime\":{\"name\":\"powershell\",\"version\":\"7.4\"},\"scaleAndConcurrency\":{\"alwaysReady\":null,\"maximumInstanceCount\":100,\"instanceMemoryMB\":2048,\"triggers\":null},\"siteUpdateStrategy\":{\"type\":\"Recreate\"}},\"daprConfig\":null,\"deploymentId\":\"Functions-Remove-FlexPlan-8wks\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"FlexConsumption\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.205.69.86\",\"possibleInboundIpAddresses\":\"20.205.69.86\",\"inboundIpv6Address\":\"2603:1040:207:3::41f\",\"possibleInboundIpv6Addresses\":\"2603:1040:207:3::41f\",\"ftpUsername\":\"Functions-Remove-FlexPlan-8wks\\\\$Functions-Remove-FlexPlan-8wks\",\"ftpsHostName\":\"ftps://waws-prod-hk1-057.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.205.69.86\",\"possibleOutboundIpAddresses\":\"20.187.161.206,20.24.120.5,20.24.120.33,20.24.122.12,20.24.122.25,20.24.122.143,20.24.240.207,20.255.205.96,20.255.205.114,20.255.205.124,20.255.205.183,20.255.205.227,20.255.205.254,20.255.206.65,20.255.206.95,20.255.206.118,20.255.207.167,20.2.56.138,20.2.57.209,20.2.59.117,20.2.60.251,20.2.62.72,20.2.62.109,20.2.62.214,20.2.63.131,20.6.147.100,20.24.125.45,20.24.125.117,20.239.124.23,20.24.240.54,20.205.69.86\",\"outboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"possibleOutboundIpv6Addresses\":\"2603:1040:204:3::1d2,2603:1040:204:3::1d3,2603:1040:204:3::1d5,2603:1040:204:3::1d8,2603:1040:204:3::1d9,2603:1040:204:3::1db,2603:1040:204:3::1a6,2603:1040:204:3::1a8,2603:1040:204:3::1aa,2603:1040:204:3::1ac,2603:1040:204:3::1ae,2603:1040:204:3::1b0,2603:1040:204:3::1b1,2603:1040:204:3::1b2,2603:1040:204:3::1b3,2603:1040:204:3::1b4,2603:1040:204:3::1b6,2603:1040:204:3::1b8,2603:1040:204:3::1ba,2603:1040:204:3::1bc,2603:1040:204:3::1be,2603:1040:204:3::1c0,2603:1040:204:3::1c2,2603:1040:204:3::1c4,2603:1040:204:3::1c6,2603:1040:204:3::1c8,2603:1040:204:3::1ca,2603:1040:204:3::1cc,2603:1040:204:3::1cd,2603:1040:204:3::1cf,2603:1040:207:3::41f,2603:10e1:100:2::14cd:4556\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-hk1-057\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"defaultHostName\":\"functions-remove-flexplan-8wks.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/appsettings/list?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "544" ],
+ "x-ms-client-request-id": [ "7377b796-6e9c-49f2-b007-796e448fa418" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "ab56c346-778b-4910-a2b7-5defdbe11566" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/11879a1c-918a-4be6-a3c8-12874c00bbb1" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "9a04402d-510c-4f2b-84b6-779788dc2575" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234912Z:9a04402d-510c-4f2b-84b6-779788dc2575" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 92EE69522C1C493DA7ED89C119C667C2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1021" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"DEPLOYMENT_STORAGE_CONNECTION_STRING\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=flexapppowershellsa8wks;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/web?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "545" ],
+ "x-ms-client-request-id": [ "612eb05c-79f9-4b5f-a282-b46c2488d40c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "1ea0bac7-b391-4976-bd56-592faf0044a2" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/9674610d-d170-4b6b-ad3c-dd5d15d7d6c5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e34b4ce0-a7cb-488e-927c-bd0ee0fa32e3" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234913Z:e34b4ce0-a7cb-488e-927c-bd0ee0fa32e3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: D4F84AC710FE468C87D8B9A5C9520790 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4161" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks/config/web\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"East Asia\",\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":100,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "546" ],
+ "x-ms-client-request-id": [ "eafafa0c-3c92-4d64-a44b-0a5e565ebc5d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "8c5a82c7-ae47-4fc5-80d2-a924d88fd6cb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f2709feb-1887-46a7-9043-88898d8ceeba" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234914Z:f2709feb-1887-46a7-9043-88898d8ceeba" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DBDB147F33DC4E0AA715701AC393607B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1811" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000\",\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":52647,\"name\":\"ASP-FunctionsFlexRG8wks-0000\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"flex-134ff443abec396c385985682f419e21ad48727dd6af9b1ea7fd62fc5fd75ab8-webspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-057_52647\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:47:24.81\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"FC1\",\"tier\":\"FlexConsumption\",\"size\":\"FC1\",\"family\":\"FC\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?deleteEmptyServerFarm=True\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "547" ],
+ "x-ms-client-request-id": [ "7aeba3ae-6818-45aa-96e8-306edcd3b92a" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1334FF740\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "c62e37e2-c384-4ce4-94c4-97ef49cd4c99" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/275f4248-df62-40c0-b77e-9923f1f1457f" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "649f6df4-d4b1-462a-a9e7-49a3ffe27aaa" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234934Z:649f6df4-d4b1-462a-a9e7-49a3ffe27aaa" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B437C8B5B9824F1A873761BA9DC341BE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:34 GMT" ]
+ },
+ "ContentHeaders": {
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "548" ],
+ "x-ms-client-request-id": [ "a024b6d2-0e58-4f1b-b30a-b6e72b2804aa" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "6b8e58b5-d278-46a0-b423-390ae1ef78c4" ],
+ "x-ms-correlation-request-id": [ "6b8e58b5-d278-46a0-b423-390ae1ef78c4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234934Z:6b8e58b5-d278-46a0-b423-390ae1ef78c4" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9DB5A823642540C8A98931D00CA45797 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:34Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:34 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "244" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-Remove-FlexPlan-8wks\u0027 under resource group \u0027Functions-Flex-RG-8wks\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp - Flex Consumption+[NoContext]+Removes Flex Consumption app and deletes the plan automatically+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/ASP-FunctionsFlexRG8wks-0000?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "549" ],
+ "x-ms-client-request-id": [ "0068ab0a-e5e7-44ea-81e7-d29967c41dfe" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "fe728706-e31f-4ce7-b4c2-8b97a676708b" ],
+ "x-ms-correlation-request-id": [ "fe728706-e31f-4ce7-b4c2-8b97a676708b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234945Z:fe728706-e31f-4ce7-b4c2-8b97a676708b" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6430F36D16604167BC83DFD80DE4D145 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:45Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:44 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "248" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/serverFarms/ASP-FunctionsFlexRG8wks-0000\u0027 under resource group \u0027Functions-Flex-RG-8wks\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "isContentBase64": false
+ }
+ }
+}
diff --git a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.FlexConsumption.Tests.ps1 b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.FlexConsumption.Tests.ps1
new file mode 100644
index 000000000000..4e1c3789b9c8
--- /dev/null
+++ b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.FlexConsumption.Tests.ps1
@@ -0,0 +1,829 @@
+$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1'
+if (-Not (Test-Path -Path $loadEnvPath)) {
+ $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1'
+}
+. ($loadEnvPath)
+$TestRecordingFile = Join-Path $PSScriptRoot 'New-AzFunctionApp.FlexConsumption.Recording.json'
+$currentPath = $PSScriptRoot
+while(-not $mockingPath) {
+ $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File
+ $currentPath = Split-Path -Path $currentPath -Parent
+}
+. ($mockingPath | Select-Object -First 1).FullName
+
+$env:FunctionsTestMode = $true
+
+Describe 'New-AzFunctionApp - Flex Consumption' {
+
+ BeforeAll {
+
+ # Save current enviroment variable
+ $oldFunctionsTestMode = $env:FunctionsTestMode
+
+ # Set environment variables for Flex Consumption tests
+ $env:FunctionsTestMode = $true
+ $env:FunctionsUseFlexStackTestData = $true
+
+ # Set Flex Consumption test variables
+ $flexTestRunId = $env.flexTestRunId
+ $flexLocation = $env.flexLocation
+ $flexResourceGroupName = $env.flexResourceGroupName
+ $flexIdentityInfo = $env.flexIdentityInfo
+
+ # Helper function to validate core Flex Consumption properties
+ function Get-AppPackageContainerName {
+ param(
+ # The source name used to derive the container name (e.g., function app name)
+ [Parameter(Mandatory)]
+ [string]$Name,
+
+ # Optional prefix to use before normalized name and suffix
+ [string]$Prefix = 'app-package',
+
+ # Maximum length for the normalized core (alphanumeric only, before casing and prefix/suffix)
+ [int]$MaxCoreLength = 32
+ )
+
+ # Remove non-alphanumeric characters
+ $tempName = $Name -replace '[^a-zA-Z0-9]', ''
+
+ # Truncate to the allowed max length and lowercase
+ $normalizedName = $tempName.Substring(0, [Math]::Min($MaxCoreLength, $tempName.Length))
+ $normalizedName = $normalizedName.ToLower()
+
+ # Determine suffix: deterministic when FunctionsTestMode is set (truthy), random otherwise
+ if ($env:FunctionsTestMode) {
+ $randomSuffix = 0
+ }
+ else {
+ # Get-Random upper bound is exclusive; 9,999,999 yields range [0..9,999,998]
+ # Your original code used -Maximum 9999999, which keeps the 7-digit padding contract.
+ $randomSuffix = Get-Random -Minimum 0 -Maximum 9999999
+ }
+
+ $containerName = "app-package-$normalizedName-{0:D7}" -f $randomSuffix
+ return $containerName
+ }
+
+ function Get-FlexPlanName
+ {
+ param
+ (
+ [Parameter(Mandatory = $true)]
+ [ValidateNotNullOrEmpty()]
+ [string]$ResourceGroupName
+ )
+
+ if ($env:FunctionsTestMode -and $env:FunctionsUseFlexStackTestData)
+ {
+ $suffix = "-0000"
+ }
+ else
+ {
+ Write-Verbose "Test flags are not set. This will cause a failure in the test case in playback mode." -Verbose
+ # Get-Random upper bound is exclusive; 9999 yields range [0..9998]
+ $randomNumber = Get-Random -Minimum 0 -Maximum 9999
+ $suffix = "-{0:D4}" -f $randomNumber
+ }
+ $name = $ResourceGroupName -replace '[^a-zA-Z0-9]', ''
+ $prefix = "ASP-$name"
+ return $prefix.Substring(0, [Math]::Min(35, $prefix.Length)) + $suffix
+ }
+
+ function Test-FlexConsumptionProperties {
+ param(
+ [Parameter(Mandatory=$true)]
+ $FunctionApp,
+
+ [Parameter(Mandatory=$true)]
+ [hashtable]$ExpectedProperties,
+
+ [Parameter(Mandatory=$true)]
+ [string]$Runtime,
+
+ [Parameter(Mandatory=$true)]
+ [string]$Location
+ )
+
+ # Validate basic properties
+ $FunctionApp.Runtime | Should -Be $Runtime
+ $FunctionApp.Location | Should -Be $Location
+ $FunctionApp.Kind | Should -Match "functionapp"
+ $FunctionApp.State | Should -Be "Running"
+ $FunctionApp.AppServicePlan | Should -Not -BeNullOrEmpty
+
+ # Validate expected properties
+ foreach ($propertyName in $ExpectedProperties.Keys)
+ {
+ Write-Verbose "Checking property: $propertyName" -Verbose
+ $expectedValue = $ExpectedProperties[$propertyName]
+ $actualValue = $FunctionApp.$propertyName
+
+ if ($expectedValue -eq $null) {
+ $actualValue | Should -Be $null
+ }
+ else {
+ $actualValue | Should -Be $expectedValue
+ }
+ }
+ }
+
+ # Helper function to validate app service plan SKU, WorkerType, and SkuTier
+ function Test-FlexConsumptionPlan {
+ param(
+ [Parameter(Mandatory=$true)]
+ [string]$PlanName,
+
+ [Parameter(Mandatory=$true)]
+ [string]$ResourceGroupName
+ )
+
+ Write-Verbose "Validating app service plan SkuName, WorkerType, and SkuTier." -Verbose
+ $plan = Get-AzFunctionAppPlan -Name $PlanName -ResourceGroupName $ResourceGroupName
+ $plan.SkuName | Should -Be "FC1"
+ $plan.WorkerType | Should -Be "Linux"
+ $plan.SkuTier | Should -Be "FlexConsumption"
+ }
+
+ # Helper function to validate app settings
+ function Test-FlexConsumptionAppSettings {
+ param(
+ [Parameter(Mandatory=$true)]
+ [string]$AppName,
+
+ [Parameter(Mandatory=$true)]
+ [string]$ResourceGroupName,
+
+ [Parameter(Mandatory=$true)]
+ [string[]]$ExpectedSettings
+ )
+
+ Write-Verbose "Validating app settings..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $AppName -ResourceGroupName $ResourceGroupName
+
+ foreach ($settingName in $ExpectedSettings)
+ {
+ Write-Verbose "Checking app setting: $settingName" -Verbose
+ $applicationSettings[$settingName] | Should -Not -BeNullOrEmpty
+ }
+
+ return $applicationSettings
+ }
+
+ # Helper function to cleanup function app
+ function Remove-TestFunctionApp {
+ param(
+ [Parameter(Mandatory=$true)]
+ [string]$AppName,
+
+ [Parameter(Mandatory=$true)]
+ [string]$ResourceGroupName
+ )
+
+ Write-Verbose "Cleaning up function app: $AppName" -Verbose
+ $functionApp = Get-AzFunctionApp -Name $AppName -ResourceGroupName $ResourceGroupName -ErrorAction SilentlyContinue
+ if ($functionApp) {
+ Remove-AzFunctionApp -Name $AppName -ResourceGroupName $ResourceGroupName -Force -ErrorAction SilentlyContinue
+ }
+ }
+ }
+
+ AfterAll {
+ # Restore original environment variable
+ $env:FunctionsTestMode = $oldFunctionsTestMode
+ $env:FunctionsUseFlexStackTestData = $null
+ }
+
+ $expectedAppSettings = @('AzureWebJobsStorage', 'APPLICATIONINSIGHTS_CONNECTION_STRING', 'DEPLOYMENT_STORAGE_CONNECTION_STRING')
+
+ # Test Flex Consumption basic creation for each supported runtime (using default versions)
+ $flexConsumptionTestCases = @(
+ @{
+ "Name" = "Functions-Flex-DotNetIsolated-" + $flexTestRunId
+ "Runtime" = "DotNet-Isolated"
+ "RuntimeVersion" = $null # Use default
+ "StorageAccountName" = $env.flexStorageAccountDotNetIsolated
+ "ExpectedSku" = "FC1"
+ "ExpectedAppSettings" = $expectedAppSettings
+ "ExpectedProperties" = @{
+ "RuntimeVersion" = "8.0"
+ "RuntimeName" = "dotnet-isolated"
+ "ScaleAndConcurrencyInstanceMemoryMb" = 2048
+ "ScaleAndConcurrencyMaximumInstanceCount" = 100
+ "ScaleAndConcurrencyHttpPerInstanceConcurrency" = $null
+ "ScaleAndConcurrencyAlwaysReady" = $null
+ "StorageType" = "blobcontainer"
+ "AuthenticationStorageAccountConnectionStringName" = "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ "AuthenticationType" = "storageaccountconnectionstring"
+ "Location" = $flexLocation
+ "OSType" = "Linux"
+ }
+ },
+ @{
+ "Name" = "Functions-Flex-Node-" + $flexTestRunId
+ "Runtime" = "Node"
+ "RuntimeVersion" = $null # Use default
+ "StorageAccountName" = $env.flexStorageAccountNode
+ "ExpectedSku" = "FC1"
+ "ExpectedAppSettings" = $expectedAppSettings
+ "ExpectedProperties" = @{
+ "RuntimeVersion" = "22"
+ "RuntimeName" = "node"
+ "ScaleAndConcurrencyInstanceMemoryMb" = 2048
+ "ScaleAndConcurrencyMaximumInstanceCount" = 100
+ "ScaleAndConcurrencyHttpPerInstanceConcurrency" = $null
+ "ScaleAndConcurrencyAlwaysReady" = $null
+ "StorageType" = "blobcontainer"
+ "AuthenticationStorageAccountConnectionStringName" = "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ "AuthenticationType" = "storageaccountconnectionstring"
+ "Location" = $flexLocation
+ }
+ },
+ @{
+ "Name" = "Functions-Flex-Python-" + $flexTestRunId
+ "Runtime" = "Python"
+ "RuntimeVersion" = $null # Use default
+ "StorageAccountName" = $env.flexStorageAccountPython
+ "ExpectedSku" = "FC1"
+ "ExpectedAppSettings" = $expectedAppSettings
+ "ExpectedProperties" = @{
+ "RuntimeVersion" = "3.12"
+ "RuntimeName" = "python"
+ "ScaleAndConcurrencyInstanceMemoryMb" = 2048
+ "ScaleAndConcurrencyMaximumInstanceCount" = 100
+ "ScaleAndConcurrencyHttpPerInstanceConcurrency" = $null
+ "ScaleAndConcurrencyAlwaysReady" = $null
+ "StorageType" = "blobcontainer"
+ "AuthenticationStorageAccountConnectionStringName" = "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ "AuthenticationType" = "storageaccountconnectionstring"
+ "Location" = $flexLocation
+ }
+ },
+ @{
+ "Name" = "Functions-Flex-Java-" + $flexTestRunId
+ "Runtime" = "Java"
+ "RuntimeVersion" = $null # Use default
+ "StorageAccountName" = $env.flexStorageAccountJava
+ "ExpectedSku" = "FC1"
+ "ExpectedAppSettings" = $expectedAppSettings
+ "ExpectedProperties" = @{
+ "RuntimeVersion" = "17"
+ "RuntimeName" = "java"
+ "ScaleAndConcurrencyInstanceMemoryMb" = 2048
+ "ScaleAndConcurrencyMaximumInstanceCount" = 100
+ "ScaleAndConcurrencyHttpPerInstanceConcurrency" = $null
+ "ScaleAndConcurrencyAlwaysReady" = $null
+ "StorageType" = "blobcontainer"
+ "AuthenticationStorageAccountConnectionStringName" = "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ "AuthenticationType" = "storageaccountconnectionstring"
+ "Location" = $flexLocation
+ }
+ },
+ @{
+ "Name" = "Functions-Flex-PowerShell-" + $flexTestRunId
+ "Runtime" = "PowerShell"
+ "RuntimeVersion" = $null # Use default
+ "StorageAccountName" = $env.flexStorageAccountPowerShell
+ "ExpectedSku" = "FC1"
+ "ExpectedAppSettings" = $expectedAppSettings
+ "ExpectedProperties" = @{
+ "RuntimeVersion" = "7.4"
+ "RuntimeName" = "powershell"
+ "ScaleAndConcurrencyInstanceMemoryMb" = 2048
+ "ScaleAndConcurrencyMaximumInstanceCount" = 100
+ "ScaleAndConcurrencyHttpPerInstanceConcurrency" = $null
+ "ScaleAndConcurrencyAlwaysReady" = $null
+ "StorageType" = "blobcontainer"
+ "AuthenticationStorageAccountConnectionStringName" = "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ "AuthenticationType" = "storageaccountconnectionstring"
+ "Location" = $flexLocation
+ }
+ },
+ @{
+ "Name" = "Functions-Flex-Custom-" + $flexTestRunId
+ "Runtime" = "Custom"
+ "RuntimeVersion" = $null # Use default
+ "StorageAccountName" = $env.flexStorageAccountCustom
+ "ExpectedSku" = "FC1"
+ "ExpectedAppSettings" = $expectedAppSettings
+ "ExpectedProperties" = @{
+ "RuntimeVersion" = "1.0"
+ "RuntimeName" = "custom"
+ "ScaleAndConcurrencyInstanceMemoryMb" = 2048
+ "ScaleAndConcurrencyMaximumInstanceCount" = 100
+ "ScaleAndConcurrencyHttpPerInstanceConcurrency" = $null
+ "ScaleAndConcurrencyAlwaysReady" = $null
+ "StorageType" = "blobcontainer"
+ "AuthenticationStorageAccountConnectionStringName" = "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ "AuthenticationType" = "storageaccountconnectionstring"
+ "Location" = $flexLocation
+ }
+ }
+ )
+
+ foreach ($testCase in $flexConsumptionTestCases) {
+
+ $appName = $testCase["Name"]
+ $runtime = $testCase["Runtime"]
+ $runtimeVersion = $testCase["RuntimeVersion"]
+ $storageAccountName = $testCase["StorageAccountName"]
+ $expectedSku = $testCase["ExpectedSku"]
+ $expectedAppSettings = $testCase["ExpectedAppSettings"]
+ $expectedProperties = $testCase["ExpectedProperties"]
+
+ It "Create $runtime Function App with default runtime version and scaling settings hosted in Flex Consumption" {
+ try {
+ Write-Verbose "Creating Flex Consumption function app: $appName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+ Write-Verbose "Location: $flexLocation" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
+ $createParams = @{
+ Name = $appName
+ ResourceGroupName = $flexResourceGroupName
+ StorageAccountName = $storageAccountName
+ Runtime = $runtime
+ FlexConsumptionLocation = $flexLocation
+ }
+
+ # Add RuntimeVersion if specified
+ if ($runtimeVersion) {
+ $createParams['RuntimeVersion'] = $runtimeVersion
+ }
+
+ New-AzFunctionApp @createParams
+
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+
+ # Use helper function to validate properties
+ Test-FlexConsumptionProperties -FunctionApp $functionApp `
+ -ExpectedProperties $expectedProperties `
+ -Runtime $runtime `
+ -Location $flexLocation
+
+ # Validate app service plan SKU
+ Test-FlexConsumptionPlan -PlanName $functionApp.AppServicePlan `
+ -ResourceGroupName $flexResourceGroupName
+
+ # Validate app settings
+ Test-FlexConsumptionAppSettings -AppName $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -ExpectedSettings $expectedAppSettings
+ }
+ finally {
+ Remove-TestFunctionApp -AppName $appName -ResourceGroupName $flexResourceGroupName
+ }
+ }
+ }
+
+ It "Create Python Flex Consumption app with custom scaling settings and Always Ready configuration" {
+
+ # Use the Python test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "Python" }
+
+ $appName = "Functions-Python-Flex-Scaling-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+ $runtimeVersion = "3.11"
+
+ $maxInstances = 100
+ $instanceMemory = 4096
+ $httpConcurrency = 16
+ $alwaysReady = @(
+ @{
+ "name" = "http"
+ "instanceCount" = 2
+ }
+ )
+
+ Write-Verbose "Creating Flex Consumption app with custom scaling settings" -Verbose
+ Write-Verbose "Function app name: $appName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ try {
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
+ -FlexConsumptionLocation $flexLocation `
+ -AlwaysReady $alwaysReady `
+ -MaximumInstanceCount $maxInstances `
+ -InstanceMemoryMB $instanceMemory `
+ -HttpPerInstanceConcurrency $httpConcurrency
+
+ Write-Verbose "Validating scaling configuration..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+
+ # Validate core properties using base test case
+ $functionApp.Runtime | Should -Be $runtime
+ $functionApp.RuntimeVersion | Should -Be $runtimeVersion
+ $functionApp.RuntimeName | Should -Be $baseTestCase.ExpectedProperties.RuntimeName
+ $functionApp.ScaleAndConcurrencyInstanceMemoryMb | Should -Be 4096
+ $functionApp.ScaleAndConcurrencyMaximumInstanceCount | Should -Be 100
+ $functionApp.ScaleAndConcurrencyHttpPerInstanceConcurrency | Should -Be $null
+ $functionApp.ScaleAndConcurrencyAlwaysReady[0].InstanceCount | Should -Be 2
+ $functionApp.ScaleAndConcurrencyAlwaysReady[0].Name | Should -Be "http"
+ $functionApp.StorageType | Should -Be "blobcontainer"
+ $functionApp.AuthenticationStorageAccountConnectionStringName | Should -Be "DEPLOYMENT_STORAGE_CONNECTION_STRING"
+ $functionApp.AuthenticationType | Should -Be "storageaccountconnectionstring"
+ $functionApp.Location | Should -Be $flexLocation
+ $functionApp.OSType | Should -Be "Linux"
+ $functionApp.State | Should -Be "Running"
+
+ # Validate app service plan and settings
+ Test-FlexConsumptionPlan -PlanName $functionApp.AppServicePlan `
+ -ResourceGroupName $flexResourceGroupName
+
+ Test-FlexConsumptionAppSettings -AppName $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -ExpectedSettings $expectedAppSettings
+ }
+ finally {
+ Remove-TestFunctionApp -AppName $appName -ResourceGroupName $flexResourceGroupName
+ }
+ }
+
+ It "Create Node ZoneRedundant Flex Consumption app with SystemAssigned managed identity for deployment storage" {
+
+ # Use the Node test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "Node" }
+
+ $appName = "Functions-Node-SystemIdentity-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+ $expectedSku = "FC1" # ZoneRedundant SKU
+
+ Write-Verbose "Creating ZoneRedundant Flex Consumption app with SystemAssigned identity for deployment storage" -Verbose
+
+ try {
+
+ Write-Verbose "Creating ZoneRedundant Flex Consumption app with UserAssigned identity for deployment storage" -Verbose
+ Write-Verbose "Function app name: $appName" -Verbose
+ Write-Verbose "Resource group name: $flexResourceGroupName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation `
+ -DeploymentStorageAuthType "SystemAssignedIdentity" `
+ -IdentityType "SystemAssigned" `
+ -EnableZoneRedundancy
+
+ Write-Verbose "Validating SystemAssigned identity configuration..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+
+ # Validate basic properties using base test case expectations
+ $functionApp.Runtime | Should -Be $runtime
+ $functionApp.RuntimeVersion | Should -Be $baseTestCase.ExpectedProperties.RuntimeVersion
+ $functionApp.RuntimeName | Should -Be $baseTestCase.ExpectedProperties.RuntimeName
+ $functionApp.ScaleAndConcurrencyInstanceMemoryMb | Should -Be $baseTestCase.ExpectedProperties.ScaleAndConcurrencyInstanceMemoryMb
+ $functionApp.ScaleAndConcurrencyMaximumInstanceCount | Should -Be $baseTestCase.ExpectedProperties.ScaleAndConcurrencyMaximumInstanceCount
+ $functionApp.ScaleAndConcurrencyHttpPerInstanceConcurrency | Should -Be $null
+ $functionApp.ScaleAndConcurrencyAlwaysReady | Should -Be $null
+ $functionApp.StorageType | Should -Be "blobcontainer"
+ $functionApp.Location | Should -Be $flexLocation
+ $functionApp.OSType | Should -Be "Linux"
+ $functionApp.State | Should -Be "Running"
+
+ # Validate deployment storage authentication type
+ $functionApp.AuthenticationType | Should -Be "systemassignedidentity"
+
+ # Validate managed identity
+ $functionApp.IdentityType | Should -Be "SystemAssigned"
+ $functionApp.IdentityPrincipalId | Should -Not -BeNullOrEmpty
+
+ # Validate app service plan
+ Write-Verbose "Validating app service plan SKU and zone redundancy..." -Verbose
+ $plan = Get-AzFunctionAppPlan -Name $functionApp.AppServicePlan -ResourceGroupName $flexResourceGroupName
+ $plan.SkuName | Should -Be $expectedSku
+ $plan.ZoneRedundant | Should -Be $true
+ # This is the default value when the Flex Consumption plan is created
+ $plan.MaximumElasticWorkerCount | Should -Be 3
+
+ # Validate app settings (should NOT have DEPLOYMENT_STORAGE_CONNECTION_STRING for SystemAssigned)
+ Write-Verbose "Validating app settings..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $flexResourceGroupName
+ $applicationSettings['AzureWebJobsStorage'] | Should -Not -BeNullOrEmpty
+ $applicationSettings['APPLICATIONINSIGHTS_CONNECTION_STRING'] | Should -Not -BeNullOrEmpty
+ $applicationSettings.ContainsKey('DEPLOYMENT_STORAGE_CONNECTION_STRING') | Should -Be $false
+ }
+ finally {
+ Remove-TestFunctionApp -AppName $appName -ResourceGroupName $flexResourceGroupName
+ }
+ }
+
+ It "Create PowerShell Flex Consumption app with UserAssigned managed identity for deployment storage" {
+
+ # Use the PowerShell test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "PowerShell" }
+
+ $appName = "Functions-Pwsh-UserAssignedIdentity-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+ $flexIdentityInfo = $env.flexIdentityInfo
+
+ try {
+ Write-Verbose "Creating Flex Consumption app with UserAssigned identity for deployment storage" -Verbose
+ Write-Verbose "Function app name: $appName" -Verbose
+ Write-Verbose "Resource group name: $flexResourceGroupName" -Verbose
+ Write-Verbose "Identity resource ID: $($flexIdentityInfo.Id)" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation `
+ -DeploymentStorageAuthType "UserAssignedIdentity" `
+ -DeploymentStorageAuthValue $flexIdentityInfo.Id `
+ -IdentityType "UserAssigned" `
+ -IdentityID $flexIdentityInfo.Id
+
+ # Validate basic properties using base test case expectations
+ Write-Verbose "Validating Flex function app basic properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+
+ $functionApp.Runtime | Should -Be $runtime
+ $functionApp.RuntimeVersion | Should -Be $baseTestCase.ExpectedProperties.RuntimeVersion
+ $functionApp.RuntimeName | Should -Be $baseTestCase.ExpectedProperties.RuntimeName
+ $functionApp.ScaleAndConcurrencyInstanceMemoryMb | Should -Be $baseTestCase.ExpectedProperties.ScaleAndConcurrencyInstanceMemoryMb
+ $functionApp.ScaleAndConcurrencyMaximumInstanceCount | Should -Be $baseTestCase.ExpectedProperties.ScaleAndConcurrencyMaximumInstanceCount
+ $functionApp.ScaleAndConcurrencyHttpPerInstanceConcurrency | Should -Be $null
+ $functionApp.ScaleAndConcurrencyAlwaysReady | Should -Be $null
+ $functionApp.StorageType | Should -Be "blobcontainer"
+ $functionApp.Location | Should -Be $flexLocation
+ $functionApp.OSType | Should -Be "Linux"
+ $functionApp.State | Should -Be "Running"
+
+ # Validate deployment storage and authentication type
+ Write-Verbose "Validating deployment storage authentication for user assigned identity..." -Verbose
+ $functionApp.AuthenticationType | Should -Be "userassignedidentity"
+ $functionApp.AuthenticationUserAssignedIdentityResourceId | Should -Match $flexIdentityInfo.Id
+
+ # Validate app user assigned identity
+ $functionApp.IdentityType | Should -Be "UserAssigned"
+ $userAssignedIdentity = $functionApp.IdentityUserAssignedIdentity.AdditionalProperties
+ $userAssignedIdentity.ContainsKey($flexIdentityInfo.Id) | Should -Be $true
+
+ # Validate app service plan
+ Test-FlexConsumptionPlan -PlanName $functionApp.AppServicePlan `
+ -ResourceGroupName $flexResourceGroupName
+
+ # Validate app settings (should NOT have DEPLOYMENT_STORAGE_CONNECTION_STRING for SystemAssigned)
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $flexResourceGroupName
+ $applicationSettings['AzureWebJobsStorage'] | Should -Not -BeNullOrEmpty
+ $applicationSettings['APPLICATIONINSIGHTS_CONNECTION_STRING'] | Should -Not -BeNullOrEmpty
+ $applicationSettings.ContainsKey('DEPLOYMENT_STORAGE_CONNECTION_STRING') | Should -Be $false
+ }
+ finally {
+ Remove-TestFunctionApp -AppName $appName -ResourceGroupName $flexResourceGroupName
+ }
+ }
+
+ It "Create PowerShell Flex Consumption app with custom tags and app settings" {
+
+ # Use the PowerShell test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "PowerShell" }
+
+ $appName = "Functions-PS-CustomConfig-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+
+ $customTags = @{
+ "Environment" = "Test"
+ "Project" = "FlexConsumption"
+ "Owner" = "PowerShell"
+ }
+ $customAppSettings = @{
+ "CustomSetting1" = "Value1"
+ "CustomSetting2" = "Value2"
+ }
+
+ Write-Verbose "Creating Flex Consumption app with custom configuration" -Verbose
+
+ try {
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation `
+ -Tag $customTags `
+ -AppSetting $customAppSettings
+
+ Write-Verbose "Validating custom tags and settings..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+
+ # Validate basic properties using helper and base test case
+ Test-FlexConsumptionProperties -FunctionApp $functionApp `
+ -ExpectedProperties $baseTestCase.ExpectedProperties `
+ -Runtime $runtime `
+ -Location $flexLocation
+
+ # Validate custom tags
+ foreach ($tagName in $customTags.Keys) {
+ $functionApp.Tag.AdditionalProperties[$tagName] | Should -Be $customTags[$tagName]
+ }
+
+ # Validate app settings
+ $applicationSettings = Test-FlexConsumptionAppSettings -AppName $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -ExpectedSettings $expectedAppSettings
+
+ # Validate custom app settings
+ foreach ($settingName in $customAppSettings.Keys) {
+ $applicationSettings[$settingName] | Should -Be $customAppSettings[$settingName]
+ }
+
+ # Validate app service plan
+ Test-FlexConsumptionPlan -PlanName $functionApp.AppServicePlan `
+ -ResourceGroupName $flexResourceGroupName
+ }
+ finally {
+ Remove-TestFunctionApp -AppName $appName -ResourceGroupName $flexResourceGroupName
+ }
+ }
+
+ It "Create Java Flex Consumption app with disabled Application Insights" {
+
+ # Use the Java test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "Java" }
+
+ $appName = "Functions-Java-NoAppInsights-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+
+ Write-Verbose "Creating Flex Consumption app with disabled Application Insights" -Verbose
+
+ try {
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation `
+ -DisableApplicationInsights
+
+ Write-Verbose "Validating Application Insights is disabled..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+
+ # Validate basic properties using helper and base test case
+ Test-FlexConsumptionProperties -FunctionApp $functionApp `
+ -ExpectedProperties $baseTestCase.ExpectedProperties `
+ -Runtime $runtime `
+ -Location $flexLocation
+
+ # Validate Application Insights connection string is not set
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $flexResourceGroupName
+ $applicationSettings.ContainsKey("APPLICATIONINSIGHTS_CONNECTION_STRING") | Should -Be $false
+
+ # Validate other app settings are present (excluding APPLICATIONINSIGHTS_CONNECTION_STRING)
+ $applicationSettings['AzureWebJobsStorage'] | Should -Not -BeNullOrEmpty
+ $applicationSettings['DEPLOYMENT_STORAGE_CONNECTION_STRING'] | Should -Not -BeNullOrEmpty
+
+ # Validate app service plan
+ Test-FlexConsumptionPlan -PlanName $functionApp.AppServicePlan `
+ -ResourceGroupName $flexResourceGroupName
+ }
+ finally {
+ Remove-TestFunctionApp -AppName $appName -ResourceGroupName $flexResourceGroupName
+ }
+ }
+
+ # Test WhatIf scenarios for Flex Consumption
+ It "Validate New-AzFunctionApp -WhatIf works for DotNet-Isolated Flex Consumption" {
+
+ # Use the DotNet-Isolated test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "DotNet-Isolated" }
+
+ $appName = "Functions-DotNet-WhatIf-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+
+ Write-Verbose "Testing WhatIf for Flex Consumption" -Verbose
+
+ # This should not throw and should not create actual resources
+ {
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation `
+ -WhatIf
+ } | Should -Not -Throw
+
+ # Verify no function app was actually created
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName -ErrorAction SilentlyContinue
+ $functionApp | Should -Be $null
+ }
+
+ It "Cleans up plan when Flex Consumption app creation fails (invalid Application Insights)" {
+
+ # Use the PowerShell test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "PowerShell" }
+
+ $appName = "Functions-Cleanup-Test-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+ $invalidAppInsightsName = "non-existent-app-insights-" + $flexTestRunId
+
+ Write-Verbose "Testing cleanup on failure with invalid Application Insights" -Verbose
+ Write-Verbose "Function app name: $appName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Invalid App Insights name: $invalidAppInsightsName" -Verbose
+
+ $errorId = "ApplicationInsightsProjectNotFound"
+ $expectedErrorMessage = "Failed to get application insights project name '$invalidAppInsightsName'. Please make sure the project exist."
+
+ $myError = $null
+ try {
+ Write-Verbose "Create the Flex Consumption function app..." -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation `
+ -ApplicationInsightsName $invalidAppInsightsName `
+ -ErrorAction Stop
+ }
+ catch {
+ Write-Verbose "Catch the expected exception" -Verbose
+ $myError = $_
+ }
+
+ Write-Verbose "Validate FullyQualifiedErrorId is $errorId" -Verbose
+ $myError | Should -Not -BeNullOrEmpty
+ Write-Verbose "Caught error FullyQualifiedErrorId: $($myError.FullyQualifiedErrorId)" -Verbose
+ $myError.FullyQualifiedErrorId | Should -Match $errorId
+
+ Write-Verbose "Validate exception message is '$expectedErrorMessage'" -Verbose
+ $myError.Exception.Message | Should -Match $expectedErrorMessage
+
+ Write-Verbose "Verifying no function app was created" -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName -ErrorAction SilentlyContinue
+ $functionApp | Should -Be $null
+
+ Write-Verbose "Wait for the plan to be deleted by the backend..." -Verbose
+ Start-TestSleep -Seconds 10
+
+ Write-Verbose "Verifying the Flex Consumption plan was cleaned up." -Verbose
+ $expectedPlanName = Get-FlexPlanName -ResourceGroupName $flexResourceGroupName
+
+ Write-Verbose "Expected Flex plan name: $expectedPlanName" -Verbose
+ $plan = Get-AzFunctionAppPlan -Name $expectedPlanName -ResourceGroupName $flexResourceGroupName -ErrorAction SilentlyContinue
+ $plan | Should -Be $null
+ }
+
+ It "Removes Flex Consumption app and deletes the plan automatically" {
+
+ # Use the PowerShell test case as base
+ $baseTestCase = $flexConsumptionTestCases | Where-Object { $_.Runtime -eq "PowerShell" }
+
+ $appName = "Functions-Remove-FlexPlan-" + $flexTestRunId
+ $storageAccountName = $baseTestCase.StorageAccountName
+ $runtime = $baseTestCase.Runtime
+
+ Write-Verbose "Testing automatic plan deletion when removing Flex Consumption app" -Verbose
+ Write-Verbose "Function app name: $appName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ Write-Verbose "Create the Flex Consumption function app." -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $flexResourceGroupName `
+ -StorageAccountName $storageAccountName `
+ -Runtime $runtime `
+ -FlexConsumptionLocation $flexLocation
+
+ Write-Verbose "Verify the function app was created." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName
+ $functionApp | Should -Not -BeNullOrEmpty
+
+ Write-Verbose "Get the plan name." -Verbose
+ $planName = $functionApp.AppServicePlan
+ Write-Verbose "App service plan name: $planName" -Verbose
+
+ Write-Verbose "Verify the plan exists and is Flex Consumption." -Verbose
+ $plan = Get-AzFunctionAppPlan -Name $planName -ResourceGroupName $flexResourceGroupName
+ $plan | Should -Not -BeNullOrEmpty
+ $plan.SkuTier | Should -Be "FlexConsumption"
+
+ Write-Verbose "Removing function app: $appName" -Verbose
+ Remove-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName -Force
+
+ Write-Verbose "Verify the function app was deleted." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $flexResourceGroupName -ErrorAction SilentlyContinue
+ $functionApp | Should -Be $null
+
+ Write-Verbose "Wait for the plan to be deleted by the backend." -Verbose
+ Start-TestSleep -Seconds 10
+
+ Write-Verbose "Verifying that the Flex Consumption plan was deleted." -Verbose
+ $plan = Get-AzFunctionAppPlan -Name $planName -ResourceGroupName $flexResourceGroupName -ErrorAction SilentlyContinue
+ $plan | Should -Be $null
+ }
+}
diff --git a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Recording.json b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Recording.json
index 8fcaee414e48..9d759bcd6655 100644
--- a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Recording.json
+++ b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Recording.json
@@ -3,7 +3,7 @@
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-CustomImage-fbul4mq5e0\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -18,17 +18,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bd45b4ee-3345-468c-bad0-611449126466" ],
+ "x-ms-request-id": [ "59084c26-67ff-4a65-9f64-82fff1b0f773" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "37059149-d57c-433d-a251-cbb0ef3fd4e7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005605Z:37059149-d57c-433d-a251-cbb0ef3fd4e7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/eastasia/471a80d5-8e25-4d00-b9c9-3e205b314293" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "45a868bd-3aa5-4171-87dd-7a710e480e7e" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234946Z:45a868bd-3aa5-4171-87dd-7a710e480e7e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AD7E2CEE78024864B9485C435EA30AE7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:04Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:04 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 59ABB806BDCF401AB69DB6D7895C6786 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:45Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:46 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -46,12 +47,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "137" ],
- "x-ms-client-request-id": [ "1d6966f2-aa20-4c30-a4ad-faa26c8e6839" ],
+ "x-ms-unique-id": [ "551" ],
+ "x-ms-client-request-id": [ "d8cea9de-1843-407d-af7c-8eb0f09b3e0d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -62,41 +63,85 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "53941d7e-6d08-4602-a20d-a3a2cf9b7e02", "9defb33d-3fcf-4069-93ef-b0ca4f1d7451" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "dc8e05a4-fce4-4c76-9446-b493670eddac" ],
+ "x-ms-correlation-request-id": [ "dc8e05a4-fce4-4c76-9446-b493670eddac" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234947Z:dc8e05a4-fce4-4c76-9446-b493670eddac" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fa0b8a59-4129-4442-944c-e62054fae53e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7907425424414EE5BBE8181237C53D51 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:46Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:47 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "10323" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "552" ],
+ "x-ms-client-request-id": [ "9f00286d-aee9-4099-9dca-4ccabd81dd69" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "346065d7-cb1c-44ec-9411-1ad0692556c0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "7c9683ca-13e5-482a-83f7-bed4151aca8e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005605Z:7c9683ca-13e5-482a-83f7-bed4151aca8e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ce4f4a6d-1ebb-4259-8edc-4895f5400fc1" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234947Z:ce4f4a6d-1ebb-4259-8edc-4895f5400fc1" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5B17C5E53DBD4F16B78246D5361EACE9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:04 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 93949B9781C24250AC502F8137CC1AC8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "138" ],
- "x-ms-client-request-id": [ "34b73354-b3c3-41f9-901b-8c6d46d011df" ],
+ "x-ms-unique-id": [ "553" ],
+ "x-ms-client-request-id": [ "f78421c1-486c-4efc-9637-a6de024bd499" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -108,40 +153,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "adc7b04a-1eb9-4ce9-98c7-ba2c9472e8ea" ],
+ "x-ms-request-id": [ "4d3b883e-6924-4137-97d5-e9f26c1a3b52" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "7682ed8f-44e4-4d8f-8c59-43b6660daa88" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005606Z:7682ed8f-44e4-4d8f-8c59-43b6660daa88" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "efee2b56-b52d-4df1-9241-33b843d69d5a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T234948Z:efee2b56-b52d-4df1-9241-33b843d69d5a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A0B0E10D47A9401F9A05F5D2DA44624D Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7D661B155A5F4DC39F769E617B45B067 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "139" ],
- "x-ms-client-request-id": [ "178a4349-2dc8-467c-8936-64fc230d4cb7" ],
+ "x-ms-unique-id": [ "554" ],
+ "x-ms-client-request-id": [ "db113e4f-389f-49eb-9ca8-16d79eab13e4" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -153,40 +198,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3da56c8e-f1ae-4c3a-a179-062df62d8138" ],
+ "x-ms-request-id": [ "820b2ccc-379c-45d9-a202-96c98990a446" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "9874378d-eb90-4a5a-a33f-b17180872db2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005606Z:9874378d-eb90-4a5a-a33f-b17180872db2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "44355051-7b3e-4d06-9adc-4b8ecdcac5bf" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T234948Z:44355051-7b3e-4d06-9adc-4b8ecdcac5bf" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9886B76FDEB142788AC37155BFA8624E Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3AD504B82D5E4A37ABBD610D646EB2B4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "140" ],
- "x-ms-client-request-id": [ "6b4e3d97-b249-45ea-9541-9b3de6536c64" ],
+ "x-ms-unique-id": [ "555" ],
+ "x-ms-client-request-id": [ "2eee6a15-1861-4b29-baf6-3027e38ea748" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -198,40 +243,85 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "87bfebca-0de6-45be-9e7d-205f53246d33" ],
+ "x-ms-request-id": [ "010bf871-2cfb-4e52-b2e1-0cb23c1921ae" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "b7d7faab-3104-4701-9543-f71fecf420fc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005606Z:b7d7faab-3104-4701-9543-f71fecf420fc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bbd1fe55-597c-4178-96aa-44c1e4ef6637" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T234948Z:bbd1fe55-597c-4178-96aa-44c1e4ef6637" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7DD5970BA8FB41A89006CBA62BDA1A27 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0EDBF412C32C4D5D8CB8EDCCB99E16C2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1819" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+7": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "556" ],
+ "x-ms-client-request-id": [ "85ae6fa9-00d2-4d39-ba78-4c6b813797d8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e6287e80-4c7c-48e8-9902-ac37b1886162" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f0acdae9-142e-4e84-89ed-d1a1e120e87b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T234948Z:f0acdae9-142e-4e84-89ed-d1a1e120e87b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: B927B7672F634E3E869A5AC25E5D73EF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:48 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "141" ],
- "x-ms-client-request-id": [ "1413586f-d44a-4563-a539-3caeb6ae1384" ],
+ "x-ms-unique-id": [ "557" ],
+ "x-ms-client-request-id": [ "fbd9c072-a29e-4807-aac4-336a2f948d36" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -243,40 +333,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "04d94101-ae5b-45b4-86e7-9de2a1443bf0" ],
+ "x-ms-request-id": [ "49955553-20ff-43ee-b8e1-2ae748cecfea" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "01f3e2d2-8862-46d6-a3a3-1176ba0165d5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005606Z:01f3e2d2-8862-46d6-a3a3-1176ba0165d5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "794c6739-5817-4f53-ad68-3972969c577a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T234949Z:794c6739-5817-4f53-ad68-3972969c577a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 67920027C66647CDBF5269126BBB21D7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F6C7390722EB4D4DA30EBCFE9F886275 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1696" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":8,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+9": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "142" ],
- "x-ms-client-request-id": [ "a93b20cb-1cb7-4948-a397-730557239f58" ],
+ "x-ms-unique-id": [ "558" ],
+ "x-ms-client-request-id": [ "415f19f5-6a7d-4bad-9b1c-5ff26518ca49" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -287,39 +377,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "69dd1eac-3fe8-4f1a-a758-509ab7982f83" ],
+ "x-ms-original-request-ids": [ "204d420d-73a9-4418-9f9c-5c86ba047d9f", "b4de086a-5f07-4633-9f3f-cdfb240c73d7", "40430dbe-affa-49d5-879f-26af9398b3d3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "8ac69833-1eae-49cb-86b6-d7038ee75a69" ],
+ "x-ms-correlation-request-id": [ "8ac69833-1eae-49cb-86b6-d7038ee75a69" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T234950Z:8ac69833-1eae-49cb-86b6-d7038ee75a69" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "660af008-371c-4c15-b9e2-e4d8e45fd987" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005606Z:660af008-371c-4c15-b9e2-e4d8e45fd987" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6BD56CF2EC6F4E6BA9B9200E91067A8F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F7D20C4A3FAE402D972D787C7B7D218D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01+10": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "143" ],
- "x-ms-client-request-id": [ "88c99466-9816-4e8f-b0da-fb4d9d9b82dd" ],
+ "x-ms-unique-id": [ "559" ],
+ "x-ms-client-request-id": [ "eed9fef9-ba2a-43f8-bbbf-ed9c1af35575" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -330,30 +421,30 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "8a246323-fd6d-4145-a14c-19f029851d68" ],
+ "x-ms-request-id": [ "e14633a7-16f7-4273-a557-3a331cc930b3" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "d8ffdcba-eb1e-42a1-a987-651cb0b5aa20" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005606Z:d8ffdcba-eb1e-42a1-a987-651cb0b5aa20" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/3647a6dc-dcf1-4052-91bf-a7ee7c905630" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "29936a6c-5719-4e1d-a18d-70b023370416" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T234950Z:29936a6c-5719-4e1d-a18d-70b023370416" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B92030671FB24ABEAE3E7CA391D1016B Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7C085F57F7544FB7B169FEE4E8D1EF64 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:50 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"skUcBUe+5O4EK0DJ0kvF9RgrTfUtm65vhNO906vUNgeK+wHUdXYOSu4jWLqbGrAISyxLf/ckH6Ls+AStNs5DZQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"sEtmtKq2Gdh8hOZkroP4avhyxoAbql8eZv63ZJShR2qnQUhsqRAS59GPxVZiuWuhFEiy11+eeRNi+AStUvrV4Q==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-CustomImage-5y3dpkzqcb?api-version=2015-05-01+9": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Insights/components/Functions-CustomImage-fbul4mq5e0?api-version=2015-05-01+11": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-CustomImage-5y3dpkzqcb?api-version=2015-05-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Insights/components/Functions-CustomImage-fbul4mq5e0?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}",
"isContentBase64": false,
"Headers": {
@@ -373,35 +464,36 @@
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "27ea6d06-4a7a-4f2e-8ccc-3eb8d516e4f5" ],
- "x-ms-correlation-request-id": [ "27ea6d06-4a7a-4f2e-8ccc-3eb8d516e4f5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005608Z:27ea6d06-4a7a-4f2e-8ccc-3eb8d516e4f5" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1c19298d-d923-4cdc-871a-0fb450441073" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "09d65d03-18b4-4156-91a2-1954a716a58c" ],
+ "x-ms-correlation-request-id": [ "09d65d03-18b4-4156-91a2-1954a716a58c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T234957Z:09d65d03-18b4-4156-91a2-1954a716a58c" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E9620FBB1532433C90706A0836583961 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F91909F8F0D74DBBA14BCF4823C03574 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:49:56 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1397" ],
+ "Content-Length": [ "1664" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-CustomImage-5y3dpkzqcb\",\r\n \"name\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28000c52-0000-0300-0000-6674cfa80000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"AppId\": \"c6be27ef-cc82-4ad8-aa75-298df5ab14ae\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"cc8ac43e-b206-47a5-8058-3e2cd6a497f3\",\r\n \"ConnectionString\": \"InstrumentationKey=cc8ac43e-b206-47a5-8058-3e2cd6a497f3;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=c6be27ef-cc82-4ad8-aa75-298df5ab14ae\",\r\n \"Name\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"CreationDate\": \"2024-06-21T00:56:08.8071481+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30003e08-0000-0300-0000-6917c0250000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/microsoft.insights/components/Functions-CustomImage-fbul4mq5e0\",\r\n \"name\": \"Functions-CustomImage-fbul4mq5e0\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-CustomImage-fbul4mq5e0\",\r\n \"AppId\": \"b9c165d8-9fe2-4e81-9efb-511bd51fa2d5\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"dab7d157-c584-47fb-b28a-55b4bfbb1f8c\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-CustomImage-fbul4mq5e0\",\r\n \"CreationDate\": \"2025-11-14T23:49:51.5267214+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-customimage-fbul4mq5e0_b9c165d8-9fe2-4e81-9efb-511bd51fa2d5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-CustomImage-fbul4mq5e0-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01+12": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux,container\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"DOCKER|divyag2411/test:customcontainer\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customimage-5y3dpkzqcb\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"cc8ac43e-b206-47a5-8058-3e2cd6a497f3\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux,container\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"DOCKER|divyag2411/test:customcontainer\",\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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customimage-fbul4mq5e0\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ]\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1915" ]
+ "Content-Length": [ "1841" ]
}
},
"Response": {
@@ -409,43 +501,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375CF1A94EB\"" ],
+ "ETag": [ "\"1DC55C1635D9A00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "20178b47-e474-4398-ae22-cda95c3fc93f" ],
+ "x-ms-request-id": [ "b8c63274-c72f-4683-bf76-5204359ff625" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "afb2e5b2-a7f9-4dd4-b52f-332c0645b97a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005632Z:afb2e5b2-a7f9-4dd4-b52f-332c0645b97a" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0a73812e-5b97-4ef7-b3b6-603d6699f51d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "ed346c4f-4823-43f2-82df-141daf1b2b13" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235019Z:ed346c4f-4823-43f2-82df-141daf1b2b13" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 86E008C78B9C4A0996D072C24DB2B963 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:56:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:56:31 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E36CF52D13244EDE9B77C439C31CF953 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:49:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7690" ],
+ "Content-Length": [ "8513" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb\",\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-CustomImage-5y3dpkzqcb\",\"repositorySiteName\":\"Functions-CustomImage-5y3dpkzqcb\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"functions-customimage-5y3dpkzqcb.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-5y3dpkzqcb.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-5y3dpkzqcb.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:56:10.9033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-5y3dpkzqcb\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-CustomImage-5y3dpkzqcb\\\\$Functions-CustomImage-5y3dpkzqcb\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-CustomImage-fbul4mq5e0\",\"repositorySiteName\":\"Functions-CustomImage-fbul4mq5e0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"functions-customimage-fbul4mq5e0.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-fbul4mq5e0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-fbul4mq5e0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:49:58.9\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-fbul4mq5e0\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-CustomImage-fbul4mq5e0\\\\$Functions-CustomImage-fbul4mq5e0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01+13": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "146" ],
- "x-ms-client-request-id": [ "b201871f-b9ff-4034-8687-a3b8d62b2a80" ],
+ "x-ms-unique-id": [ "562" ],
+ "x-ms-client-request-id": [ "8d485304-bdc6-4cfd-bb72-6437e0140b68" ],
"CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
"FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -455,42 +547,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375DB62E8D5\"" ],
+ "ETag": [ "\"1DC55C16F243ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5ba6a53b-6166-464e-b674-f89c71e88c7d" ],
+ "x-ms-request-id": [ "3f732627-389e-44fc-af79-61d6991bfaf7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "a1206315-b0c2-4331-97f0-1343641c1e23" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005702Z:a1206315-b0c2-4331-97f0-1343641c1e23" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0962fcf6-1c4a-4cf6-b975-5cf5afe24309" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235050Z:0962fcf6-1c4a-4cf6-b975-5cf5afe24309" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B5FE73AE357C449596A1F6E9A40A60BE Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:02Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:01 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 91ECF956C6D64FA7AA4892D0D9E09563 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7524" ],
+ "Content-Length": [ "8531" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb\",\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-CustomImage-5y3dpkzqcb\",\"repositorySiteName\":\"Functions-CustomImage-5y3dpkzqcb\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"functions-customimage-5y3dpkzqcb.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-5y3dpkzqcb.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-5y3dpkzqcb.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:56:32.0133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-5y3dpkzqcb\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-CustomImage-5y3dpkzqcb\\\\$Functions-CustomImage-5y3dpkzqcb\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-CustomImage-fbul4mq5e0\",\"repositorySiteName\":\"Functions-CustomImage-fbul4mq5e0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"functions-customimage-fbul4mq5e0.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-fbul4mq5e0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-fbul4mq5e0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:50:19.5966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-fbul4mq5e0\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-CustomImage-fbul4mq5e0\\\\$Functions-CustomImage-fbul4mq5e0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "147" ],
- "x-ms-client-request-id": [ "b6ca65e6-40eb-4333-97e1-0c0f3a958045" ],
+ "x-ms-unique-id": [ "563" ],
+ "x-ms-client-request-id": [ "488b36b4-578a-4c22-a0fb-984a2903152b" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -501,42 +593,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375DB62E8D5\"" ],
+ "ETag": [ "\"1DC55C16F243ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1aafe0cc-97b2-42f1-9cb5-ca1414395fda" ],
+ "x-ms-request-id": [ "7667321c-4bb5-43ca-a7a1-9e054f3dd58b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "9ef49cbc-132e-42a4-a901-0066ba18658a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005703Z:9ef49cbc-132e-42a4-a901-0066ba18658a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4f20c569-2cec-4637-ad2e-d6b44cec42e6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235050Z:4f20c569-2cec-4637-ad2e-d6b44cec42e6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 57B35B2C2670469388712211B77AF7D7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:02Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:02 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A59306A8FE0043528FAEE441F9C654D8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7524" ],
+ "Content-Length": [ "8531" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb\",\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-CustomImage-5y3dpkzqcb\",\"repositorySiteName\":\"Functions-CustomImage-5y3dpkzqcb\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"functions-customimage-5y3dpkzqcb.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-5y3dpkzqcb.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-5y3dpkzqcb.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:56:32.0133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-5y3dpkzqcb\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-CustomImage-5y3dpkzqcb\\\\$Functions-CustomImage-5y3dpkzqcb\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-CustomImage-fbul4mq5e0\",\"repositorySiteName\":\"Functions-CustomImage-fbul4mq5e0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"functions-customimage-fbul4mq5e0.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-fbul4mq5e0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-fbul4mq5e0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:50:19.5966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-fbul4mq5e0\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-CustomImage-fbul4mq5e0\\\\$Functions-CustomImage-fbul4mq5e0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/appsettings/list?api-version=2023-12-01+15": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "148" ],
- "x-ms-client-request-id": [ "b7e3bb4c-3e04-48df-b120-a697f175b18f" ],
+ "x-ms-unique-id": [ "564" ],
+ "x-ms-client-request-id": [ "3e509153-9795-4c51-b684-5366c0fdaa78" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -548,40 +640,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4fa3c795-363c-45d8-9f73-611690b40b65" ],
+ "x-ms-request-id": [ "93ff2773-2814-4208-bd1c-5dccfd3c0ec0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "b44f4c45-820e-466b-91e1-53583271c2ce" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005703Z:b44f4c45-820e-466b-91e1-53583271c2ce" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2c542006-2470-416c-ad54-3bdb92e06600" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c0bdae8c-1b88-4afa-9010-bca6382b29c8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235050Z:c0bdae8c-1b88-4afa-9010-bca6382b29c8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D205988D9B0744379B84FAFEED5719F4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:03Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:02 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4093747969824B12951CE043C90D75A1 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1292" ],
+ "Content-Length": [ "1246" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-5y3dpkzqcb\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"cc8ac43e-b206-47a5-8058-3e2cd6a497f3\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-fbul4mq5e0\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web?api-version=2023-12-01+16": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "149" ],
- "x-ms-client-request-id": [ "cfa4b50e-51cd-4e0f-96e7-cbf57a7ae4ac" ],
+ "x-ms-unique-id": [ "565" ],
+ "x-ms-client-request-id": [ "3535fccd-0bb5-4148-a89a-22b4e9b93177" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -593,40 +685,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6862adc4-5056-4ec2-9415-443dd7c4fbf6" ],
+ "x-ms-request-id": [ "261520a3-2d6d-48bc-8e47-024dc868b4d1" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "326676cc-0034-4b90-a18b-418f51f443e7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005703Z:326676cc-0034-4b90-a18b-418f51f443e7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f061f5ed-d661-4154-a3db-92fce518c390" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5468d743-c563-46d5-ad21-67f918415d4b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235050Z:5468d743-c563-46d5-ad21-67f918415d4b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6BC79D268733475BA16198D0BF4031FD Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:03Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:02 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FABE1A6D2B0D42F6BA6061466A8C1E63 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4108" ],
+ "Content-Length": [ "4219" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/web\",\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"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\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"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\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "150" ],
- "x-ms-client-request-id": [ "d4246619-1f92-4be9-8d89-9eadfa8ed1e5" ],
+ "x-ms-unique-id": [ "566" ],
+ "x-ms-client-request-id": [ "9e7b0dcd-a84a-4950-95a1-20c15a71d6d0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -637,42 +730,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375DB62E8D5\"" ],
+ "ETag": [ "\"1DC55C16F243ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1d990fee-c775-48fd-89b2-7a4dd1cab9af" ],
+ "x-ms-request-id": [ "d70a324d-408b-492c-ad15-e78259494c1f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "b4548ccf-f47a-447c-90bf-39b9c03cd7f4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005703Z:b4548ccf-f47a-447c-90bf-39b9c03cd7f4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c147d4c5-051a-48d9-a2d1-16cd030de1bf" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235051Z:c147d4c5-051a-48d9-a2d1-16cd030de1bf" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3078A95F8AB54E28B3A44F4A3CA763AD Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:03Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:03 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D879D468CF234AB0B46AA74AC826CE01 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7524" ],
+ "Content-Length": [ "8531" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb\",\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-CustomImage-5y3dpkzqcb\",\"repositorySiteName\":\"Functions-CustomImage-5y3dpkzqcb\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"functions-customimage-5y3dpkzqcb.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-5y3dpkzqcb.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-5y3dpkzqcb.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:56:32.0133333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-5y3dpkzqcb\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-CustomImage-5y3dpkzqcb\\\\$Functions-CustomImage-5y3dpkzqcb\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-customimage-5y3dpkzqcb.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-CustomImage-fbul4mq5e0\",\"repositorySiteName\":\"Functions-CustomImage-fbul4mq5e0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"functions-customimage-fbul4mq5e0.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-fbul4mq5e0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-fbul4mq5e0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:50:19.5966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-fbul4mq5e0\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-CustomImage-fbul4mq5e0\\\\$Functions-CustomImage-fbul4mq5e0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/appsettings/list?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/appsettings/list?api-version=2023-12-01+18": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "151" ],
- "x-ms-client-request-id": [ "da654721-7a33-4034-b5f0-f67ce37a67c7" ],
+ "x-ms-unique-id": [ "567" ],
+ "x-ms-client-request-id": [ "a3cf2191-8e45-4d90-8e6a-8d036573f93a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -684,40 +777,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7ac09230-b1ce-46af-b47f-55a0c0308847" ],
+ "x-ms-request-id": [ "028af541-8631-4401-960b-d782ebcd2355" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "63729807-dfa1-4b18-97eb-15e999e774c6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005704Z:63729807-dfa1-4b18-97eb-15e999e774c6" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d08b7535-cae2-4cde-b596-bb0f2ff54356" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "3ed15226-7743-400a-a690-176d8fc46565" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235051Z:3ed15226-7743-400a-a690-176d8fc46565" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 393A09732BE34FB88A74FD04A466F596 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:03Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:03 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C1D4D6FA8BBA4048AD0663F2CFCB9EE4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1292" ],
+ "Content-Length": [ "1246" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-5y3dpkzqcb\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"cc8ac43e-b206-47a5-8058-3e2cd6a497f3\",\"FUNCTIONS_EXTENSION_VERSION\":\"~1\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-fbul4mq5e0\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/web?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web?api-version=2023-12-01+19": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "152" ],
- "x-ms-client-request-id": [ "43691af4-51ef-4029-92ee-712e7fffcadc" ],
+ "x-ms-unique-id": [ "568" ],
+ "x-ms-client-request-id": [ "367454d3-b8d0-4213-a46b-5ffacaa82796" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -729,40 +822,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bc95bdff-7fbf-453b-b9cd-5ac02306e0f9" ],
+ "x-ms-request-id": [ "c5c7e14e-2c7c-48e7-8247-7f80c1733aeb" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "9d96efcf-d67b-4cd0-a6f7-0e0cbf213c55" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005704Z:9d96efcf-d67b-4cd0-a6f7-0e0cbf213c55" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/650294c1-6386-4cc0-95aa-ec8dcd11441d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "790bec83-3731-42d6-b45b-6e15321806b0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235051Z:790bec83-3731-42d6-b45b-6e15321806b0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A50FAF917BA446F49037F088454EB33B Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:04Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:03 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2B129D4A1FEE4C9194CAB67627520E78 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4108" ],
+ "Content-Length": [ "4219" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb/config/web\",\"name\":\"Functions-CustomImage-5y3dpkzqcb\",\"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\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"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\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+CustomDockerImage+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01+20": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-CustomImage-5y3dpkzqcb?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "153" ],
- "x-ms-client-request-id": [ "1a52352a-bfa9-4431-ac73-1f123746ced6" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "569" ],
+ "x-ms-client-request-id": [ "6765113b-e0e2-421b-a974-06b197d423a0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -773,39 +867,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC375DB62E8D5\"" ],
+ "ETag": [ "\"1DC55C16F243ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "70465545-791b-4708-b46f-a5fb30593e86" ],
+ "x-ms-request-id": [ "0a6a4c14-35de-4111-8b68-be3d1dc0abfd" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "7d92d8d5-7668-4f1d-8df9-7e57abe7d4aa" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005718Z:7d92d8d5-7668-4f1d-8df9-7e57abe7d4aa" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "02b65c9a-ad60-468e-81f0-43885401d4fd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235051Z:02b65c9a-ad60-468e-81f0-43885401d4fd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6318992039DA470EAB3BDD8E138709DC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:04Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:17 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B9EA38E653CE480E8758261AE4480FE5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:51 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "8531" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux,container\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"state\":\"Running\",\"hostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-CustomImage-fbul4mq5e0\",\"repositorySiteName\":\"Functions-CustomImage-fbul4mq5e0\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"functions-customimage-fbul4mq5e0.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-fbul4mq5e0.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customimage-fbul4mq5e0.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:50:19.5966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomImage-fbul4mq5e0\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux,container\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-CustomImage-fbul4mq5e0\\\\$Functions-CustomImage-fbul4mq5e0\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-customimage-fbul4mq5e0.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/appsettings/list?api-version=2023-12-01+21": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "570" ],
+ "x-ms-client-request-id": [ "4e15e805-09e8-457e-aedb-5696c4244156" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "69" ]
}
},
"Response": {
@@ -814,40 +914,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "494ed97a-9c2e-4f2c-8d18-626342b49e58" ],
+ "x-ms-request-id": [ "ef59ba2a-d7dc-43b7-87ab-b39c99bba86f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "7c20f4d1-1f7a-4c7c-9356-ff99f938baaa" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005719Z:7c20f4d1-1f7a-4c7c-9356-ff99f938baaa" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f1c84a4b-f1cd-4b7f-b5f5-3f2ce2ad6557" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "0b32be55-9d99-4e97-a99f-935ddce85253" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235052Z:0b32be55-9d99-4e97-a99f-935ddce85253" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 543E2A4C2D5E4DAC8736FC496976D6FA Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:18Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:18 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1762C79176614AA9B8090E33C3CEB018 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:51Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1246" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customimage-fbul4mq5e0\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "155" ],
- "x-ms-client-request-id": [ "c35e333c-8d5a-453b-b15a-aaebdd5a735d" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "x-ms-unique-id": [ "571" ],
+ "x-ms-client-request-id": [ "217e5df3-aa48-4e49-90cb-5f956269e807" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -859,40 +959,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e83dae8c-40a9-4c56-a55c-a25ef97ccaa3" ],
+ "x-ms-request-id": [ "605a830e-7424-4b1a-9857-afccbc396b6a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "162e4b59-22b3-4caa-816c-5fb7599135c9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005720Z:162e4b59-22b3-4caa-816c-5fb7599135c9" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/715f4749-77a0-4337-a061-a39c91a16963" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "77977658-c0d3-4d3d-9384-68c9d3025c10" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235052Z:77977658-c0d3-4d3d-9384-68c9d3025c10" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FB920B2702504043ABEB37CE023CE3DC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:19Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 83EE50108CFE488E9BEB207E939B9009 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "4219" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0/config/web\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"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\":\"\",\"linuxFxVersion\":\"DOCKER|divyag2411/test:customcontainer\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+23": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "156" ],
- "x-ms-client-request-id": [ "3dee7b10-50dc-464b-847d-813ff0534936" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "572" ],
+ "x-ms-client-request-id": [ "3fea7861-bd3b-4511-9d2e-2a8ad5234437" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -903,39 +1004,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "c6a2e951-1615-4cab-93df-a0955caabc12" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "277f2981-1427-4798-a1d5-208a10cd161c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005720Z:277f2981-1427-4798-a1d5-208a10cd161c" ],
+ "x-ms-request-id": [ "2f2f66af-80d6-4c19-828e-c5d96f41fd68" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a7da01c7-cb58-4ac9-ab94-35b730476c28" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235052Z:a7da01c7-cb58-4ac9-ab94-35b730476c28" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3A9861E0F698421C995C5CA24E7DF5D6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4FFF1DBE216D4E749B3D15EED44B93B9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+CustomDockerImage+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+24": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-CustomImage-fbul4mq5e0?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "157" ],
- "x-ms-client-request-id": [ "b1d4c665-482b-4c9a-b45b-98e874f46d43" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "573" ],
+ "x-ms-client-request-id": [ "26b76a3e-e975-4592-a338-857e6ab1b685" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -946,72 +1049,34 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "6790867b-ac87-400b-9f07-122cece14b0f" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "29114822-0d71-4d15-8217-5878a6f26e1d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005720Z:29114822-0d71-4d15-8217-5878a6f26e1d" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6EE6E8625F7D4EB9B20955FF407A8D89 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:19 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "ETag": [ "\"1DC55C16F243ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "8b47044d-eb28-446d-a833-5ca2b08cffda" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "bedca854-fa86-42dd-8eb2-f8b5bf25c0d9" ],
- "x-ms-correlation-request-id": [ "bedca854-fa86-42dd-8eb2-f8b5bf25c0d9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005721Z:bedca854-fa86-42dd-8eb2-f8b5bf25c0d9" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5955b5a6-3446-4d74-b782-461f06f16d86" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "5492c4dc-7ea9-489b-a4ce-d4628382ec33" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235059Z:5492c4dc-7ea9-489b-a4ce-d4628382ec33" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EEAB29B3512840D78594730584D6EB62 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B5DC5CB5C10248CAB561952B7564EC5E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:52Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1399" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28005255-0000-0300-0000-6674cff10000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ce387e87-a068-44f8-8a8b-464832ecb014\",\r\n \"ConnectionString\": \"InstrumentationKey=ce387e87-a068-44f8-8a8b-464832ecb014;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:21.5387613+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -1026,17 +1091,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c1644277-c558-42a4-82b1-25ee3cb9bc0d" ],
+ "x-ms-request-id": [ "683519d3-a7bc-48b1-afdc-243693a9d39c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "64e9d654-f4ac-4577-be7d-423c17a45822" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005722Z:64e9d654-f4ac-4577-be7d-423c17a45822" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1004fdb6-3253-4ee0-bdc1-06ef4c5b7e7c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bf4feb49-54ea-4c8d-b6f7-0c25160524d2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235059Z:bf4feb49-54ea-4c8d-b6f7-0c25160524d2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6A0AA4625D7545FEAD30BE7919C63C0A Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 633907D46FEF4DA6954A96D26E43C8F9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:59 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -1047,19 +1113,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "160" ],
- "x-ms-client-request-id": [ "174db5a7-f838-42ae-b43d-e96a4d7976d7" ],
+ "x-ms-unique-id": [ "575" ],
+ "x-ms-client-request-id": [ "0a22d47f-52dc-40a7-8d51-f8c1f5e2f6dd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1071,40 +1137,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e75acba6-15b9-463e-bcf8-ba81ccadebec" ],
+ "x-ms-request-id": [ "e7a700cd-8f2b-4991-beb9-7b6e82d2cda3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "ab29d2b2-880e-405a-a17b-94e6c6cea9a1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005723Z:ab29d2b2-880e-405a-a17b-94e6c6cea9a1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/7b959b36-70ad-45b5-8507-11ff6ccc1776" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7244e56a-1751-4e69-906d-89ad626c31c0" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235100Z:7244e56a-1751-4e69-906d-89ad626c31c0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2901ABEF35954ABEBE345568E31E00D8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 369630FB63E5425F8B3793AA0391B78A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:50:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:50:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "36864" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "161" ],
- "x-ms-client-request-id": [ "929dff7b-5ff4-43e9-9d24-3e072b7472ff" ],
+ "x-ms-unique-id": [ "576" ],
+ "x-ms-client-request-id": [ "ea4e72cd-fc61-41c1-b32a-76b7518bed01" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1115,39 +1182,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "e535b750-8260-4810-b026-48676f7a2a4a" ],
+ "x-ms-original-request-ids": [ "f85d8847-fac1-4e4e-b489-c747f9f4a4c1", "174732aa-40e8-44fc-aa4c-a25e0d031e4b", "c9010ea2-c5b5-49d9-9826-e1ffbb77d2b9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "5dc90d80-1c1e-4ac5-8651-31f6a8456bf7" ],
+ "x-ms-correlation-request-id": [ "5dc90d80-1c1e-4ac5-8651-31f6a8456bf7" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235100Z:5dc90d80-1c1e-4ac5-8651-31f6a8456bf7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "0bb00016-99fb-4485-ae6f-0d683e17c2f6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005724Z:0bb00016-99fb-4485-ae6f-0d683e17c2f6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 71883377A8EC402CA9CE28556F505EC9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D7C92D0E60D54E258659C063D71DCE99 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Custom+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "162" ],
- "x-ms-client-request-id": [ "7c942eb2-2235-4109-8c1b-b9dc0d603685" ],
+ "x-ms-unique-id": [ "577" ],
+ "x-ms-client-request-id": [ "f435ec25-95f6-46d7-866e-427eaa6542a1" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1158,72 +1226,31 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "05c52f3e-f60d-462b-b5e0-026a3e585b31" ],
+ "x-ms-request-id": [ "96718738-7e04-4a67-ad1d-8d131c2f1340" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "d08c76fe-4714-42ed-9f81-c6f0f8100461" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005724Z:d08c76fe-4714-42ed-9f81-c6f0f8100461" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/814aab98-748f-4728-bb26-85001f89f07d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "8cd0e466-006b-46ca-84d6-0159eed156ff" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235100Z:8cd0e466-006b-46ca-84d6-0159eed156ff" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 98A4BEAE99424CF5B587A4FB2C183159 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2A2B40C073E843118FA3AE2657CAABE3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:00 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "030547b8-1226-48f0-872a-1d2b445ffe7d" ],
- "x-ms-correlation-request-id": [ "030547b8-1226-48f0-872a-1d2b445ffe7d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005726Z:030547b8-1226-48f0-872a-1d2b445ffe7d" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3A0B3E3ED7F44307B77EA90AC1282AAB Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:25 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1399" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800df55-0000-0300-0000-6674cff40000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ce387e87-a068-44f8-8a8b-464832ecb014\",\r\n \"ConnectionString\": \"InstrumentationKey=ce387e87-a068-44f8-8a8b-464832ecb014;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:21.5387613+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -1238,17 +1265,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "31278f3b-919e-434d-966e-287be4050f3c" ],
+ "x-ms-request-id": [ "2dfb749a-b73d-48f7-b78f-0680b224c298" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "1f955ab6-5a38-42d0-bcfa-3285c619b51c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005727Z:1f955ab6-5a38-42d0-bcfa-3285c619b51c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/814843d5-5179-4a70-8b33-0cccd4d1bba8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1b21c452-eb3e-4168-b68d-f20c28bde508" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235101Z:1b21c452-eb3e-4168-b68d-f20c28bde508" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0222501B44794A11870398D5BE81C24F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:26 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 40CB0D82DC074EC9A5BC75C9B944CEC0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:00 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -1259,19 +1287,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "165" ],
- "x-ms-client-request-id": [ "cfd0446f-2cf8-4d75-824f-4ace778d3aeb" ],
+ "x-ms-unique-id": [ "579" ],
+ "x-ms-client-request-id": [ "e1dbcaf4-72c8-48cd-a516-24f4e440a1f4" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1283,40 +1311,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7eb4d48b-34f5-49e1-9581-e1248e6cac0c" ],
+ "x-ms-request-id": [ "059f6af6-e87e-48c7-92b1-9a9c3b2b1b5e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "80d14d24-5823-4e9a-8584-2c358c34ad36" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005728Z:80d14d24-5823-4e9a-8584-2c358c34ad36" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/dcef6dd4-1d15-4a05-8e4f-e961393f1096" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0687719e-b4d9-4aa4-b30b-4ca4affcf3f2" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235101Z:0687719e-b4d9-4aa4-b30b-4ca4affcf3f2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C3F15D6539844B10AD2A306EB3A31B8C Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:27Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8FBB8560401141B9AB823D0C6DADA60E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "36864" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "166" ],
- "x-ms-client-request-id": [ "84c776c3-ccf0-4472-ae84-4855af1cb2e8" ],
+ "x-ms-unique-id": [ "580" ],
+ "x-ms-client-request-id": [ "38b4c338-4659-41af-914f-ac57925adc37" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1327,39 +1356,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "b044fb86-bfdb-442c-81a3-ea699176c133" ],
+ "x-ms-original-request-ids": [ "c29d0289-6cd9-447d-bb6b-09c44603234c", "e27caac8-9256-46ae-a311-e485b4545b97", "0bb519de-243d-4106-b471-500ed751317b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "ea5315c1-fc27-4aed-8095-a8016839bc7b" ],
+ "x-ms-correlation-request-id": [ "ea5315c1-fc27-4aed-8095-a8016839bc7b" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235101Z:ea5315c1-fc27-4aed-8095-a8016839bc7b" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "1b8a36e0-eac3-4b1f-839b-768269b08eef" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005728Z:1b8a36e0-eac3-4b1f-839b-768269b08eef" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8AA9B7485B604301A65C14FB254F4AE5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:28Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FDAF4EF8C7F14093ACBDAA9C57F7468A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:01 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for DotNet-Isolated+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "167" ],
- "x-ms-client-request-id": [ "9db83b99-8dc1-4001-8f5c-0630858156ed" ],
+ "x-ms-unique-id": [ "581" ],
+ "x-ms-client-request-id": [ "859d15c9-d25a-4c09-a93f-ce6c257a79be" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1370,72 +1400,31 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "ab2610a8-f6d0-4947-857e-2ec193ae1ec9" ],
+ "x-ms-request-id": [ "c9dac2fd-01f0-4ac6-9280-32703513147b" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "4ed0086a-a77e-4a39-bcac-5fbc457fa3fe" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005728Z:4ed0086a-a77e-4a39-bcac-5fbc457fa3fe" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/931384ab-d72b-420c-ae2f-a5cbae5f8e33" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "28bd860b-0e61-468a-a2b1-c28bd06f8d9e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235102Z:28bd860b-0e61-468a-a2b1-c28bd06f8d9e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AFB8F6C3B2244F1FBC49E5583B472735 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:28Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 14B04970A5814882BC975443B63FF296 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:01 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "d57ab646-e9b4-4153-b3a3-e3bdb1c5d7ec" ],
- "x-ms-correlation-request-id": [ "d57ab646-e9b4-4153-b3a3-e3bdb1c5d7ec" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005731Z:d57ab646-e9b4-4153-b3a3-e3bdb1c5d7ec" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9114D34C75534AF9B4C55AB19FCB3DD5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:28Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:30 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1399" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800a556-0000-0300-0000-6674cff90000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ce387e87-a068-44f8-8a8b-464832ecb014\",\r\n \"ConnectionString\": \"InstrumentationKey=ce387e87-a068-44f8-8a8b-464832ecb014;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:21.5387613+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -1450,17 +1439,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1bd1b4a3-c88e-45dd-8f3e-80ad3bf864b8" ],
+ "x-ms-request-id": [ "6479b1af-baae-4416-bc7c-17727f1c2579" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "be82c9f2-df73-4b4a-aa03-73d654d3f1cd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005731Z:be82c9f2-df73-4b4a-aa03-73d654d3f1cd" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/816cc369-f881-463b-9375-5d4eb808f821" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c1255a52-92d7-49e2-b2bc-5eb4cefb83f4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235102Z:c1255a52-92d7-49e2-b2bc-5eb4cefb83f4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AB6AACC6238343DCA495A9080970E5F5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:31Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:31 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D4DE5AAE43AB44228E56A1884FE5ECE2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:01 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -1471,19 +1461,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for PowerShell+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "170" ],
- "x-ms-client-request-id": [ "c0a369b0-0ecb-4476-b707-7c7be1615702" ],
+ "x-ms-unique-id": [ "583" ],
+ "x-ms-client-request-id": [ "1fcd25ff-52fb-470a-a9e1-20ebbe3fa14d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1495,40 +1485,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a16617b6-c58c-4f5f-a812-b91588b2c237" ],
+ "x-ms-request-id": [ "c7610bc4-a2db-4ca6-8e11-9f5a23387c9d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "228dbb91-96b6-48e7-ba7a-e9bbeff3b273" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005732Z:228dbb91-96b6-48e7-ba7a-e9bbeff3b273" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/c072fb27-304d-4d08-9827-95ea4792a87d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "dc2bf8e2-d547-46a6-8349-9664c21c6270" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235102Z:dc2bf8e2-d547-46a6-8349-9664c21c6270" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 00B0FA28B6B64E1280D63A373E2A9B93 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:31Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:31 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 71E5EEFBE4DE448FBBB7AEF31BF110CE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:02 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "36864" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "171" ],
- "x-ms-client-request-id": [ "93b1378d-57d0-41bd-ad0e-9d3acc7224a8" ],
+ "x-ms-unique-id": [ "584" ],
+ "x-ms-client-request-id": [ "a3bab35b-7216-4e73-b663-28febb048adc" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1539,39 +1530,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "eed441fa-6ce0-4b69-946f-7f52ebe49f12" ],
+ "x-ms-original-request-ids": [ "2726c708-75a8-4484-85d3-a205f6bbfdec", "a0023e48-4d4d-411d-977b-3d621eec5908", "bd81a938-f4f4-40b3-8f58-6bff8233a5af" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "df4ce888-bf62-4120-82d5-e0cee1da549e" ],
+ "x-ms-correlation-request-id": [ "df4ce888-bf62-4120-82d5-e0cee1da549e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235103Z:df4ce888-bf62-4120-82d5-e0cee1da549e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "47f801f6-363b-45d7-8c0a-62c295b64ffa" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005732Z:47f801f6-363b-45d7-8c0a-62c295b64ffa" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5171F91939084EB3B9C79D97A5BD766F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:32Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E488E662C07F4CE29C4DA2BA997C7D14 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:02 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "172" ],
- "x-ms-client-request-id": [ "b19c5571-53ae-467d-a982-41c6d0089a06" ],
+ "x-ms-unique-id": [ "585" ],
+ "x-ms-client-request-id": [ "d3be1442-b31b-4d27-84a8-72349cb6d6f0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1582,37 +1574,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "59dbd690-de61-4cec-83b9-bf570e1937fb" ],
+ "x-ms-request-id": [ "0a4552d2-137b-4522-96d0-0c16f2cd744e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "190952dd-aa55-4aa6-839f-b5857d7f8085" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005733Z:190952dd-aa55-4aa6-839f-b5857d7f8085" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/ac431a22-d127-45d1-9559-9a28b6219d1c" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5314a1e3-9b71-4ef3-af59-8620ac5d1afc" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235103Z:5314a1e3-9b71-4ef3-af59-8620ac5d1afc" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8468EFA58F2440D5A7EE124CB85EA6FE Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:32Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4C95C2B08EED4667B1DE6315DF80521A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:02 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?api-version=2015-05-01+5": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?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}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
+ "Content-Length": [ "69" ]
}
},
"Response": {
@@ -1620,40 +1612,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "4648cc68-1320-4a5d-a27e-4f1f95ba7a5b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ],
- "x-ms-request-id": [ "74bd4ba0-2e50-47fa-8958-32e9c9fbefeb" ],
- "x-ms-correlation-request-id": [ "74bd4ba0-2e50-47fa-8958-32e9c9fbefeb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005733Z:74bd4ba0-2e50-47fa-8958-32e9c9fbefeb" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/eb44395c-6993-4567-b744-3d74fe971222" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "903f955e-c399-4c39-8789-b514ce2c7dfa" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235103Z:903f955e-c399-4c39-8789-b514ce2c7dfa" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 00392B789F0D4591BB93930804D62712 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A4BB13574F634CD7A77E7491E219F1AF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1399" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28005757-0000-0300-0000-6674cffd0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ce387e87-a068-44f8-8a8b-464832ecb014\",\r\n \"ConnectionString\": \"InstrumentationKey=ce387e87-a068-44f8-8a8b-464832ecb014;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:21.5387613+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Java+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "587" ],
+ "x-ms-client-request-id": [ "04a3000e-96a2-49db-963d-37e79c55df47" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "69" ]
}
},
"Response": {
@@ -1662,85 +1659,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5ba8ede9-fa1e-49d7-a92a-aa4717b5f7f2" ],
+ "x-ms-request-id": [ "d4746c03-f5a6-480a-9672-691b8c2c205b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "55250158-b245-402c-baef-c7b18e4f9f12" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005734Z:55250158-b245-402c-baef-c7b18e4f9f12" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/931ec0da-1359-4a3f-b571-b1ddca96d855" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a055c72d-982d-41a9-bdea-25f41a604792" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235103Z:a055c72d-982d-41a9-bdea-25f41a604792" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7EA19FB279694BECAE9EDE277C6FACED Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E12F4B8274FE442299384076131E9AC2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "175" ],
- "x-ms-client-request-id": [ "906f4bc6-e2b7-4171-a5e1-cd0b0f2db3c2" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "2c78d370-37b1-40e4-85e3-283520ab941c" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "5be32e26-e2e8-4ccb-83ff-113636337308" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005735Z:5be32e26-e2e8-4ccb-83ff-113636337308" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 307224B3FB074D2CA46B9B766843F581 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:34 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "36864" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "176" ],
- "x-ms-client-request-id": [ "bfdc2d33-a812-45ba-ad56-4378d92cbd27" ],
+ "x-ms-unique-id": [ "588" ],
+ "x-ms-client-request-id": [ "87f56ea8-28f8-4a8f-87e7-1c0e7339fe5a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1751,39 +1704,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "cae478af-acf7-4f99-b2e8-0fd13fe481c3" ],
+ "x-ms-original-request-ids": [ "1ad507f2-8e1f-40b1-9b83-5a979a71c084", "7742f5ee-d31f-4b29-9192-1c9dae3f6306", "cac5a91c-5d4a-474b-8c1e-2d43ad9f4bf7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "3f213a18-c15a-445a-84d6-98fa7be36299" ],
+ "x-ms-correlation-request-id": [ "3f213a18-c15a-445a-84d6-98fa7be36299" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235104Z:3f213a18-c15a-445a-84d6-98fa7be36299" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "f47b085c-2b68-4dda-b142-226c0a30ab9e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005735Z:f47b085c-2b68-4dda-b142-226c0a30ab9e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FF3185790FFF4A2680FD8B6F4392587F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D77ABA72E79444C4BC182B31CEE1DD7F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:03Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "177" ],
- "x-ms-client-request-id": [ "366616b5-b47f-4711-bea9-5b81a096fb7a" ],
+ "x-ms-unique-id": [ "589" ],
+ "x-ms-client-request-id": [ "8bfa4976-61f3-417c-a656-65ee45fe1b6c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1794,72 +1748,31 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "bc425cf9-c0e4-4d05-a9cd-bab4dec8531a" ],
+ "x-ms-request-id": [ "0a1599b2-31c7-476e-b823-537a6d315e28" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "340f919f-99c4-4263-a71a-33cf9efac14b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005736Z:340f919f-99c4-4263-a71a-33cf9efac14b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f853c466-c93b-4cfa-8427-a2c6eaa4837d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "8de95ba4-57f5-45df-a669-7c2df8fdcbea" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235104Z:8de95ba4-57f5-45df-a669-7c2df8fdcbea" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4FCAB736BA664FB9BB14013AD0E2BCA6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D82803EE5DFD4037BA9C4E2A6864F772 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:03 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "53155c53-bda6-406d-826b-6fe87dd546de" ],
- "x-ms-correlation-request-id": [ "53155c53-bda6-406d-826b-6fe87dd546de" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005738Z:53155c53-bda6-406d-826b-6fe87dd546de" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C44CA981E0444BD5BA66A7E68461E1D5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:37 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1399" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28006357-0000-0300-0000-6674d0000000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ce387e87-a068-44f8-8a8b-464832ecb014\",\r\n \"ConnectionString\": \"InstrumentationKey=ce387e87-a068-44f8-8a8b-464832ecb014;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:21.5387613+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -1874,17 +1787,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "452b359a-4292-4646-a41e-8b933988219c" ],
+ "x-ms-request-id": [ "38481a27-9b85-48a9-afbd-feac6614a674" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "0ad966bf-d437-4a25-8dba-ef3a459c19e4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005738Z:0ad966bf-d437-4a25-8dba-ef3a459c19e4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1ec0b86d-6819-4e72-8d61-ca6fb6ea2e7e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "305d5146-23cc-4d66-ae77-9327cb1dcb45" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235104Z:305d5146-23cc-4d66-ae77-9327cb1dcb45" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 874B4BC96E78414E8863ABEB6578FE4E Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9F1B9C50CB5545D3A590A6AFD342F95A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:04 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -1895,19 +1809,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Node+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "180" ],
- "x-ms-client-request-id": [ "4c190f0b-78fd-44f1-a866-c2586389ad60" ],
+ "x-ms-unique-id": [ "591" ],
+ "x-ms-client-request-id": [ "f3826eb5-45c6-4732-88c2-0ff6fba5b9a0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1919,40 +1833,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "de44a805-7f9a-4f09-83e3-8ae39339c824" ],
+ "x-ms-request-id": [ "f1579dbf-c2f5-4f8b-94c3-99b9a94fc20b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "8f635875-cb97-4d0b-971e-d8d75e62ef64" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005739Z:8f635875-cb97-4d0b-971e-d8d75e62ef64" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/dbd81109-165e-4a81-a345-c84f5d627375" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8459050c-321b-4ba8-9ae5-65d9960a2f9b" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235104Z:8459050c-321b-4ba8-9ae5-65d9960a2f9b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2BBC93587F424AA584B621DDA6505F6D Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0C7B744701314A1AAFC4388117FA0725 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:04 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "36864" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "181" ],
- "x-ms-client-request-id": [ "b3e7b237-e232-44f0-b801-b817ee76bd17" ],
+ "x-ms-unique-id": [ "592" ],
+ "x-ms-client-request-id": [ "5d83015a-39db-4bd0-8a64-4421cd731dc5" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1963,39 +1878,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "de37f451-9b07-41b0-8189-322df8c45d3c" ],
+ "x-ms-original-request-ids": [ "5e6caf4e-f170-49a8-9294-02feb5cabfb8", "7c4e1910-86f8-48fa-ad47-e2bbff86e9e4", "060d7295-f76f-4dc8-ba90-9003e5750035" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "779d90e5-53eb-4ca9-9503-cd1ca6101fc8" ],
+ "x-ms-correlation-request-id": [ "779d90e5-53eb-4ca9-9503-cd1ca6101fc8" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235105Z:779d90e5-53eb-4ca9-9503-cd1ca6101fc8" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "0b71f7fd-31d7-4eb2-a142-644367b6bb22" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005739Z:0b71f7fd-31d7-4eb2-a142-644367b6bb22" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 87D8DD654CB74E719ED4EDC96F0B6FD9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6C0BAF0874794ED385338713496230A3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:04Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:04 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "182" ],
- "x-ms-client-request-id": [ "360ff814-5352-4317-8d94-32b9668072b8" ],
+ "x-ms-unique-id": [ "593" ],
+ "x-ms-client-request-id": [ "c7f32df2-8cf1-4eb0-9cbb-8cd90d9084fd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2006,72 +1922,31 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "b85f6a54-ad3d-4b77-bef8-46faedf65346" ],
+ "x-ms-request-id": [ "5288f1c2-0cb7-463c-96a4-d27250644025" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "321ec115-e47c-4f3d-8530-24204eaa3236" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005739Z:321ec115-e47c-4f3d-8530-24204eaa3236" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/c9d3b52a-830e-458d-a64e-f04f862364cb" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "7e1990b1-2bed-43e9-a938-b29e3b75f29a" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235105Z:7e1990b1-2bed-43e9-a938-b29e3b75f29a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3D3C26217DA940CCA697899EBEDE15CC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FF69A8175F8E4827B57BC2F4B0B54BB4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:05Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:05 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Validate New-AzFunctionApp default OSType and FunctionsVersion for Python+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-TestAppName-o7atemdn6x?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "54459c26-9d64-413c-89d4-6c2ddb5c14f3" ],
- "x-ms-correlation-request-id": [ "54459c26-9d64-413c-89d4-6c2ddb5c14f3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005741Z:54459c26-9d64-413c-89d4-6c2ddb5c14f3" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AFD677F1286749DA960B5B81DEEDC679 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:40 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1397" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28002f58-0000-0300-0000-6674d0040000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"259c0804-390a-419f-9560-9b21cefcb580\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"9db50430-8b46-4b2d-a641-377546ab3577\",\r\n \"ConnectionString\": \"InstrumentationKey=9db50430-8b46-4b2d-a641-377546ab3577;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=259c0804-390a-419f-9560-9b21cefcb580\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:40.8885518+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Node 10 in Windows for Functions version 4+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for PowerShell 6.2 in Windows for Functions version 4+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -2086,17 +1961,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a91b61a2-fada-41a1-8ac1-dcadc83f90f8" ],
+ "x-ms-request-id": [ "c3fad6f1-b80a-4f01-a418-ebc24dd52fca" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "14ce6e2d-2e29-4148-b3d1-5d6d4381ff5b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005741Z:14ce6e2d-2e29-4148-b3d1-5d6d4381ff5b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7c14b07b-20b9-453b-87e2-971914e39c37" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "66c76975-3727-40ed-ba1b-f9437d1a4bea" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235105Z:66c76975-3727-40ed-ba1b-f9437d1a4bea" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A1A1F495384E4453BA73A5B0C7AB49FC Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4F56C0F1C9AA45CC87042A240DF2E968 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:05Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:05 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -2107,11 +1983,11 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for PowerShell 6.2 in Windows for Functions version 4+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Python 3.6 in Linux for Functions version 4+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -2126,17 +2002,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e23c32cd-7c70-45d4-8b25-f53540017191" ],
+ "x-ms-request-id": [ "0444ad26-5128-4e8d-a403-d95a39a46148" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "1a330bbd-e21a-49a1-bfd5-4b2c23d0c077" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005742Z:1a330bbd-e21a-49a1-bfd5-4b2c23d0c077" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/e3334f59-c03b-4042-85b2-9c726bdba91e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "00518fd4-3035-4951-8158-06d66d9adb42" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235106Z:00518fd4-3035-4951-8158-06d66d9adb42" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F948AE759556490EADB40F5E158ECFAE Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 31B06776372A4FFCA3CD475D504AF43C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:05 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -2147,11 +2024,11 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Node 10 in Linux for Functions version 4+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw RuntimeNotSupported when trying to create a function app for an invalid runtime+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -2166,17 +2043,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "888c142e-20d4-41a6-a956-c0fd588809c2" ],
+ "x-ms-request-id": [ "b47137c9-491e-49a2-a417-23898c422b10" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ],
- "x-ms-correlation-request-id": [ "983b583f-98ad-4c4e-9d76-07714b33a71e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005742Z:983b583f-98ad-4c4e-9d76-07714b33a71e" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/682695ec-f0a4-4e83-aa8d-499a797eaf7a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7e8533b0-b4b4-4bf7-9348-51d698358335" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235106Z:7e8533b0-b4b4-4bf7-9348-51d698358335" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 419D665521CE4826997D69DCE6FFCC0F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4624E138767A4E1D9922669CB3599A8B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:06 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -2187,17 +2065,17 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw InvalidRuntimeVersion for Python 3.6 in Linux for Functions version 4+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-Python-kbt35oepnm\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "69" ]
+ "Content-Length": [ "64" ]
}
},
"Response": {
@@ -2206,17 +2084,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c5c0b8cd-590e-4f83-a13a-6966cdcdd313" ],
+ "x-ms-request-id": [ "f2721ac0-12f0-4ea0-9680-cb1ab978f664" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "9210b2a2-c36c-43db-ad0b-4e3123edf39c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005743Z:9210b2a2-c36c-43db-ad0b-4e3123edf39c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/dc69bf9b-f281-4efb-a567-c11ff5cfcdae" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0ada3310-61b9-4b07-9a78-39630718258f" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235106Z:0ada3310-61b9-4b07-9a78-39630718258f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A6639AD39C0444B9837AD1975E9C70FD Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EB2277781492446892AE08F8136A29D5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:06Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:06 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -2227,17 +2106,22 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+New-AzFunctionApp should throw RuntimeNotSupported when trying to create a function app for an invalid runtime+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "598" ],
+ "x-ms-client-request-id": [ "418abc61-b66c-4bad-84b2-7405921343cf" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "69" ]
}
},
"Response": {
@@ -2245,39 +2129,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "ea4a08be-5f33-4991-a5ea-25e7a66cd82c", "ad43b8ee-455f-46da-8d7a-bffd87733963" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "13fd1148-48fb-4281-8381-78446075bfd4" ],
+ "x-ms-correlation-request-id": [ "13fd1148-48fb-4281-8381-78446075bfd4" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235107Z:13fd1148-48fb-4281-8381-78446075bfd4" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ecf9728c-790a-49fc-a8ef-5c7a63176a6f" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "1ad994d3-0f72-448a-ac6c-8512a4861238" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005743Z:1ad994d3-0f72-448a-ac6c-8512a4861238" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3F8CEBD988C34214AA83374696C64B28 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 25C7374AD3334F2EBA9B9B3E5C8BA369 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:07 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "10323" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "599" ],
+ "x-ms-client-request-id": [ "7db1cf27-b92b-4a97-a148-250facefc2d6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "64" ]
}
},
"Response": {
@@ -2286,40 +2174,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5afcfd26-bdc7-4e2e-bf0d-84adb9380046" ],
+ "x-ms-request-id": [ "ffdbf5ee-5874-4005-903b-8efafe023235" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "fa00d8ab-1a41-418f-9ce5-96f8aec40e4d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005744Z:fa00d8ab-1a41-418f-9ce5-96f8aec40e4d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2b561e29-1c16-49ea-ae44-8347f51daf0b" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235107Z:2b561e29-1c16-49ea-ae44-8347f51daf0b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 177A5C39C9D14396B1673ADF53F3A375 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8B4337D0DAE048A0AEC227E00EEADB24 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:07 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "190" ],
- "x-ms-client-request-id": [ "31f82413-26a6-47fb-9954-9b9b5d06cb81" ],
+ "x-ms-unique-id": [ "600" ],
+ "x-ms-client-request-id": [ "65c6a11f-54d7-447e-9250-ed5ca1fbd026" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2331,40 +2219,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "08b7e806-bdd0-43bc-ab1a-d14514e6ac98" ],
+ "x-ms-request-id": [ "f1c20c31-2e9b-4a91-bfd6-5da0dfd0d99c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "b6cf3656-e446-403d-a733-8b176c90c293" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005744Z:b6cf3656-e446-403d-a733-8b176c90c293" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "acac983c-f4f1-4167-bc52-e043633edf55" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235108Z:acac983c-f4f1-4167-bc52-e043633edf55" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 56C4A928A2A747CC9CF1461E28BF6C02 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1D67C589FFD24FA9A5420E2494564B9D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:07 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "191" ],
- "x-ms-client-request-id": [ "20be6483-a10e-4282-af47-9994f42b584a" ],
+ "x-ms-unique-id": [ "601" ],
+ "x-ms-client-request-id": [ "1740ab90-7833-4e7e-91a2-ccad746d0580" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2376,40 +2264,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4fc089eb-b327-42db-9b20-5b1ac8375691" ],
+ "x-ms-request-id": [ "25d6d1ef-6f1c-45b2-8057-3540236b1243" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "7e13bcc0-f127-431f-a09c-f9ec36c56e62" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005744Z:7e13bcc0-f127-431f-a09c-f9ec36c56e62" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "bc7aa8c1-665f-4760-8f65-c906042d0c53" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235108Z:bc7aa8c1-665f-4760-8f65-c906042d0c53" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 072A86A6764242A581D78396723B96DE Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:44 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2359106A726B490586B81F67C82535AC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:07 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "192" ],
- "x-ms-client-request-id": [ "7201c47b-f8c1-4da9-98b4-00d0ac2834d3" ],
+ "x-ms-unique-id": [ "602" ],
+ "x-ms-client-request-id": [ "f930c2aa-10ba-4d9a-ac85-16d08a2cae0e" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2421,40 +2309,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4d08a83a-abcd-4957-9abc-ebdfcb11ce1d" ],
+ "x-ms-request-id": [ "badd52af-330b-438e-815e-c94ba22d09a6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "498e6eec-42da-4ff4-b0ce-4bb770d9b1f2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005745Z:498e6eec-42da-4ff4-b0ce-4bb770d9b1f2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "cc0327ce-430c-4cc2-a11b-5350bbad7eb7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235108Z:cc0327ce-430c-4cc2-a11b-5350bbad7eb7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2F509E2F37B14FA294177BB240641C1F Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:44 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C8A3BDA824A64D088FECD9CEB2F09ED2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "193" ],
- "x-ms-client-request-id": [ "409776bf-ab05-4566-8258-846ac4d29edc" ],
+ "x-ms-unique-id": [ "603" ],
+ "x-ms-client-request-id": [ "2bd10506-5f25-4739-b771-60d4f2a76aaf" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2466,40 +2354,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e29d00c3-178f-45e0-8784-82d8179a0f5e" ],
+ "x-ms-request-id": [ "a45157f4-04dd-4bba-adbc-ca7b3dc869f9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "3ccacac8-97ac-47a2-82c4-63085926ebb7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005745Z:3ccacac8-97ac-47a2-82c4-63085926ebb7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "80d620c0-5b8c-4a6c-a661-9f2bfe15d760" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235108Z:80d620c0-5b8c-4a6c-a661-9f2bfe15d760" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 025C0E7D75D14F9AB2FC75DE84B3D358 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:44 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A25BE7733AA94C79B31D223D23C81F0F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "194" ],
- "x-ms-client-request-id": [ "95f3568d-f63f-4c26-b791-4a2863b8af1a" ],
+ "x-ms-unique-id": [ "604" ],
+ "x-ms-client-request-id": [ "894cc62a-5ac4-4a4e-a5bc-0db59e66708d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2511,40 +2399,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5bcc33d7-11a3-400a-87bd-ecd749a0a18d" ],
+ "x-ms-request-id": [ "100b8032-b232-4f4f-9b62-02f12d63d9cb" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "44caef29-ac76-4363-9a57-94a6acec7891" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005745Z:44caef29-ac76-4363-9a57-94a6acec7891" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a13cae8e-d575-4ce9-b0f0-bc08aafe96ac" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235109Z:a13cae8e-d575-4ce9-b0f0-bc08aafe96ac" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 04CEF8BBBCBA4645B36FD52168A1871C Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:44 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DB998138415542B4B2F4B941FB1CFCCA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:09 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1696" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":8,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+9": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "195" ],
- "x-ms-client-request-id": [ "57663308-7057-4ab8-b1fa-5f4e5656fd8e" ],
+ "x-ms-unique-id": [ "605" ],
+ "x-ms-client-request-id": [ "7fae49b1-320d-48fd-a33c-c22917a2335a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2555,39 +2443,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "97614865-ee82-4163-88ce-27bcfc842519" ],
+ "x-ms-original-request-ids": [ "de8a2153-9c5b-4c10-b8f4-4f5ee91bd9ff", "6def7abd-7dbe-46f5-83a9-20f49f716cdd", "dbdc4061-c35c-40be-a56b-eda451f9a56d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "03ad1a4a-ca8a-48ed-85e5-13afc0dc177a" ],
+ "x-ms-correlation-request-id": [ "03ad1a4a-ca8a-48ed-85e5-13afc0dc177a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T235110Z:03ad1a4a-ca8a-48ed-85e5-13afc0dc177a" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "0c698aeb-3925-4653-af73-5166b5a51384" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005745Z:0c698aeb-3925-4653-af73-5166b5a51384" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F91196E9942A4EB9A47CE4E73F0B40AB Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:44 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EB715ED133CB480CA8809C720C4DF7FE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01+10": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "196" ],
- "x-ms-client-request-id": [ "92c44a84-bc9f-4116-850e-9b1c98d6171e" ],
+ "x-ms-unique-id": [ "606" ],
+ "x-ms-client-request-id": [ "7439b86f-6915-45bc-89eb-859849cd3972" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2598,30 +2487,30 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "ed904198-caf2-455d-83a6-fe32deade7d9" ],
+ "x-ms-request-id": [ "f34e9fec-9fe1-4197-abed-9ac61a6c28c5" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "df32ec0a-af35-4550-afe6-ad75ad4992b3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005745Z:df32ec0a-af35-4550-afe6-ad75ad4992b3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/6348dd27-7db9-42f1-848e-f6dc024b0e9f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c9e50c61-e7d0-4107-8fe8-59cb6993a1e9" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235110Z:c9e50c61-e7d0-4107-8fe8-59cb6993a1e9" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C0A110798B084BF4A930035AB5A5EB0A Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:45 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1BB567FFC9154FC19FDE7685DB4F9B2B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:10 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"skUcBUe+5O4EK0DJ0kvF9RgrTfUtm65vhNO906vUNgeK+wHUdXYOSu4jWLqbGrAISyxLf/ckH6Ls+AStNs5DZQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"sEtmtKq2Gdh8hOZkroP4avhyxoAbql8eZv63ZJShR2qnQUhsqRAS59GPxVZiuWuhFEiy11+eeRNi+AStUvrV4Q==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-Python-iyf85pjd9l?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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Insights/components/Functions-Python-kbt35oepnm?api-version=2015-05-01+11": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-Python-iyf85pjd9l?api-version=2015-05-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Insights/components/Functions-Python-kbt35oepnm?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}",
"isContentBase64": false,
"Headers": {
@@ -2641,35 +2530,36 @@
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "29a8fbe1-b528-4c58-afc8-b9bbd7c45f9b" ],
- "x-ms-correlation-request-id": [ "29a8fbe1-b528-4c58-afc8-b9bbd7c45f9b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005747Z:29a8fbe1-b528-4c58-afc8-b9bbd7c45f9b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e9deab2d-6350-428e-892d-2669fa155e52" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "6dbc71d0-2c36-4ce8-9ad4-485488bc3257" ],
+ "x-ms-correlation-request-id": [ "6dbc71d0-2c36-4ce8-9ad4-485488bc3257" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235131Z:6dbc71d0-2c36-4ce8-9ad4-485488bc3257" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B11D6B34557E42D0A1F7E7B27356EA53 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:45Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:57:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2E0334B70BE44F138F6EE149E79A8092 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:30 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1377" ],
+ "Content-Length": [ "1634" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-Python-iyf85pjd9l\",\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28004758-0000-0300-0000-6674d00b0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-iyf85pjd9l\",\r\n \"AppId\": \"f84b56aa-fb47-4198-8d5e-93c737d87873\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\",\r\n \"ConnectionString\": \"InstrumentationKey=3acd53fb-3572-4fa8-b91e-f48bfd5a6982;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f84b56aa-fb47-4198-8d5e-93c737d87873\",\r\n \"Name\": \"Functions-Python-iyf85pjd9l\",\r\n \"CreationDate\": \"2024-06-21T00:57:47.3295727+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30003e14-0000-0300-0000-6917c0830000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/microsoft.insights/components/Functions-Python-kbt35oepnm\",\r\n \"name\": \"Functions-Python-kbt35oepnm\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-kbt35oepnm\",\r\n \"AppId\": \"cd104da8-da7e-46c9-88dc-c16ff0b911e3\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"9a08513b-9f3a-4de1-9110-97f554e1b81f\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Python-kbt35oepnm\",\r\n \"CreationDate\": \"2025-11-14T23:51:11.7052492+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-kbt35oepnm_cd104da8-da7e-46c9-88dc-c16ff0b911e3_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-kbt35oepnm-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01+12": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Python|3.10\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-iyf85pjd9l\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Python|3.13\",\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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-kbt35oepnm\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1885" ]
+ "Content-Length": [ "1811" ]
}
},
"Response": {
@@ -2677,43 +2567,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3760A1D4AA0\"" ],
+ "ETag": [ "\"1DC55C19B403E00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4c78c06a-f27e-4ac4-add5-75e2177b4e71" ],
+ "x-ms-request-id": [ "fdd934f1-f11c-46d2-b596-be4bff8cf23a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "1d5713e7-5d11-44d6-ba54-798ac1f9feac" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005810Z:1d5713e7-5d11-44d6-ba54-798ac1f9feac" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/62f2ec39-c883-4613-957c-de45f7d1bd81" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "cc0b6e58-96b1-4258-8bec-d118436934f4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235153Z:cc0b6e58-96b1-4258-8bec-d118436934f4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BCF1D1655CFE44ACB3CC2BE72546185E Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:57:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DE4396DC03B64DDC968C5D2877204C66 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:51:31Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:51:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7573" ],
+ "Content-Length": [ "8397" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:57:49.8333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm\",\"name\":\"Functions-Python-kbt35oepnm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-kbt35oepnm\",\"state\":\"Running\",\"hostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Python-kbt35oepnm\",\"repositorySiteName\":\"Functions-Python-kbt35oepnm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\",\"functions-python-kbt35oepnm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.13\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-kbt35oepnm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:51:32.61\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-kbt35oepnm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Python-kbt35oepnm\\\\$Functions-Python-kbt35oepnm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01+13": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "199" ],
- "x-ms-client-request-id": [ "614fcf90-3527-450c-b163-6dedc6e67e76" ],
+ "x-ms-unique-id": [ "609" ],
+ "x-ms-client-request-id": [ "7db0da83-ea1a-45c2-83a6-830556241d23" ],
"CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
"FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -2723,42 +2613,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376162E2DD5\"" ],
+ "ETag": [ "\"1DC55C1A6BEA535\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2849fb2e-a34c-4f69-8d5f-0ca02528cad4" ],
+ "x-ms-request-id": [ "7b69a652-29fe-4563-92a9-a9b2afd71b74" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "832b2e4e-261a-46a3-b0ab-3722b59de49b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005841Z:832b2e4e-261a-46a3-b0ab-3722b59de49b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9de9cf53-8d3e-4bed-a89e-f98177c5f8ab" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235223Z:9de9cf53-8d3e-4bed-a89e-f98177c5f8ab" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BE10EFE450C9429A842AFB248A87FA73 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 099C72A785CD4F50A8666FAC40DEC775 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7380" ],
+ "Content-Length": [ "8387" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:58:10.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm\",\"name\":\"Functions-Python-kbt35oepnm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-kbt35oepnm\",\"state\":\"Running\",\"hostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Python-kbt35oepnm\",\"repositorySiteName\":\"Functions-Python-kbt35oepnm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\",\"functions-python-kbt35oepnm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.13\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-kbt35oepnm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:51:52.8833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-kbt35oepnm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Python-kbt35oepnm\\\\$Functions-Python-kbt35oepnm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "200" ],
- "x-ms-client-request-id": [ "2a34d648-8285-4f28-854e-af1e2464970d" ],
+ "x-ms-unique-id": [ "610" ],
+ "x-ms-client-request-id": [ "1050b989-8008-460a-ade6-c90cc5a7aaa4" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2769,42 +2659,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376162E2DD5\"" ],
+ "ETag": [ "\"1DC55C1A6BEA535\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "40faafa6-ee0c-48cc-9710-3dcc22842e04" ],
+ "x-ms-request-id": [ "8a3dec89-7fea-4417-b3dd-643ad35daf20" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "b0ee628c-d4a1-465d-b55b-c82767b08885" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005841Z:b0ee628c-d4a1-465d-b55b-c82767b08885" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9645dcfc-4173-463c-ba02-b5a2ff9c625a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235223Z:9645dcfc-4173-463c-ba02-b5a2ff9c625a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3D0D4778D4134ED3B40FE529763BE105 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C087AD37CE2E48809E153AFD6013DFAF Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:23 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7380" ],
+ "Content-Length": [ "8387" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:58:10.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm\",\"name\":\"Functions-Python-kbt35oepnm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-kbt35oepnm\",\"state\":\"Running\",\"hostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Python-kbt35oepnm\",\"repositorySiteName\":\"Functions-Python-kbt35oepnm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\",\"functions-python-kbt35oepnm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.13\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-kbt35oepnm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:51:52.8833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-kbt35oepnm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Python-kbt35oepnm\\\\$Functions-Python-kbt35oepnm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01+15": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "201" ],
- "x-ms-client-request-id": [ "b378becd-83ea-45c6-a79b-7b8a91eaecb0" ],
+ "x-ms-unique-id": [ "611" ],
+ "x-ms-client-request-id": [ "581bd007-951d-4274-b1a8-34e2c5f630a3" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2816,40 +2706,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "27d23cb1-e9c5-47e5-bb32-94f3fbfae7be" ],
+ "x-ms-request-id": [ "81b32f13-d416-4064-b9d9-a8369a43e8d2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "6f43c7ec-046a-43b7-a579-88d4c5ac212d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005857Z:6f43c7ec-046a-43b7-a579-88d4c5ac212d" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/bef0c4f1-d957-4bdd-bef2-f79e8068afb3" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "fee93aff-da1d-4a1b-8082-eb22083ce2c4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235224Z:fee93aff-da1d-4a1b-8082-eb22083ce2c4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 558840ECDC2948C5B4A0548A6CE18121 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:56 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2A35BBD929AA4ABBAB60622216FF1092 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:23 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "1209" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-kbt35oepnm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web?api-version=2023-12-01+16": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "202" ],
- "x-ms-client-request-id": [ "1bba42b7-d1f2-4349-bae2-42684dc07ae6" ],
+ "x-ms-unique-id": [ "612" ],
+ "x-ms-client-request-id": [ "10a9b260-aa88-4312-abfc-761c63d7d298" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2861,40 +2751,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "62d33c5d-1b60-4d31-b23d-808b8a99d5ae" ],
+ "x-ms-request-id": [ "8ee844cc-319d-42a9-a5bf-3ab0de9985c9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "05c27da9-c5a4-483f-a43a-7964153d292a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005857Z:05c27da9-c5a4-483f-a43a-7964153d292a" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/81736fed-8194-47f2-acd9-2f57f4f5f9c2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "450d8c3b-55cd-4d4a-9db9-a2d974207a6a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235224Z:450d8c3b-55cd-4d4a-9db9-a2d974207a6a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B2C63D68FF674D01B2A3EB03D7F209DB Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:57Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C9B6BD01FDBF4B61A842AA93FA294F64 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:23 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4071" ],
+ "Content-Length": [ "4182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web\",\"name\":\"Functions-Python-iyf85pjd9l\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web\",\"name\":\"Functions-Python-kbt35oepnm\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01+17": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "203" ],
- "x-ms-client-request-id": [ "8e5c249f-6b26-4709-ace4-2a76c7537de6" ],
+ "x-ms-unique-id": [ "613" ],
+ "x-ms-client-request-id": [ "800f4043-4115-4ca8-8034-bd709d229008" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2906,40 +2797,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f19d67a9-ff58-49e6-ae98-0d08497acf50" ],
+ "x-ms-request-id": [ "ebd36e79-9b73-41d1-b988-ba0260acda13" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ],
- "x-ms-correlation-request-id": [ "470bcdd8-f23f-4845-8c7d-8b2282d21e68" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005858Z:470bcdd8-f23f-4845-8c7d-8b2282d21e68" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/fad44294-3496-4bf1-b0ba-5df99a49df2a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "3864be7a-9db5-444b-9f01-03291d030a40" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235224Z:3864be7a-9db5-444b-9f01-03291d030a40" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E11B79E866CA460DA3C6F0073F79E866 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:57Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F37A246352BB4FEE972AF7D50B93FB76 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:23 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "1209" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-kbt35oepnm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01+18": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "204" ],
- "x-ms-client-request-id": [ "fb546d44-f625-4f9a-8760-7fd44cd81bf3" ],
+ "x-ms-unique-id": [ "614" ],
+ "x-ms-client-request-id": [ "d68a0541-1343-4e3c-a567-934b7b3a8e62" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2950,42 +2841,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376162E2DD5\"" ],
+ "ETag": [ "\"1DC55C1A6BEA535\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "793d60cd-dd75-4b05-ba0b-628cb9242626" ],
+ "x-ms-request-id": [ "31f8e1bc-4f2b-4d15-ade8-1f6c39469f4b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "32d5bf65-3548-48fe-8c2c-75080f14fea2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005858Z:32d5bf65-3548-48fe-8c2c-75080f14fea2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "64d278b3-d568-4a91-b94c-afb9cdd0fdf5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235224Z:64d278b3-d568-4a91-b94c-afb9cdd0fdf5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AE5DAE7B6E664763A52B048E01588009 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 23F8FEB480D3415BADCA7D3DA6B0C1EE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:24 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7380" ],
+ "Content-Length": [ "8387" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:58:10.6533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm\",\"name\":\"Functions-Python-kbt35oepnm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-kbt35oepnm\",\"state\":\"Running\",\"hostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Python-kbt35oepnm\",\"repositorySiteName\":\"Functions-Python-kbt35oepnm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\",\"functions-python-kbt35oepnm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.13\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-kbt35oepnm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:51:52.8833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-kbt35oepnm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Python-kbt35oepnm\\\\$Functions-Python-kbt35oepnm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01+19": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "205" ],
- "x-ms-client-request-id": [ "f8a2b98d-e12b-49ee-9228-707166f91d6f" ],
+ "x-ms-unique-id": [ "615" ],
+ "x-ms-client-request-id": [ "f6c0cb0e-3077-44d8-a511-ac86438e22cb" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2997,40 +2888,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "528e2334-6098-4a3b-a72f-c1c05c85818d" ],
+ "x-ms-request-id": [ "7a643f7e-f6a4-4fb2-8f09-56d7a76b40b5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "5e2743b4-abbc-4143-a7f5-e1ecc4f200cf" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005858Z:5e2743b4-abbc-4143-a7f5-e1ecc4f200cf" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8a7ad2e3-cd97-415e-b124-5ad50ed0e525" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "4eeb5228-e7eb-418a-a977-dd26aeaccc43" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235225Z:4eeb5228-e7eb-418a-a977-dd26aeaccc43" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C1BD526C17FB4484B2B3B25B9D687525 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7E97420246F942CB90435776522A8091 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:24 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "1209" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-kbt35oepnm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web?api-version=2023-12-01+20": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "206" ],
- "x-ms-client-request-id": [ "e87f3691-f57e-47ed-a423-a56713f88e94" ],
+ "x-ms-unique-id": [ "616" ],
+ "x-ms-client-request-id": [ "9e0bbf21-24f5-464f-a895-3eb930b0aac8" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3042,40 +2933,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "83f7bbfb-3157-46bd-b70b-ad88b441309e" ],
+ "x-ms-request-id": [ "b90d995a-354b-4044-86e1-8e8b0190adb4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "f2c987cc-bbda-4f5b-affd-1f37d5fc67cf" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005859Z:f2c987cc-bbda-4f5b-affd-1f37d5fc67cf" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/53683292-cd76-4703-984f-c7806309eda4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a792fa2a-52e2-4d83-81e3-5a5c2bf14cc8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235225Z:a792fa2a-52e2-4d83-81e3-5a5c2bf14cc8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F534B729609441F0ACB5CF1D85C8B263 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:58:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C6E527BF5F90456DA1B73A361D40AFFE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:24 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4071" ],
+ "Content-Length": [ "4182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web\",\"name\":\"Functions-Python-iyf85pjd9l\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web\",\"name\":\"Functions-Python-kbt35oepnm\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01+21": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "207" ],
- "x-ms-client-request-id": [ "dcd33470-9866-456f-9d26-22419f297742" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "617" ],
+ "x-ms-client-request-id": [ "7a36bd65-bb71-4f5b-9de3-6f140dd48aee" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3086,39 +2978,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376162E2DD5\"" ],
+ "ETag": [ "\"1DC55C1A6BEA535\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b38c7bcd-78fe-4e34-8d93-15e6babacc33" ],
+ "x-ms-request-id": [ "27317da4-3d72-4aa2-a17f-1c309b3c909b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "80d04b66-37d1-4b0f-ab5c-1aaf2f8d1928" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005909Z:80d04b66-37d1-4b0f-ab5c-1aaf2f8d1928" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "63902bbb-1cc7-427d-be1a-14bc2964aacf" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235225Z:63902bbb-1cc7-427d-be1a-14bc2964aacf" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 99CA061068904947B60E2EF01539290D Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:58:59Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AD97565A40EB44E6913F34D80C8C3344 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:25 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "8387" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm\",\"name\":\"Functions-Python-kbt35oepnm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-kbt35oepnm\",\"state\":\"Running\",\"hostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-123.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux/sites/Functions-Python-kbt35oepnm\",\"repositorySiteName\":\"Functions-Python-kbt35oepnm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-kbt35oepnm.azurewebsites.net\",\"functions-python-kbt35oepnm.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.13\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-kbt35oepnm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:51:52.8833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-kbt35oepnm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"168.61.159.114\",\"possibleInboundIpAddresses\":\"168.61.159.114\",\"inboundIpv6Address\":\"2603:1030:10:5::1\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::1\",\"ftpUsername\":\"Functions-Python-kbt35oepnm\\\\$Functions-Python-kbt35oepnm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-123.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,168.61.159.114\",\"possibleOutboundIpAddresses\":\"168.61.150.239,168.61.185.74,168.61.185.197,168.61.146.253,168.61.146.106,168.61.150.120,168.61.184.160,168.61.191.29,168.61.191.135,52.158.167.213,52.185.104.66,52.185.104.115,52.185.104.153,52.185.104.245,52.185.105.6,20.221.42.41,20.221.42.179,20.221.42.209,20.221.43.183,20.221.43.249,20.221.44.31,168.61.159.114\",\"outboundIpv6Addresses\":\"2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::dd,2603:1030:b:9::89,2603:1030:b:7::23c,2603:1030:b:c::144,2603:1030:b:12::a8,2603:1030:b:7::23f,2603:1030:b:b::e5,2603:1030:b:a::de,2603:1030:b:24::cf,2603:1030:b:25::31,2603:1030:b:7::242,2603:1030:b:8::dc,2603:1030:b:9::8a,2603:1030:b:e::62,2603:1030:b:24::58,2603:1030:b:b::e6,2603:1030:b:25::32,2603:1030:b:12::a9,2603:1030:b:7::269,2603:1030:b:f::e0,2603:1030:b:8::dd,2603:1030:10:5::1,2603:10e1:100:2::a83d:9f72\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-123\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"defaultHostName\":\"functions-python-kbt35oepnm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01+22": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "618" ],
+ "x-ms-client-request-id": [ "7d8b3a0e-e745-4805-872c-da1c8e5780a6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
}
},
"Response": {
@@ -3127,40 +3025,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7f027dc0-d9d6-4133-aa86-ef243f934b47" ],
+ "x-ms-request-id": [ "078551df-03d1-4331-9b76-7da3726057b6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "62203051-7926-4241-ada4-526ad4f95ef7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005909Z:62203051-7926-4241-ada4-526ad4f95ef7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/482c64c3-57d4-404d-90fd-4d207ea8d410" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "2496ea5d-c055-4611-ba07-2c1c202a1480" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235226Z:2496ea5d-c055-4611-ba07-2c1c202a1480" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 35135CE9DDB34162A7D2A19C298AF3E3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:59:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AEE7739048F24E1CB45FC771373B48E4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:25Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:25 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1209" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-kbt35oepnm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web?api-version=2023-12-01+23": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "209" ],
- "x-ms-client-request-id": [ "5fc1a93c-48ea-44d3-a6ca-d2f5d3f47dd9" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "x-ms-unique-id": [ "619" ],
+ "x-ms-client-request-id": [ "014c46fd-4198-458e-8175-e609ce2e5699" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3172,40 +3070,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "95f949cf-c602-4339-aa2a-ec2a171fd73e" ],
+ "x-ms-request-id": [ "7e76a941-1bff-45d2-96e2-20553de60321" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "55fee992-a924-402c-a823-5afecd8a653d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005910Z:55fee992-a924-402c-a823-5afecd8a653d" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b92798b7-6605-45d5-8019-a7d77c39435a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b448b0c4-5cb7-4325-ad44-6ffa18bec71e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235226Z:b448b0c4-5cb7-4325-ad44-6ffa18bec71e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7CCCBD7318FF43DA95819ABE8DD52641 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:59:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:09 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6AF39A3428A5484881421FED44A69258 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:25 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31130" ],
+ "Content-Length": [ "4182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm/config/web\",\"name\":\"Functions-Python-kbt35oepnm\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.13\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+24": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "210" ],
- "x-ms-client-request-id": [ "aadf0139-ad98-4fe0-a8f7-daf488fc3e47" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "620" ],
+ "x-ms-client-request-id": [ "897fd379-0fce-4853-b2cd-22f860f0882e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3216,39 +3115,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "3420e8e9-81eb-403e-9fa1-ba8a5670e1d3" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "1f449bad-6cfd-4aa1-89f3-e6da964e9b00" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005911Z:1f449bad-6cfd-4aa1-89f3-e6da964e9b00" ],
+ "x-ms-request-id": [ "48ff0dc4-8c5f-48b9-ac7c-c5dbf7782b88" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f641b29d-39fa-4d2e-a248-f289070de465" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235226Z:f641b29d-39fa-4d2e-a248-f289070de465" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 277B26EAC9DB44068A8D98FE36D4C5BB Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:59:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C767329C37A2493A8168801A32A8589F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:26 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Linux functions apps should not set the \u0027WEBSITE_NODE_DEFAULT_VERSION\u0027 app setting+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+25": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/sites/Functions-Python-kbt35oepnm?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "211" ],
- "x-ms-client-request-id": [ "83645da0-a8d1-4aee-8613-5e45e45432e9" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "621" ],
+ "x-ms-client-request-id": [ "c3337e26-9e32-4164-9ba1-b6cece2e4b9d" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3259,37 +3160,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "0a3b397f-10bf-469c-81de-389fce3a5d20" ],
+ "ETag": [ "\"1DC55C1A6BEA535\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "82c36cbf-c5bc-4ac9-8ed2-01eed195d755" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005911Z:82c36cbf-c5bc-4ac9-8ed2-01eed195d755" ],
+ "x-ms-request-id": [ "f1838ef6-de7a-4762-9813-c4a5bf43750b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4ca5e229-d2e3-4405-9430-a5d420dd57af" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "1904fbc3-4b1b-4a53-93a2-33642a397a64" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235235Z:1904fbc3-4b1b-4a53-93a2-33642a397a64" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C6210366BFC44955A0056717916329A8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:59:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9696484243B04EC88DAC48A0C034A1BD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:26Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "115" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -3297,40 +3201,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "edce71b8-8f30-4e4c-8235-850c6dbac0cb" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "6e4481a8-0a1b-4a14-9900-823d4e9609c6" ],
- "x-ms-correlation-request-id": [ "6e4481a8-0a1b-4a14-9900-823d4e9609c6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005912Z:6e4481a8-0a1b-4a14-9900-823d4e9609c6" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b86bc378-04f3-4d76-af4b-2f735eca2e3c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ca1d2c19-37c4-4cfc-893d-3eef7b7f2c25" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235236Z:ca1d2c19-37c4-4cfc-893d-3eef7b7f2c25" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 05F896D08E53413BB9FF25E0393F6020 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:59:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:11 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E8E21950BAF946B8A87A34A29551625B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1399" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e55a-0000-0300-0000-6674d0600000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"f25825b3-5fde-4712-a9e7-ee859f6df902\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"c024a4a7-73ab-44da-a551-c208b6d73ac8\",\r\n \"ConnectionString\": \"InstrumentationKey=c024a4a7-73ab-44da-a551-c208b6d73ac8;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f25825b3-5fde-4712-a9e7-ee859f6df902\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:59:12.5706273+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+2": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"MyTag1\": \"MyTag1Value1\",\r\n \"MyTag2\": \"MyTag1Value2\"\r\n },\r\n \"properties\": {\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"c024a4a7-73ab-44da-a551-c208b6d73ac8\"\r\n },\r\n {\r\n \"name\": \"AppSetting1\",\r\n \"value\": \"Value1\"\r\n },\r\n {\r\n \"name\": \"AppSetting2\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"AppSetting3\",\r\n \"value\": \"\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "623" ],
+ "x-ms-client-request-id": [ "eb543a45-abba-4b09-a783-5a3c7d44bb5b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1913" ]
}
},
"Response": {
@@ -3338,43 +3247,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3763CA6B5CB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f177b59c-24c5-4dc4-95fc-fbf2fecd1c31" ],
+ "x-ms-request-id": [ "e2cc2b9c-9c12-45d6-8469-0461b1a151b9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "4db782d0-1afb-45fd-8e3c-3e5afa8efce7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T005939Z:4db782d0-1afb-45fd-8e3c-3e5afa8efce7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/908aa1fc-b41f-433f-9d4b-4f642104df29" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "66ec254c-06c8-46e8-b29e-4271ad092b62" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235236Z:66ec254c-06c8-46e8-b29e-4271ad092b62" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 88CA291E521649DBBD60A6E5A01BCAF5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T00:59:12Z" ],
- "Date": [ "Fri, 21 Jun 2024 00:59:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BE3A74F7FB654A7E9FCBC74525CE3836 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7595" ],
+ "Content-Length": [ "36864" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"centralus\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:59:14.51\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "214" ],
- "x-ms-client-request-id": [ "44d7b1db-e1d4-45af-a795-a344dd721999" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "624" ],
+ "x-ms-client-request-id": [ "dbc5b339-f781-4f9b-8a0c-bb6ecd7a5b8f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -3384,42 +3293,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3764A666775\"" ],
+ "x-ms-original-request-ids": [ "00656223-b6f0-478f-a734-d03e193d9c99", "ca8a1ac8-57fb-421c-94c4-b633c4d40010", "2f174e35-f693-49a8-9945-7c89e812d706" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "19c031aa-bb1e-4be7-a6f1-8e3ecf9fc701" ],
+ "x-ms-correlation-request-id": [ "19c031aa-bb1e-4be7-a6f1-8e3ecf9fc701" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235236Z:19c031aa-bb1e-4be7-a6f1-8e3ecf9fc701" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "95261f8d-6f6e-4bf8-84c9-6a955b7e2f7b" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "0d00449f-a162-406e-ad61-c87d28522469" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010013Z:0d00449f-a162-406e-ad61-c87d28522469" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C33D19785FD04F7AB4F322FEEFDD2CFE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:12 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7A22E528D0DB4EE2A60AFB71324250D2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:36 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7399" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:59:38.2633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+4": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "215" ],
- "x-ms-client-request-id": [ "c35efa59-42fa-47d0-a800-3581b747b4f6" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "625" ],
+ "x-ms-client-request-id": [ "e13d3585-7515-41c8-be10-c237faed29b6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3430,45 +3337,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3764A666775\"" ],
+ "x-ms-request-id": [ "45fa9164-a115-4c0f-acdc-f815244bc457" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0122da65-7f75-4405-9a99-c9e67da81879" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "c2d665e2-1584-46a2-9d28-4507a23083e6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010016Z:c2d665e2-1584-46a2-9d28-4507a23083e6" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f2a9ead8-5d4a-4d30-97d2-316b79101464" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "78a113c9-a4d3-4b7f-8614-569f31d0b3df" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235237Z:78a113c9-a4d3-4b7f-8614-569f31d0b3df" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7E68AEE5F0664ADA84B0B0B5CB3290C5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:13Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:15 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8A132B9A155144D380C9E41073F2A240 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:36 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7399" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:59:38.2633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Insights/components/Functions-PowerShellTest-0d6xycl2n4?api-version=2015-05-01+5": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Insights/components/Functions-PowerShellTest-0d6xycl2n4?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "216" ],
- "x-ms-client-request-id": [ "da80c50d-5df5-48aa-9e78-cc2841b2b03f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "115" ]
}
},
"Response": {
@@ -3476,44 +3375,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "33cb8beb-308f-4898-83e3-c87d5230fa09" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "65246f78-fd5f-41df-992b-29f66dcc4c3d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010017Z:65246f78-fd5f-41df-992b-29f66dcc4c3d" ],
"X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8f0cfb8b-cd95-4169-b9e8-cc132d0b5c34" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "8ec52a38-ecb3-48db-acf7-e61e77b378aa" ],
+ "x-ms-correlation-request-id": [ "8ec52a38-ecb3-48db-acf7-e61e77b378aa" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235244Z:8ec52a38-ecb3-48db-acf7-e61e77b378aa" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 10C059609015450E94A0C6CD55E023A2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:16 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: ADBA3F5F762C4AA488291C1195F05D0F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:52:44 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1301" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1688" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c024a4a7-73ab-44da-a551-c208b6d73ac8\",\"AppSetting1\":\"Value1\",\"AppSetting2\":\"\",\"AppSetting3\":\"\"}}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30001b1d-0000-0300-0000-6917c0cc0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4\",\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"AppId\": \"983a9748-76c5-4f91-bee1-5844312f2f2b\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"14318ae2-abd9-4e03-a2f0-b97dee371cc7\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"CreationDate\": \"2025-11-14T23:52:37.7229979+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4_983a9748-76c5-4f91-bee1-5844312f2f2b_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+6": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-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 \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershelltest-0d6xycl2n4\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"AppSetting3\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"AppSetting2\",\r\n \"value\": \"\"\r\n },\r\n {\r\n \"name\": \"AppSetting1\",\r\n \"value\": \"Value1\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "217" ],
- "x-ms-client-request-id": [ "ecedf9b2-a980-458c-ad07-bbc9be9f6ff1" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1845" ]
}
},
"Response": {
@@ -3521,42 +3417,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1C6E5BEAB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "493d6d0f-fdbb-4890-9ec0-b73e14106cd5" ],
+ "x-ms-request-id": [ "510d005f-c64e-41fc-b632-2342fed21a7b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "6d6d4568-347d-431e-a618-b7b8d2ca5980" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010017Z:6d6d4568-347d-431e-a618-b7b8d2ca5980" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/fb5c5419-ed34-4e7f-b722-855ecbdfed79" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "a85b33e6-dc2c-4a60-b39a-b0a45b04a4e4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235327Z:a85b33e6-dc2c-4a60-b39a-b0a45b04a4e4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4EAEE21AA4D146B288D1A564B139DB7C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:17Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:17 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8485B4A036FB44B0AA15FEE26821186C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:52:44Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4135" ],
+ "Content-Length": [ "8893" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"centralus\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:52:46.1066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+7": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "218" ],
- "x-ms-client-request-id": [ "9156b6c4-9632-4241-9d86-2235b32d65c6" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "628" ],
+ "x-ms-client-request-id": [ "b6eee4dd-e374-4d05-a05d-40681f84c72f" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -3566,41 +3463,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1DF112F0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5d82f7d7-57da-4483-bcdd-ead5a9d9235f" ],
+ "x-ms-request-id": [ "2bc16062-e3e6-4d0f-8470-b1dc9c5a3e27" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "1db93728-93fd-4bdc-b32c-d4a0344fed58" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010019Z:1db93728-93fd-4bdc-b32c-d4a0344fed58" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "008ec21e-5e1a-4f67-8867-acd48d7fe678" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235357Z:008ec21e-5e1a-4f67-8867-acd48d7fe678" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D35602F46162480094D20E6A7C4B8B6F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:17Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:18 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F342B5A53617470582362CF2BEBF82A3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:53:57Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:57 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1301" ],
+ "Content-Length": [ "8870" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c024a4a7-73ab-44da-a551-c208b6d73ac8\",\"AppSetting1\":\"Value1\",\"AppSetting2\":\"\",\"AppSetting3\":\"\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:53:27.3766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "219" ],
- "x-ms-client-request-id": [ "3f32d030-7db2-4d2f-a051-154ee73aa8ba" ],
+ "x-ms-unique-id": [ "629" ],
+ "x-ms-client-request-id": [ "7af90329-bb72-45a4-a07f-f371f7283f34" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3611,42 +3509,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3764A666775\"" ],
+ "ETag": [ "\"1DC55C1DF112F0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "35757407-d458-4e7b-826a-e3775c72678d" ],
+ "x-ms-request-id": [ "89752edd-0bc0-49a4-a74e-da9f8c52b390" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "45e45c53-dcf2-4aaf-b1b4-977e53e09b22" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010020Z:45e45c53-dcf2-4aaf-b1b4-977e53e09b22" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "519fad1f-6fdf-423e-82cb-e9e8243f254c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235358Z:519fad1f-6fdf-423e-82cb-e9e8243f254c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 27760CB9F85A45E5A2CFFADFCF86245E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:19Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 353B6AC90E0F4CCEBB8404281783C58E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:53:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:57 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7399" ],
+ "Content-Length": [ "8870" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-309.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T00:59:38.2633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.40.8\",\"possibleInboundIpAddresses\":\"20.118.40.8\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-309.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.118.40.8\",\"possibleOutboundIpAddresses\":\"20.221.33.24,20.221.33.29,20.221.33.32,20.221.33.36,20.221.33.67,20.221.33.72,20.221.33.89,20.221.33.103,20.221.33.116,20.221.33.157,20.221.33.169,20.221.33.171,20.221.33.172,20.221.33.196,20.221.33.199,20.221.33.203,20.221.33.214,20.221.33.224,20.221.33.236,20.221.33.244,20.221.33.254,20.221.34.10,20.221.34.38,20.112.192.27,20.221.40.14,20.221.40.37,20.221.40.51,20.221.40.64,20.221.40.85,20.221.40.91,20.118.40.8\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-309\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:53:27.3766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+9": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "220" ],
- "x-ms-client-request-id": [ "b7b334e1-6794-49ec-bd95-eeeaefec77e8" ],
+ "x-ms-unique-id": [ "630" ],
+ "x-ms-client-request-id": [ "f7ad1418-90a9-4db9-8098-7a29a0ba1e2d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3658,40 +3556,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1c8c55f2-f0c6-478f-82ca-ce8e6c818eeb" ],
+ "x-ms-request-id": [ "74dc73a1-810b-4415-8cbf-3a0141e789aa" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "78a4e833-4f17-4131-85dc-8afca2cb0bd8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010020Z:78a4e833-4f17-4131-85dc-8afca2cb0bd8" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/51f204fe-5d6a-450a-93d0-b0babfabed03" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "94167a8b-45b7-46a3-a2b8-11d234ff370c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235358Z:94167a8b-45b7-46a3-a2b8-11d234ff370c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7BE92E40C27148159E6BE5E5E794DBD9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1CC81FFD314743AD9382C29F87107AED Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:53:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1301" ],
+ "Content-Length": [ "1300" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c024a4a7-73ab-44da-a551-c208b6d73ac8\",\"AppSetting1\":\"Value1\",\"AppSetting2\":\"\",\"AppSetting3\":\"\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"AppSetting3\":\"\",\"AppSetting2\":\"\",\"AppSetting1\":\"Value1\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+10": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "221" ],
- "x-ms-client-request-id": [ "3cbc576e-c8c2-4471-a2f7-99cf225e97a3" ],
+ "x-ms-unique-id": [ "631" ],
+ "x-ms-client-request-id": [ "77df1a98-9668-4730-b7e6-30bfac796889" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3703,40 +3601,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fa848387-aa15-429c-9d41-b5e5d5895a61" ],
+ "x-ms-request-id": [ "7a5dc845-bff3-410a-9b3d-aa2e3cf277b8" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "9223c179-cf16-4592-aaf8-b4db53e43093" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010020Z:9223c179-cf16-4592-aaf8-b4db53e43093" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c76548ac-ee91-45ae-a195-bbbcdd7ebc54" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c8fa4617-1c22-4f52-bc3a-387f632d2658" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235359Z:c8fa4617-1c22-4f52-bc3a-387f632d2658" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0CC575E120C141A2A51A2471753A8712 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0DEC3734AE1C4EE2B9C8C4E12E2B1418 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:53:58Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4135" ],
+ "Content-Length": [ "4254" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+11": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "222" ],
- "x-ms-client-request-id": [ "ab7d7ebd-b0f9-41eb-8417-30ad1901d692" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "632" ],
+ "x-ms-client-request-id": [ "3d3fc3ee-b830-4491-bbe7-4c3f4ac3e503" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3747,39 +3646,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3764A666775\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "11c4ec43-093d-4969-8e10-99f75c489d0f" ],
+ "x-ms-request-id": [ "f7be4835-2d2e-46e6-91aa-fdcd15b1f7e7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "5363f6de-0868-4359-b48d-29d1bb4860d5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010033Z:5363f6de-0868-4359-b48d-29d1bb4860d5" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/da1ca394-7959-472e-93d4-9ad7805cc198" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "81387a77-8a47-4e01-9172-0d23715c759d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235359Z:81387a77-8a47-4e01-9172-0d23715c759d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 84CF8EB7893E455D9D978105BF3856E4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 105FB3A8EE8B4611A64CA72175F03BCC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:53:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:58 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "1300" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"AppSetting3\":\"\",\"AppSetting2\":\"\",\"AppSetting1\":\"Value1\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+12": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "633" ],
+ "x-ms-client-request-id": [ "b3fda361-ffa5-4c2b-b9ed-5e6e96fb9480" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
}
},
"Response": {
@@ -3787,41 +3691,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1DF112F0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "43c96a79-2781-4740-a460-6a9783dfa11b" ],
+ "x-ms-request-id": [ "e588d2fb-6aa7-4c2f-8d76-0e6498c39cfc" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "11ae95fe-dfd0-426d-9f6e-bf70b0c614f0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010033Z:11ae95fe-dfd0-426d-9f6e-bf70b0c614f0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d6f67df7-622a-4d0b-80b8-fc9ffe08e11a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235359Z:d6f67df7-622a-4d0b-80b8-fc9ffe08e11a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B9B0EC35CB444462992F4319168F5653 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AA22FEF800A9429AAAF7EA8B4DED2226 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:53:59Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "8870" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:53:27.3766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+13": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "224" ],
- "x-ms-client-request-id": [ "041b34e4-aadf-46eb-8051-eedb5a8f7953" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "x-ms-unique-id": [ "634" ],
+ "x-ms-client-request-id": [ "2c5de6bf-515d-4635-8763-e94b31233e1e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3833,40 +3738,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dbd90530-1636-4a97-85f5-d299ad2807ce" ],
+ "x-ms-request-id": [ "bee04850-e134-4db9-9275-3697d03b7788" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "b07eab7c-8986-4a1e-8111-405f0cb8f748" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010033Z:b07eab7c-8986-4a1e-8111-405f0cb8f748" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b0d757eb-366f-40af-b554-842c96eafc97" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "837ad8c0-8317-49da-95a3-da6c90d9bcf3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235400Z:837ad8c0-8317-49da-95a3-da6c90d9bcf3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 93D5415054AE4ADE8BA82B3559DBD1E5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DA97E7399B40416E9048873C021961FB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "1300" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"AppSetting3\":\"\",\"AppSetting2\":\"\",\"AppSetting1\":\"Value1\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "225" ],
- "x-ms-client-request-id": [ "58887545-118d-490b-906c-5b98adbb92a8" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "635" ],
+ "x-ms-client-request-id": [ "0de0e16d-0b47-47bc-809a-7c5f20e6711a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3878,40 +3783,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "189c27ea-dcbb-4f2b-9db7-cbb54dc3b1a5" ],
+ "x-ms-request-id": [ "9a8cf392-0693-4fc1-af25-c44214899bfb" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "9f48e5a7-f4bd-4cd6-9569-84e67e7a002f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010033Z:9f48e5a7-f4bd-4cd6-9569-84e67e7a002f" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/51a0a674-7d57-4ce8-b520-166a62c774cc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "9ad7285b-e49f-4958-92cf-890e5632f37c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235400Z:9ad7285b-e49f-4958-92cf-890e5632f37c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1202F7F2E49C4AA081589F4B69B51C19 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E21CC23BE8BE41A5AD84E0A45417CCBB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:53:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "4254" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+15": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "226" ],
- "x-ms-client-request-id": [ "8c9f86e7-8e7f-4602-a62c-fae87fbff5b2" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "636" ],
+ "x-ms-client-request-id": [ "42f6a0f3-1f99-408a-8a6b-192b6d230a5d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3922,41 +3828,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C1DF112F0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "375e74f2-84d6-415f-954d-d2d952c29be3" ],
+ "x-ms-request-id": [ "528f4bbf-ac45-49ef-871f-221659fbbe17" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "56784443-f852-4965-9ec4-78b688ea02ef" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010034Z:56784443-f852-4965-9ec4-78b688ea02ef" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "344c9a0b-6b78-42e9-b4c7-d6be45d36ecd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235400Z:344c9a0b-6b78-42e9-b4c7-d6be45d36ecd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DEFFE59174CD4F0283621EFBF6C10FE7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C44BB0204CA7474CAE2486A0355ACEDC Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "8870" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-287.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:53:27.3766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.56.4\",\"possibleInboundIpAddresses\":\"20.118.56.4\",\"inboundIpv6Address\":\"2603:1030:10:5::10\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:5::10\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-287.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.118.56.4\",\"possibleOutboundIpAddresses\":\"20.98.173.236,20.106.0.193,20.106.1.219,20.106.3.144,20.106.3.159,20.106.3.192,20.84.136.74,20.106.4.73,20.106.1.198,20.106.1.223,20.98.172.237,20.106.4.81,20.98.171.237,20.106.4.83,20.106.4.95,20.106.4.97,20.98.175.141,20.106.1.60,20.106.4.99,20.106.4.103,20.98.168.175,20.106.1.67,20.106.4.105,20.106.4.141,20.106.4.148,20.106.4.175,20.106.4.186,20.106.1.239,20.106.3.20,20.98.173.218,20.106.1.117,20.118.56.4\",\"outboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:c::173,2603:1030:b:13::1ab,2603:1030:b:6::34a,2603:1030:b:b::120,2603:1030:b:8::119,2603:1030:b:6::34b,2603:1030:b:5::396,2603:1030:b:25::e7,2603:1030:b:c::174,2603:1030:b:13::1ac,2603:1030:b:a::11e,2603:1030:b:9::120,2603:1030:b:12::141,2603:1030:b:6::34c,2603:1030:b:6::34d,2603:1030:b:f::125,2603:1030:b:c::175,2603:1030:b:b::121,2603:1030:b:8::11a,2603:1030:b:f::126,2603:1030:b:25::e8,2603:1030:b:6::34e,2603:1030:b:9::121,2603:1030:b:d::139,2603:1030:b:13::1ad,2603:1030:b:a::11f,2603:1030:b:25::e9,2603:1030:b:d::13a,2603:1030:b:24::10a,2603:1030:b:a::120,2603:1030:10:5::10,2603:10e1:100:2::1476:3804\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-287\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+16": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "227" ],
- "x-ms-client-request-id": [ "6f74bf68-0e20-451f-b324-05107838d903" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "637" ],
+ "x-ms-client-request-id": [ "ad0dc64e-f888-4218-b8f5-22ccd050601f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3968,40 +3875,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0f595ea4-f0b5-47ff-976b-41b4397a011b" ],
+ "x-ms-request-id": [ "d38c37bc-9626-43ad-8ddd-d3f2bdaaf841" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "04bc19f5-f059-4480-a270-513c03022855" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010034Z:04bc19f5-f059-4480-a270-513c03022855" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/42ae35f7-7e42-4ee2-bc09-a7d3de703904" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "f98bf885-8054-476b-9720-672cb3c0e676" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235401Z:f98bf885-8054-476b-9720-672cb3c0e676" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 593149E220D14FE4AAC459D2DF0EABCF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D3D81CA3EF5941CE8DFAD0E09AF94D88 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:00Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1300" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"AppSetting3\":\"\",\"AppSetting2\":\"\",\"AppSetting1\":\"Value1\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "228" ],
- "x-ms-client-request-id": [ "54bdb0de-1285-4f40-84a2-1d3acf336f1a" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "638" ],
+ "x-ms-client-request-id": [ "24efb7dc-99fe-48a6-a516-c14f67914253" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4013,40 +3920,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f57f3bd0-801e-456a-8d17-6c91f99f07e1" ],
+ "x-ms-request-id": [ "f83a3385-7a3d-4d9e-9ec5-232213bf51f9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "af9bb95d-c490-4b27-802e-520ed12f8edb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010034Z:af9bb95d-c490-4b27-802e-520ed12f8edb" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7ca3b003-ab91-4403-bfa3-e479bfd26a55" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "1a09678d-6001-49c8-8e4f-c65d8b675cbd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235401Z:1a09678d-6001-49c8-8e4f-c65d8b675cbd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D5753B53FD0248D29073F3CC17AD7B6A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9E0BC9C91BC24209BDE5E94732D5D6A8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "4254" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+18": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "229" ],
- "x-ms-client-request-id": [ "8aa2199c-0cc8-44f2-9174-400332a80436" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "639" ],
+ "x-ms-client-request-id": [ "d5efa1ca-c4c3-48e9-b23e-d142232471b7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4057,39 +3965,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "ac943580-0df7-448a-a08c-27c6e146a7d6" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "bf2a0cf8-ab0f-4e27-9a52-431736f50629" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010034Z:bf2a0cf8-ab0f-4e27-9a52-431736f50629" ],
+ "x-ms-request-id": [ "973e581c-e956-4021-a8ab-4232f7a56c21" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0e0b20a3-f86c-45f2-8378-5546b38c6b01" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235402Z:0e0b20a3-f86c-45f2-8378-5546b38c6b01" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7DA11A9D783443B8A0C026EA35FC9AC8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0E8AA857D61649BB929C6794735925C7 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:01Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:01 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create Windows Consumption app and validiate app properties: 1) Location 2) App settings 3) Connection string suffix+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "230" ],
- "x-ms-client-request-id": [ "6df0fe8f-070d-4cea-b86e-e96436ae1972" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "640" ],
+ "x-ms-client-request-id": [ "bd6d8c7c-d154-4354-b790-79ac27a408a8" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4100,37 +4010,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "2778eaba-0b24-445d-8ab8-af3d29625f6e" ],
+ "ETag": [ "\"1DC55C1DF112F0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "c2dce548-95d1-4e50-a9bd-c083ad86ff30" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010035Z:c2dce548-95d1-4e50-a9bd-c083ad86ff30" ],
+ "x-ms-request-id": [ "1b9e20e3-a314-4761-b1b1-ce5f5cdf53ea" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ecde81fa-f86c-4ade-9f7f-eef34ab94a51" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "f0e61ed8-0cd0-42bf-a1f5-8dad48395159" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235411Z:f0e61ed8-0cd0-42bf-a1f5-8dad48395159" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4B613B7C70644614837EFD07397EFA72 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 47CD7122616F48A5A61E28B51C3B4A93 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:02Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -4138,40 +4051,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "cce4c8e4-9796-4ee6-ba65-01a803000385" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "e36f8f59-febb-4e79-92db-4a3c80c1a5a0" ],
- "x-ms-correlation-request-id": [ "e36f8f59-febb-4e79-92db-4a3c80c1a5a0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010037Z:e36f8f59-febb-4e79-92db-4a3c80c1a5a0" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b11b9a5e-b292-42be-9896-f01c4f6ba73e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "59418e84-a4ca-4119-89a7-12767f3fa558" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235411Z:59418e84-a4ca-4119-89a7-12767f3fa558" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 514FF0ACC1FF461987EC533BDB5A817E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:00:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 43F7C8E488AF4B2C83F389E482733414 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1395" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800c15b-0000-0300-0000-6674d0b30000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "642" ],
+ "x-ms-client-request-id": [ "2ee977b7-1724-4910-af44-6b63bc740ba4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "2067" ]
}
},
"Response": {
@@ -4179,43 +4097,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3766F5DE7B5\"" ],
+ "x-ms-original-request-ids": [ "cc82fd87-f98a-44ab-b6bd-0dd922f4db3d", "68212fc0-9230-4129-85c3-bc18183cb54b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "fc0e91a9-8cc6-428d-85f9-8b43a5b5367e" ],
+ "x-ms-correlation-request-id": [ "fc0e91a9-8cc6-428d-85f9-8b43a5b5367e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235412Z:fc0e91a9-8cc6-428d-85f9-8b43a5b5367e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bfbc92c6-a887-47dc-b3d4-64af0ac2c0fd" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "962c1b02-5edf-4b06-b067-e475317a5356" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010103Z:962c1b02-5edf-4b06-b067-e475317a5356" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0A21058F4328470CAE862CA5836DF35A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:00:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:02 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1878034F58E341BAA4EFEAC65A929051 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:11 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7854" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "10323" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:00:39.6833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"d715fdf3-1893-4720-bfd0-54b67d03e7a1\",\"clientId\":\"0c0f53ce-dd98-46db-bcc2-1faf02b2af8e\"}}}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "233" ],
- "x-ms-client-request-id": [ "c00060a2-8df0-41be-8002-0973b8d6d4c4" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "643" ],
+ "x-ms-client-request-id": [ "e3f006b2-4bfb-4268-ba69-ce8ecb4d376f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -4225,42 +4141,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3767CF56AEB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4a6f474a-18fc-4174-be0b-024bb3b6ed27" ],
+ "x-ms-request-id": [ "de1a4a1e-cd75-466d-b36c-99bdfac46231" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "ff736056-e64b-4bac-88e9-6eb479825dac" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010133Z:ff736056-e64b-4bac-88e9-6eb479825dac" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "77117035-eef4-4e57-b40a-0213cb416cdc" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235412Z:77117035-eef4-4e57-b40a-0213cb416cdc" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C879EF6D53DC4802B495E03296A10569 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FDE9AF6497A54CA88A2E8143452D4D91 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:11 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7650" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:01:03.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"d715fdf3-1893-4720-bfd0-54b67d03e7a1\",\"clientId\":\"0c0f53ce-dd98-46db-bcc2-1faf02b2af8e\"}}}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "234" ],
- "x-ms-client-request-id": [ "1481dd7d-62a1-4d86-a021-1d0c8e4d67d0" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "644" ],
+ "x-ms-client-request-id": [ "0d99a7d5-ff27-4562-9885-b9c1ef4222ea" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4271,42 +4186,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3767CF56AEB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "76f55bbe-613b-416d-88b4-5bf3405557fc" ],
+ "x-ms-request-id": [ "97a89c64-848e-4238-99f8-994f17db872c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "5bf0f907-8cbc-4678-a11b-071b24411a8d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010134Z:5bf0f907-8cbc-4678-a11b-071b24411a8d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "68b69c92-d2af-4b55-9384-561410783915" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235412Z:68b69c92-d2af-4b55-9384-561410783915" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0D6906BDE72F40B8A21EF5AFC0F60814 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C7804329DC974784865DD2CACAF74F33 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7650" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:01:03.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"d715fdf3-1893-4720-bfd0-54b67d03e7a1\",\"clientId\":\"0c0f53ce-dd98-46db-bcc2-1faf02b2af8e\"}}}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+5": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "235" ],
- "x-ms-client-request-id": [ "6db4d578-4c8f-435b-9710-14c57d756e75" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "645" ],
+ "x-ms-client-request-id": [ "0fc2f3c6-edb4-4f19-b5ca-6a1b07101787" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4318,40 +4232,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6b5b42f5-436c-467e-89af-527723b29b75" ],
+ "x-ms-request-id": [ "ab271f1c-5c00-4062-a110-196868655fda" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "1795e2f2-7c57-47e9-bdf9-acc7df5b0da1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010135Z:1795e2f2-7c57-47e9-bdf9-acc7df5b0da1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0d198fa6-5727-4b4c-81aa-329f040099e6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235412Z:0d198fa6-5727-4b4c-81aa-329f040099e6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 018CEC411BFC4A7FB2D5C4805D42B3E8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 37162FE6B39B424BB2CA9DC8F8948650 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:12Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "236" ],
- "x-ms-client-request-id": [ "a6567f1c-d5ba-4356-be55-d7a610c1cedd" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "646" ],
+ "x-ms-client-request-id": [ "2d9a5d64-8a3d-4ac3-9280-41d491d3a3c0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4363,40 +4277,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2a0b232b-b8a7-4b78-ae51-c3e0bf44d928" ],
+ "x-ms-request-id": [ "8d350a2d-3246-4c25-8bfd-03549c9fd1c7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "8bbfd60f-39f2-403f-8673-f5979604be91" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010135Z:8bbfd60f-39f2-403f-8673-f5979604be91" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "230eda07-f3ca-4e0f-be76-69cb085661be" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235413Z:230eda07-f3ca-4e0f-be76-69cb085661be" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E1F3FA9EB3E94E1C872666027F4D19A3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5B40B403D9074FBF9AB3503EA442C904 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":26364,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "237" ],
- "x-ms-client-request-id": [ "ee16a3ff-d973-4e5c-a534-ccd832e1926d" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "647" ],
+ "x-ms-client-request-id": [ "e7f6db19-6446-458b-ae14-3037fb90f98f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4407,42 +4321,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3767CF56AEB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b71b5e09-8f1c-4408-9f9f-9e2d276a2f67" ],
+ "x-ms-request-id": [ "a574c869-4e4f-4192-842f-f182ffcc65ee" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "72d38be6-a783-4359-acf1-4609a026a297" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010136Z:72d38be6-a783-4359-acf1-4609a026a297" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "466a0b7a-15f2-4d1d-97f8-f5a8f3828c1b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235413Z:466a0b7a-15f2-4d1d-97f8-f5a8f3828c1b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6E9C0E8FC5774A2EAEE5686605940867 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2D2B213AC3FF429B9C1986A1729FAF81 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:12 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7650" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:01:03.0866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"d715fdf3-1893-4720-bfd0-54b67d03e7a1\",\"clientId\":\"0c0f53ce-dd98-46db-bcc2-1faf02b2af8e\"}}}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+8": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "238" ],
- "x-ms-client-request-id": [ "2663c108-57fa-4b60-a1a2-cdfab879c028" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "648" ],
+ "x-ms-client-request-id": [ "b6d3deec-1c45-40f3-bb35-f8663b7a5e49" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4454,40 +4367,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bcfcb250-599c-4c29-a437-3abfe8166af2" ],
+ "x-ms-request-id": [ "e61436e0-9b6b-46e6-aa03-8d61b080d444" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "8728e972-b6f3-4154-b844-e5cf0e4afa7b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010136Z:8728e972-b6f3-4154-b844-e5cf0e4afa7b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "40176bc5-edbd-4016-ace9-b018783bb6bb" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235414Z:40176bc5-edbd-4016-ace9-b018783bb6bb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 342000AECD14485982D7B7EF6FE8453E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 267BF093485144DD80FB87A33092BF8B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:13Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:13 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1696" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":9,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+9": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "239" ],
- "x-ms-client-request-id": [ "cf5fcfc8-ce10-4d23-a8a4-c9ba381ca924" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "649" ],
+ "x-ms-client-request-id": [ "eda9d146-ef46-4b04-a3a4-4e6bc128b4cb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4498,41 +4411,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "76871707-ce8f-48bb-b7d5-cab8a638a6ae", "d5f22bc3-90c4-466e-8614-d123e2dd9b34", "694b30e0-b0ed-4342-84d3-85b31a88978a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "610d3281-8b81-4a1a-a7bf-8a1109407751" ],
+ "x-ms-correlation-request-id": [ "610d3281-8b81-4a1a-a7bf-8a1109407751" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T235415Z:610d3281-8b81-4a1a-a7bf-8a1109407751" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "60ff20d2-5339-4809-811e-9027551e17f0" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "c0b83324-e509-42e5-8f9e-765f42ce59eb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010136Z:c0b83324-e509-42e5-8f9e-765f42ce59eb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F48579FBFB1549A290EB38EDF3EE9E98 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 14844427B1EF4E028ADA6C7769748126 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:14Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":26364,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+10": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "240" ],
- "x-ms-client-request-id": [ "f0ac85e8-3c2f-4a20-8e06-fe7d5f90b176" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "650" ],
+ "x-ms-client-request-id": [ "c6ec7d16-dde7-454c-99fe-018f17641ee0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4543,39 +4455,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3767CF56AEB\"" ],
+ "x-ms-request-id": [ "ab42c74c-b332-447a-9efb-df5f928c425d" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e1ddcb8c-07d8-48c2-a1e5-4c1e4f9d3278" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ],
- "x-ms-correlation-request-id": [ "74f3ce9b-1aa8-4ded-8494-1009fed489bd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010147Z:74f3ce9b-1aa8-4ded-8494-1009fed489bd" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/e1bb352f-b97d-4350-a1c9-162400e98560" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "e3dd3702-126b-40e0-aac8-f175b8e5fb7b" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235415Z:e3dd3702-126b-40e0-aac8-f175b8e5fb7b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BEC7D13BAF4E4C4897AA4D355D1EEDB9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3C7FD82D681E4761936FC99FF53B2F1B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:15 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-PowerShellTest-0d6xycl2n4?api-version=2015-05-01+11": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-PowerShellTest-0d6xycl2n4?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}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
+ "Content-Length": [ "116" ]
}
},
"Response": {
@@ -4583,44 +4493,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "435b6812-05fd-4f91-942e-b8e396a7403f" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "66566df3-0e92-4b6d-ae6e-26d2350796ba" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010147Z:66566df3-0e92-4b6d-ae6e-26d2350796ba" ],
"X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/cb23abeb-257b-4b22-ab08-3f36d2c584e1" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "bc80134d-de5e-4091-b6fb-f31d4f6a8752" ],
+ "x-ms-correlation-request-id": [ "bc80134d-de5e-4091-b6fb-f31d4f6a8752" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235422Z:bc80134d-de5e-4091-b6fb-f31d4f6a8752" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0F6D1739070249E78DE271D8A073A711 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E835BCC3E8074538A167FD658216FA0A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:15Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:54:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1684" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30007228-0000-0300-0000-6917c12e0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4\",\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"AppId\": \"230d624f-bf68-4cc6-b017-4b590a4c5d95\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"b24d75d4-0c3f-47af-b1a7-2691b7d449f5\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"CreationDate\": \"2025-11-14T23:54:16.3338683+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4_230d624f-bf68-4cc6-b017-4b590a4c5d95_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+12": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershelltest-0d6xycl2n4\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "242" ],
- "x-ms-client-request-id": [ "0fd4a832-6612-42b3-a427-4d56036c04a4" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1999" ]
}
},
"Response": {
@@ -4628,42 +4535,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C20187D0CB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "aa62615a-4fe5-41fc-98b3-c757b03b0b05" ],
+ "x-ms-request-id": [ "1a84c292-f3c2-4a9d-a5b7-0abd7145a4c2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "f89ca992-b3f0-44b2-9c8b-a77ff8e46452" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010147Z:f89ca992-b3f0-44b2-9c8b-a77ff8e46452" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/70337113-4f35-4b1c-85e4-14fdd3c2818a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "21875fd0-333d-47ca-a829-49da76939a23" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235504Z:21875fd0-333d-47ca-a829-49da76939a23" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7A4102D5F7574F119994A4E49E34C6CB Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 21269A591A6A44EA914DF31E1DC60AE3 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:54:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "8828" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:54:24.77\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+13": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "243" ],
- "x-ms-client-request-id": [ "7a6f3e01-4365-4798-a1f9-b3ceafcbf1f4" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "653" ],
+ "x-ms-client-request-id": [ "2b2c0188-97eb-42d7-8abc-25ab7c166d72" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -4673,41 +4581,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C218CA4DC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "009e3d5c-9ef8-4a83-93e3-27e9bd0d669b" ],
+ "x-ms-request-id": [ "4917e1ea-1b9b-4663-8eb2-553f17cc93a5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "c56f49d1-4ff6-4cf7-a7cd-9d128baa7b7b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010148Z:c56f49d1-4ff6-4cf7-a7cd-9d128baa7b7b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "02d047dc-09eb-4f4a-a3cd-8888ccbcfd88" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235534Z:02d047dc-09eb-4f4a-a3cd-8888ccbcfd88" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A791294EC428446B931E25848F5B2BFD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 95A80163A94847569196E9B2AB87CFD2 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:34Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "8802" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:55:04.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "244" ],
- "x-ms-client-request-id": [ "a6c3f55c-28f5-45ec-94d3-5379492fe792" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "654" ],
+ "x-ms-client-request-id": [ "7e130561-91d2-4efb-ba22-7f08e1620a17" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4718,41 +4627,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C218CA4DC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "14a5d1e4-b21c-407e-afd4-80e0202ed2bb" ],
+ "x-ms-request-id": [ "f33f768a-8888-4185-9a82-f0d8227f7e0b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "940ebdaf-f4bd-478d-be98-53da4ed7cf5b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010148Z:940ebdaf-f4bd-478d-be98-53da4ed7cf5b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fc69afa9-9667-410f-aa5c-4b2ecdfae621" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235535Z:fc69afa9-9667-410f-aa5c-4b2ecdfae621" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 168398A8DE5944D5B9109789D070A6AA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: ACF7C88BDA1E4E41A202A5A81B01045A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:34Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "8802" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:55:04.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+15": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "245" ],
- "x-ms-client-request-id": [ "3e6f810b-ad66-4b59-bb07-9baf46698bb4" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "655" ],
+ "x-ms-client-request-id": [ "14e07df9-9e26-4871-b9d5-340f97007eea" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4764,40 +4674,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d6f9de99-14c8-45f0-adb5-35fecbe8190b" ],
+ "x-ms-request-id": [ "67438b79-116c-4517-8c02-c8e3b75eddc4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "22bda6ed-35cc-4171-b612-e28ddb6996ee" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010148Z:22bda6ed-35cc-4171-b612-e28ddb6996ee" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c9785077-c221-4022-ba70-d8f53cd8d1da" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "05ab9d7d-12d7-429e-ad86-cc23bd3ceb5c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235535Z:05ab9d7d-12d7-429e-ad86-cc23bd3ceb5c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B83100333D5C420AA9739074E134BAEC Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 79E8409015F24CE2A5A30D60D3F42E65 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+16": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "246" ],
- "x-ms-client-request-id": [ "9cff1b48-6b9c-435d-9cdc-09d338866815" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "656" ],
+ "x-ms-client-request-id": [ "5f4b0c55-e898-4e03-bf33-b760ce990799" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4809,40 +4719,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4536be18-5d8a-4ac8-be32-8b7fdb9a0beb" ],
+ "x-ms-request-id": [ "c9fa5069-ac34-46fd-b82a-27ce5a024f7d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "d3a46230-2262-464a-aa1c-54e72f1d9acc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010149Z:d3a46230-2262-464a-aa1c-54e72f1d9acc" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/078bf430-e6f1-4f20-aa5b-d3e86d32fe20" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ff2b671b-c13e-4da4-b4b2-b65b63f66bd6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235535Z:ff2b671b-c13e-4da4-b4b2-b65b63f66bd6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 27A22CBADD0E4084A2F75FC7FB19A943 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C7665EAA34994F66B42DCF5030FA078D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":70500,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "247" ],
- "x-ms-client-request-id": [ "1226fba8-6a05-42ca-8085-2680a38e2661" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "657" ],
+ "x-ms-client-request-id": [ "e0548b81-7e88-4827-b087-a543946a42e1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4853,39 +4764,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "f61b65b7-44d1-4bdc-90d7-c1937856867f" ],
+ "ETag": [ "\"1DC55C218CA4DC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "4e47ab92-768c-4df0-ae5d-8e961fca68f9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010149Z:4e47ab92-768c-4df0-ae5d-8e961fca68f9" ],
+ "x-ms-request-id": [ "73afe999-27ac-49e8-9d1b-6d9f7425baf3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7c09b54e-1f5b-4c44-abb7-469f899560b3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235535Z:7c09b54e-1f5b-4c44-abb7-469f899560b3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E1E5E7E6D49C4348A2669255D9CC8509 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A138B4FFCB7E4C20BFB4AFA0AE1C68DE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8802" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:55:04.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+18": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "248" ],
- "x-ms-client-request-id": [ "5cd662c7-ea2d-41d5-bfca-7f2cb528a485" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "658" ],
+ "x-ms-client-request-id": [ "1b326655-37ca-44a2-966f-3236328ff4a5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4896,37 +4810,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "4fe23641-d298-4301-91d0-161b9aacec8c" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "2ed538a2-cf8f-4f5a-ab75-1e647d1381f7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010149Z:2ed538a2-cf8f-4f5a-ab75-1e647d1381f7" ],
+ "x-ms-request-id": [ "617d45aa-1d74-4f23-942e-d8e70c050444" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/dc8ce8fd-b373-47d3-8643-47a8b108088e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "029a5557-afa4-4f2a-99f8-a363b24d6853" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235536Z:029a5557-afa4-4f2a-99f8-a363b24d6853" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 85A32C11006744AD869452E8C4B1B40A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 059A9C78575B4F979EBA1F6EAA0B3EB5 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+19": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "659" ],
+ "x-ms-client-request-id": [ "11da3601-af4d-4539-b784-3e6375a512ad" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
}
},
"Response": {
@@ -4934,129 +4855,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "b5d615ee-5971-44c6-9aa3-1f0ffa79b38b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "a9d9b9b5-7929-47ae-b7eb-97cd84053f79" ],
- "x-ms-correlation-request-id": [ "a9d9b9b5-7929-47ae-b7eb-97cd84053f79" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010152Z:a9d9b9b5-7929-47ae-b7eb-97cd84053f79" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/df6e89fc-a51d-4026-93f9-81126be10f0b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c006f11d-273f-47e4-bb15-5fb988f8b104" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235536Z:c006f11d-273f-47e4-bb15-5fb988f8b104" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 607CFBA6AFC240BF90562C0C859F1B3D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:01:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 816CF6493746449D977F385B243CC84A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1395" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800a45c-0000-0300-0000-6674d0fe0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+10": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting1\",\r\n \"value\": \"98765\"\r\n },\r\n {\r\n \"name\": \"MyAppSetting2\",\r\n \"value\": \"FooBar\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "2014" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376A40C21AB\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dd153135-4659-4872-b35e-d0a11345f61e" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "db27d401-504e-4ea6-bee1-3bea85b9f341" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010218Z:db27d401-504e-4ea6-bee1-3bea85b9f341" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E39E60901D744234BB9B975FF251C663 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:01:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:18 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7657" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:01:55.4033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"2a32ede1-e790-4c07-af0d-7b10cb67426b\"}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+11": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "251" ],
- "x-ms-client-request-id": [ "14d602ef-8655-453e-a082-c3d132dc8fe9" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376A9E48295\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d0c59722-8555-4eb3-81c8-bce1276c9e0e" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "32ef45ca-6c7e-4396-9c7b-99caa6090080" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010249Z:32ef45ca-6c7e-4396-9c7b-99caa6090080" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 22D21AC6984444AD88367A3C3E732402 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:48 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7453" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:02:18.4733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"2a32ede1-e790-4c07-af0d-7b10cb67426b\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":70500,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+20": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "252" ],
- "x-ms-client-request-id": [ "fe6e9625-b369-48d2-a928-b48ea6498cc6" ],
+ "x-ms-unique-id": [ "660" ],
+ "x-ms-client-request-id": [ "129b2a35-759b-4501-9f6b-2924cffb0e59" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5067,42 +4901,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376A9E48295\"" ],
+ "ETag": [ "\"1DC55C218CA4DC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3b874597-83b7-4455-832d-b58034428d84" ],
+ "x-ms-request-id": [ "6c3fa79a-e65a-48ce-b35b-f9e2bb646c2b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "4f2ba350-45d5-46ac-a718-0928fe0305a1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010249Z:4f2ba350-45d5-46ac-a718-0928fe0305a1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c8e6dc09-3688-4a97-acba-19291bd329fe" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235536Z:c8e6dc09-3688-4a97-acba-19291bd329fe" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7AEA22329DFD4FC190970F9A8CEC0E95 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E4DA9A5BDAD7425EBCB3C0DBE309733D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:36Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:36 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7453" ],
+ "Content-Length": [ "8802" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:02:18.4733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"2a32ede1-e790-4c07-af0d-7b10cb67426b\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:55:04.22\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+21": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "253" ],
- "x-ms-client-request-id": [ "8fd116ba-7229-4581-8a90-4b6f1127d7d4" ],
+ "x-ms-unique-id": [ "661" ],
+ "x-ms-client-request-id": [ "da316750-70cd-4778-ab63-1555674adadd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5114,40 +4948,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d9efefe2-3c51-4278-b151-c3b2220a6596" ],
+ "x-ms-request-id": [ "3f050ea5-975e-46dd-8aa3-dbccfadf4b41" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "0f3432be-0520-47fc-b920-a3a70ebd6aa7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010249Z:0f3432be-0520-47fc-b920-a3a70ebd6aa7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/168e0d99-7975-48b1-9280-44c5f489724b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d2659b4f-8004-40ce-8937-7feebb9dfbb8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235537Z:d2659b4f-8004-40ce-8937-7feebb9dfbb8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 65A4223AD4D34A16B9E56CB91E84E13D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: ABF359F2D6E64B1B9D44FC8CD852E5DA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:36 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1232" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"MyAppSetting1\":\"98765\",\"MyAppSetting2\":\"FooBar\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "254" ],
- "x-ms-client-request-id": [ "5952ab54-91ce-4e82-a47c-4d641c0eca90" ],
+ "x-ms-unique-id": [ "662" ],
+ "x-ms-client-request-id": [ "9848dac4-6f50-4a60-82d4-af18c58bff0b" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5159,40 +4993,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dae2b087-bc37-433e-9cdd-74e672747f7b" ],
+ "x-ms-request-id": [ "6f3f7c62-5eb4-4e17-9811-e530547a6e31" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "e4fcc34c-aa89-4515-9b43-29ae7174af25" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010250Z:e4fcc34c-aa89-4515-9b43-29ae7174af25" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b2b0022b-1b23-40b5-b5df-59b3732befcd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8e07d44d-9a48-4d88-a56b-106edc4fb35b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235537Z:8e07d44d-9a48-4d88-a56b-106edc4fb35b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 13DDAE7B33C34A8EBABBF3C07D3D4BB2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B3D69B79E6574A9E82DA58177589A0D0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:37 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26365,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":70500,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+23": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "255" ],
- "x-ms-client-request-id": [ "7458f526-3dc7-4f23-a2c3-06d8390f0111" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "663" ],
+ "x-ms-client-request-id": [ "0f243c10-d806-4d6c-a2d7-3f78f61153c9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5204,40 +5039,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "795809b2-238d-4765-8a0c-7609795f03e4" ],
+ "x-ms-request-id": [ "62f964c0-afe4-4937-a602-352224831f43" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "96f319a6-d9da-4351-874d-94cb2f09ede2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010250Z:96f319a6-d9da-4351-874d-94cb2f09ede2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e04713a3-b1b7-4cf2-88b7-b4e482470e74" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235538Z:e04713a3-b1b7-4cf2-88b7-b4e482470e74" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1E3D44C138374C42BF4573A4F56528C7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D15B6AF60571407C9A91E53BF162C93D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:37 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1232" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"MyAppSetting1\":\"98765\",\"MyAppSetting2\":\"FooBar\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with \u0027UserAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+24": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "256" ],
- "x-ms-client-request-id": [ "719dc7eb-82b2-4fed-a23a-2269d8d33bf7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "664" ],
+ "x-ms-client-request-id": [ "2177deee-3737-41bd-8d99-64518e3fb1ae" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5248,45 +5083,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376A9E48295\"" ],
+ "ETag": [ "\"1DC55C218CA4DC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fb3bc6b8-83f7-424f-ae20-835eaa656420" ],
+ "x-ms-request-id": [ "efde8bb4-7e59-4b74-b49d-76687c2f00cd" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "560ad2d8-bce2-4188-bcdc-fd2d711bf050" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010250Z:560ad2d8-bce2-4188-bcdc-fd2d711bf050" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e8713781-6be8-4666-9892-cf84287b5116" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "5f42d8ee-979f-4e32-bb81-f82b6f43360b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235546Z:5f42d8ee-979f-4e32-bb81-f82b6f43360b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 297C37D8BED44DA69BF3CA881A0CC8D3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6C4C4F2290B04B65844924A80E1585F4 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:45 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7453" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:02:18.4733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"2a32ede1-e790-4c07-af0d-7b10cb67426b\"}}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "257" ],
- "x-ms-client-request-id": [ "e5361d3b-d3f6-4ad5-bba2-3a52447efe9f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -5295,40 +5125,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f15eb3f0-c80b-4817-a4d8-0ff1e6c098d0" ],
+ "x-ms-request-id": [ "313d986c-d5bb-479d-848c-d6b0ee53d0f1" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "eb2cc76b-0423-42de-9703-206dff6a33b0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010250Z:eb2cc76b-0423-42de-9703-206dff6a33b0" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/65a4120d-382f-48b5-bd60-91f05a1a5b3a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "dcb3505c-d332-4ffd-a9d6-8d9aa0ffa317" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235546Z:dcb3505c-d332-4ffd-a9d6-8d9aa0ffa317" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 61B1655C39964DD58396EA00FA636B39 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E51E7705826E4F11B498978CCAED728F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:46Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:45 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1232" ],
+ "Content-Length": [ "47" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"MyAppSetting1\":\"98765\",\"MyAppSetting2\":\"FooBar\"}}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "258" ],
- "x-ms-client-request-id": [ "4cae1d4f-9b32-4fbe-89a3-5bb943a902b7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "666" ],
+ "x-ms-client-request-id": [ "63b72546-d77f-410b-9a78-d3709b431c3f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5339,126 +5170,85 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "3ccf9f0e-50cc-433d-8010-b070de5f46b1", "e83ae37a-101d-4e81-83ca-cc2dcde9f541" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "c7b9a1ec-c551-43e2-8b56-05b298d336b8" ],
+ "x-ms-correlation-request-id": [ "c7b9a1ec-c551-43e2-8b56-05b298d336b8" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235547Z:c7b9a1ec-c551-43e2-8b56-05b298d336b8" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b4c25c18-3deb-4aec-b5d9-b3d9e949c404" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "a2962455-c9f1-41db-8543-e5d412a26432" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010251Z:a2962455-c9f1-41db-8543-e5d412a26432" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1D63FBF3D4284C8F8CE04B032DA8A79A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:02:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B9D18039470147AD832F998B8FB49F6A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:46Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:46 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "10323" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26365,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "259" ],
- "x-ms-client-request-id": [ "6ad950b3-04b8-4369-9351-9b5503bf13d4" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "667" ],
+ "x-ms-client-request-id": [ "ddfbdb09-b785-4678-8928-dcad8017fe3a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376A9E48295\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c7707d4e-6bf6-4bb8-ad51-290bf7c320bf" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "f87d6a77-92a6-401b-8804-d68499bc03d0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010304Z:f87d6a77-92a6-401b-8804-d68499bc03d0" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C5B9374F2FA642E089E593A6955C05A1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:02:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:03 GMT" ]
- },
- "ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
- },
- "Content": null,
- "isContentBase64": false
- }
- },
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
- "isContentBase64": false,
- "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": [ "7ac9baee-06c2-43f9-a620-df2f7d376fb2" ],
+ "x-ms-request-id": [ "d004ffba-5426-4e3e-a108-6d88098a03d4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "d32b3b03-c6a1-4f4a-8f5e-0f92d3d3242f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010305Z:d32b3b03-c6a1-4f4a-8f5e-0f92d3d3242f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "79118862-4a01-4473-84eb-eaff2ac1d199" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235547Z:79118862-4a01-4473-84eb-eaff2ac1d199" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FCEB5E3B6D4545CAA33948EE8EF69126 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:04Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DA4682F7B0AF42F598A5B6B89CB5911F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:46 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "261" ],
- "x-ms-client-request-id": [ "437b2e38-6d3b-4453-8845-44c79da23686" ],
+ "x-ms-unique-id": [ "668" ],
+ "x-ms-client-request-id": [ "0c860b61-8cef-4e26-987c-0341a258d420" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5470,40 +5260,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7cc5d456-2f72-4f90-b798-ae2cd887f6dd" ],
+ "x-ms-request-id": [ "02036a2b-f549-443f-9d91-5ca9c1155481" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "1c3e20a4-ca97-427f-9a10-10bda46677ca" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010305Z:1c3e20a4-ca97-427f-9a10-10bda46677ca" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "69ce2f74-87e2-48df-af74-0e67bd3a45bd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235547Z:69ce2f74-87e2-48df-af74-0e67bd3a45bd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2C4593A5C05D48878F8C4D464341D66A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A54053B739DE43A4A6D67615E13EFEAD Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "262" ],
- "x-ms-client-request-id": [ "9aeb2f92-531d-4f41-a891-dff2b950f5c1" ],
+ "x-ms-unique-id": [ "669" ],
+ "x-ms-client-request-id": [ "4dcdb7e7-38e6-4f8a-a48c-083c0111c6e1" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5515,40 +5305,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "920b6be6-de9b-4301-9fb2-6713e569cd22" ],
+ "x-ms-request-id": [ "64058c94-7654-4452-9960-6086345aae30" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "f50168ba-f90e-4574-b15c-72f088c379e9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010305Z:f50168ba-f90e-4574-b15c-72f088c379e9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ab4935d7-4017-4b3e-b08c-02109eabe634" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235548Z:ab4935d7-4017-4b3e-b08c-02109eabe634" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EECAA25C52F848D08DDCD03031595E4D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1B8CF27484B44DD182C613058ED11A58 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:47Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "263" ],
- "x-ms-client-request-id": [ "e169bcc2-cc2f-490e-b71a-a2aa279cbc10" ],
+ "x-ms-unique-id": [ "670" ],
+ "x-ms-client-request-id": [ "333fdf53-dbcb-4815-be98-d1ea5b4a9b73" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5560,40 +5350,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dc1862cf-7576-41bc-8f38-5f4c0ea01afc" ],
+ "x-ms-request-id": [ "3eaa2e0b-e0d6-48aa-89fc-b617d9ccec4b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "ada8ecff-2d41-4b9e-9bde-75fa5c48cdd8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010305Z:ada8ecff-2d41-4b9e-9bde-75fa5c48cdd8" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "c426fcd9-7f6a-461c-98c9-eb4ee2a46f97" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235548Z:c426fcd9-7f6a-461c-98c9-eb4ee2a46f97" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 40F44FED9D634F54A9B9DD84314B3A69 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E970C1260EB94151A8E700799F7F885F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "264" ],
- "x-ms-client-request-id": [ "dd161252-5f1c-4da5-8a25-1aedfef5a8c9" ],
+ "x-ms-unique-id": [ "671" ],
+ "x-ms-client-request-id": [ "9587ffe6-493e-4af1-89e6-acab252b5737" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5605,40 +5395,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7ef68199-da3a-481d-9758-032ec717e852" ],
+ "x-ms-request-id": [ "e6bd60c6-0476-42a0-9a86-c8edccbb424c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "f8643ab1-0f2e-4b8c-8fac-30273bc34232" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010306Z:f8643ab1-0f2e-4b8c-8fac-30273bc34232" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1097" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16497" ],
+ "x-ms-correlation-request-id": [ "37edd324-d023-44d8-a1a6-fc6d8d0ae883" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235548Z:37edd324-d023-44d8-a1a6-fc6d8d0ae883" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E993EE50CA2240CDB9D13845768AE960 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D77CED215F8B4906BCC09B74596A4BE6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:47 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "265" ],
- "x-ms-client-request-id": [ "513bc9e5-f6a8-49d5-8ce4-8ec16becd3ce" ],
+ "x-ms-unique-id": [ "672" ],
+ "x-ms-client-request-id": [ "c48b4367-748f-4c93-ade1-8df1bc5a354d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5650,40 +5440,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "57ff1f54-acf3-42b3-ad4d-29f13a42e71d" ],
+ "x-ms-request-id": [ "5415c445-f121-4701-8764-1d2c2a40a08c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "318d8b73-e000-47d6-80e1-6eb556a0da4e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010306Z:318d8b73-e000-47d6-80e1-6eb556a0da4e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d94d74da-4f3a-44f3-ada9-950b08df1647" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235549Z:d94d74da-4f3a-44f3-ada9-950b08df1647" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7D2A6EB51C8043F6A760C84FC8456A29 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 93A2E5CBA4C2489CA8016CD670C67065 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:48Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:48 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":11,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+9": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "266" ],
- "x-ms-client-request-id": [ "b721dfec-1e21-45d8-81a1-e98510f02ca4" ],
+ "x-ms-unique-id": [ "673" ],
+ "x-ms-client-request-id": [ "bd254a13-fc15-4e8c-baab-282f6a561df0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5694,39 +5484,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "b8f39fe9-b309-4e25-ac2c-c39aaaf5d2db" ],
+ "x-ms-original-request-ids": [ "26d4522b-36b3-4b35-9a39-956534656829", "3fd517b4-9365-4b6a-b797-6aa8b869abc3", "fa338e02-0a43-49cd-8143-8c3b6a89be0d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "51c25c3d-651d-4d0d-b501-aca83798df7b" ],
+ "x-ms-correlation-request-id": [ "51c25c3d-651d-4d0d-b501-aca83798df7b" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T235550Z:51c25c3d-651d-4d0d-b501-aca83798df7b" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "1de87ad8-6101-4497-b808-d564b6838c93" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010307Z:1de87ad8-6101-4497-b808-d564b6838c93" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0DF085A07620462892E54CBC0E679DB3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E32B21074C9343D78D26A735AF2CBB96 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:49Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+10": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "267" ],
- "x-ms-client-request-id": [ "d18d88de-90d0-47a1-942b-83f5ac96096a" ],
+ "x-ms-unique-id": [ "674" ],
+ "x-ms-client-request-id": [ "660764f9-e465-476a-ae2c-803bdccebc4f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5737,30 +5528,30 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "1f32da7c-aaca-4fe8-a48e-3eb671df0575" ],
+ "x-ms-request-id": [ "147e92eb-95cf-4a7c-82d4-101aced49696" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "ca71000a-d34e-48ba-b26e-46580b16a5c8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010307Z:ca71000a-d34e-48ba-b26e-46580b16a5c8" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/8c90c159-9ea4-4850-9d85-d32d01c1f3d3" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "55932d24-6b6c-4c5c-9bc6-020acbd897e6" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235550Z:55932d24-6b6c-4c5c-9bc6-020acbd897e6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7DFCD161AAD242999E1F3BD8AFA8C158 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CA51BE66C4AF456B82405121F1026522 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:50 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-PowerShellTest-0d6xycl2n4?api-version=2015-05-01+11": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-PowerShellTest-0d6xycl2n4?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}",
"isContentBase64": false,
"Headers": {
@@ -5780,35 +5571,36 @@
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ],
- "x-ms-request-id": [ "ce97dc53-9c5a-4f10-8cf9-5d26e4dca5bc" ],
- "x-ms-correlation-request-id": [ "ce97dc53-9c5a-4f10-8cf9-5d26e4dca5bc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010308Z:ce97dc53-9c5a-4f10-8cf9-5d26e4dca5bc" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4bc0848b-aa2a-4c28-b397-58f8b6e04aaa" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "fb260597-fb34-46b1-a188-d2c8d85569ba" ],
+ "x-ms-correlation-request-id": [ "fb260597-fb34-46b1-a188-d2c8d85569ba" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235555Z:fb260597-fb34-46b1-a188-d2c8d85569ba" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6225DFEBA6CC4A95B55BAB18C9B75AE8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CC55581818A84014BDFA40D215B20E9A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:50Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:55:54 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1395" ],
+ "Content-Length": [ "1684" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800ab5d-0000-0300-0000-6674d14c0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30009033-0000-0300-0000-6917c1870000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4\",\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"AppId\": \"230d624f-bf68-4cc6-b017-4b590a4c5d95\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"b24d75d4-0c3f-47af-b1a7-2691b7d449f5\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"CreationDate\": \"2025-11-14T23:54:16.3338683+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4_230d624f-bf68-4cc6-b017-4b590a4c5d95_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+12": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershelltest-0d6xycl2n4\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\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 \"use32BitWorkerProcess\": true\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "64" ]
+ "Content-Length": [ "1946" ]
}
},
"Response": {
@@ -5816,42 +5608,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C246591AD5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b4952fc4-14d6-4611-bd0a-8cbf1c866490" ],
+ "x-ms-request-id": [ "6bb02c53-23ce-422e-9705-5290c6d0f317" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "89d7b36e-b17a-4cbb-9ec1-cd9f660eefb2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010309Z:89d7b36e-b17a-4cbb-9ec1-cd9f660eefb2" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/58a6f0fc-9bbe-46b2-a8c1-7b65ddd9995d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "8806dcc1-7ffd-40e2-bd25-249e5191cfcf" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235637Z:8806dcc1-7ffd-40e2-bd25-249e5191cfcf" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B94C915FFB464069A50E5F51EFA4EEE1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:08Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:09 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BAB26776E4A44203A83151E8AD93A4DA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:55:55Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:56:37 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "8631" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:55:57.78\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"8b4aece8-4567-4066-8dbf-db03ecd7629c\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+13": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "270" ],
- "x-ms-client-request-id": [ "09bbdc65-e13c-40ae-aa45-8f982b7507fb" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "677" ],
+ "x-ms-client-request-id": [ "a0fcbf23-dfad-4b0d-b2aa-f67b38846ad3" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -5861,41 +5654,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C250536D15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "69ee9769-1631-4b92-80ee-568c92a6628d" ],
+ "x-ms-request-id": [ "7220775a-09a8-4466-9163-2aa14e4e59f0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "0cf64ba0-dd0d-47d9-8590-901c18bec258" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010310Z:0cf64ba0-dd0d-47d9-8590-901c18bec258" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "642dd052-bd70-4037-b67e-f635854be9db" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235708Z:642dd052-bd70-4037-b67e-f635854be9db" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1615B383D0B84D66A7CD39DD58CE7658 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 714FE06D330046D0A8F98A483ED07847 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:07Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:07 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:56:37.3933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"8b4aece8-4567-4066-8dbf-db03ecd7629c\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "271" ],
- "x-ms-client-request-id": [ "06d64a5e-c308-47a7-b789-66fbb20e47f2" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "678" ],
+ "x-ms-client-request-id": [ "3a5ab2c2-5154-4adc-9c8e-6652ddf0166c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5906,39 +5700,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "dc3e5af7-f746-412d-b87f-fec92b16d7b5" ],
+ "ETag": [ "\"1DC55C250536D15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "554b6e67-741e-4417-9233-6fa49c7842cd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010310Z:554b6e67-741e-4417-9233-6fa49c7842cd" ],
+ "x-ms-request-id": [ "690a2981-c1a8-4817-801e-51d1b6f48eb3" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "832aae9f-1c48-476b-b745-5ad711b02295" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235708Z:832aae9f-1c48-476b-b745-5ad711b02295" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F6088864D0884A41872FD42DD77C7D60 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 38E343D64C65445E9C4EBB02381E7CEA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:07 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:56:37.3933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"8b4aece8-4567-4066-8dbf-db03ecd7629c\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+15": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "272" ],
- "x-ms-client-request-id": [ "a619f8ec-0c65-48d9-b4cb-d66a63d1e314" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "679" ],
+ "x-ms-client-request-id": [ "2ed5a008-c69a-4a43-95f2-4a65057df2ab" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -5949,37 +5746,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "6f662c3e-500e-4f12-81ad-ec52642e3a83" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "cbad71e7-7280-4860-bdc7-6e8377d3dcc3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010310Z:cbad71e7-7280-4860-bdc7-6e8377d3dcc3" ],
+ "x-ms-request-id": [ "37f1493d-dd76-4f31-9d91-57defc38d508" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b8dee2af-2306-4e09-af04-e6ff32cd1f40" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "22d5cdb4-f544-42da-bbac-69b09e66a983" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235708Z:22d5cdb4-f544-42da-bbac-69b09e66a983" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 637BC8DAB58D42AA808A83ECFEEEA6CE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A18CE7F9F7D6489D8C61D7F67FF1375E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "1231" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-DotNet-fzbnp5j12m?api-version=2015-05-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+16": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-DotNet-fzbnp5j12m?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}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "680" ],
+ "x-ms-client-request-id": [ "73fdd879-7c1d-4b63-bf3f-a978259191b5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
}
},
"Response": {
@@ -5987,40 +5791,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "7ac0c33f-2b03-4e8a-9d79-547ad93b72d9" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "3a1be048-2ac4-4376-a7e2-edbf43b81849" ],
- "x-ms-correlation-request-id": [ "3a1be048-2ac4-4376-a7e2-edbf43b81849" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010312Z:3a1be048-2ac4-4376-a7e2-edbf43b81849" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/de8f842d-e1f6-4432-aee6-05bf0fc8a94a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "dc0b852d-2260-464a-ba7b-00e6f0d31d31" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235709Z:dc0b852d-2260-464a-ba7b-00e6f0d31d31" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9270C633031E456CBBCA44B463826A21 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:12 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B761FAC3A78549308064026A7AF63BE9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:08Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1381" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "4192" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-DotNet-fzbnp5j12m\",\r\n \"name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800c65d-0000-0300-0000-6674d14f0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"AppId\": \"f1dcf9c3-dc4a-4949-aea2-0dca866335da\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"acfe5cbd-9c18-4a5c-8296-28f0544156cf\",\r\n \"ConnectionString\": \"InstrumentationKey=acfe5cbd-9c18-4a5c-8296-28f0544156cf;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f1dcf9c3-dc4a-4949-aea2-0dca866335da\",\r\n \"Name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"CreationDate\": \"2024-06-21T01:03:11.9534357+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70501,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+17": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"DOTNET|6.0\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-dotnet-fzbnp5j12m\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "681" ],
+ "x-ms-client-request-id": [ "060ffb98-bf2d-420a-b7de-cb395af8fbbb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1689" ]
}
},
"Response": {
@@ -6028,43 +5837,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376CB98568B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c839c584-3fbc-44e5-8dcf-28315df7214d" ],
+ "x-ms-request-id": [ "e277e526-e593-4b5c-8a83-521d0e069a82" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "eedc6b77-e76c-490e-a66d-575e5bd1f7d4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010335Z:eedc6b77-e76c-490e-a66d-575e5bd1f7d4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2d40a05e-269e-48c6-a331-22d4089dbd4d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "f4813de2-3487-4959-8d4b-b75fdb205ea9" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235709Z:f4813de2-3487-4959-8d4b-b75fdb205ea9" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 457E71D0B14740F0B74710FF2495FA5E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:03:12Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:03:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 30A34AE1444746C5A589BC7D1CC6F414 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7337" ],
+ "Content-Length": [ "1231" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:03:14.3966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+18": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "275" ],
- "x-ms-client-request-id": [ "d35e2635-20e3-4b85-b093-50a21a268869" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "682" ],
+ "x-ms-client-request-id": [ "8b60bfc9-06b1-4ae0-bc3d-8354442a1b65" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -6074,42 +5882,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376D74D2A0B\"" ],
+ "ETag": [ "\"1DC55C250536D15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a623bec6-eed4-46fe-88cd-902e735e1220" ],
+ "x-ms-request-id": [ "cfd11926-4ebe-49dc-9ae8-397fd3a174c8" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "97855411-a69c-4988-b313-8bee818b3b06" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010405Z:97855411-a69c-4988-b313-8bee818b3b06" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "149768ac-9aaf-4682-bdc2-d2e03170ecce" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235709Z:149768ac-9aaf-4682-bdc2-d2e03170ecce" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B90259EE60034BFFA1B78BB4441604B3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EC29B91CFA5740ADA50172C8B0863DD0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7145" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:03:34.6566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:56:37.3933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"8b4aece8-4567-4066-8dbf-db03ecd7629c\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+19": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "276" ],
- "x-ms-client-request-id": [ "ab4dae3c-3cfa-4f05-8ea4-14a9000a3672" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "683" ],
+ "x-ms-client-request-id": [ "a160c302-ef98-404b-b8c2-5758e052fa7c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6120,42 +5928,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376D74D2A0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "835dd541-84f0-4ff7-9954-c4658ee6689f" ],
+ "x-ms-request-id": [ "5854dc41-6da4-4dc4-90b5-cfed8f28e290" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "7cb7c836-7a81-4540-9c3d-210baf5c94e4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010405Z:7cb7c836-7a81-4540-9c3d-210baf5c94e4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8549012e-e126-42aa-805e-44f0796d4004" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b6dab9b7-00a4-44bd-ad23-90f739636f18" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235709Z:b6dab9b7-00a4-44bd-ad23-90f739636f18" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BB234D06B0BA41B990A3ECE67494001B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 52E3B35EC61A42339BBF9BD8611B27C8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:09Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:09 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7145" ],
+ "Content-Length": [ "1231" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:03:34.6566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+20": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "277" ],
- "x-ms-client-request-id": [ "52a15007-2c78-4e8c-b2eb-9b4ac51eb968" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "684" ],
+ "x-ms-client-request-id": [ "45cf5130-cf4b-45d5-bfc4-756a29267f4f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6167,40 +5974,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f35fed2d-7c3d-4e97-a4c7-34f862cc51a4" ],
+ "x-ms-request-id": [ "a49c6687-f6b6-4c98-bb4d-d54a6af2e877" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "284db976-8c3b-435b-9bde-930de43cce8a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010405Z:284db976-8c3b-435b-9bde-930de43cce8a" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e1c62e91-96e7-475e-8ee4-372992cad5dc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e8e1bab6-fb83-4de6-ab98-17e91d841af6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235710Z:e8e1bab6-fb83-4de6-ab98-17e91d841af6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B7F6E51BA2054BE0836B2BFFB90D4C3E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5BDC073576DB45BA9A1090331AFB8F14 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:09 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-fzbnp5j12m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70501,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+21": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "278" ],
- "x-ms-client-request-id": [ "32ecb27e-23bd-4984-a677-5888f75aeafc" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "685" ],
+ "x-ms-client-request-id": [ "44faa105-afa0-4963-95ee-55d5d073d3e9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6211,41 +6019,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C250536D15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "70c69cb7-7305-4af7-86d9-de461196c91b" ],
+ "x-ms-request-id": [ "1ec14a9d-ed1a-4acc-978f-e0cc3dc581c9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "2cb07cd4-3211-4c50-b118-7ecd9d703aa4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010406Z:2cb07cd4-3211-4c50-b118-7ecd9d703aa4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c34b6176-a5c5-40ce-aa63-837c73c0ffa1" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235710Z:c34b6176-a5c5-40ce-aa63-837c73c0ffa1" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7707D58481DB4B79A72122FD7AF9DF2D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1D806EBAF71546B59659BDAAA7E08D21 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:09 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4076" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:56:37.3933333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"8b4aece8-4567-4066-8dbf-db03ecd7629c\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+22": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "279" ],
- "x-ms-client-request-id": [ "56bc0900-4076-4d3d-b44f-ee8ec1dabff7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "686" ],
+ "x-ms-client-request-id": [ "07e0b511-cc28-4868-8233-16a648821610" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6256,42 +6065,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376D74D2A0B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2141255b-ca53-42b8-9aa6-2c2246ad92f5" ],
+ "x-ms-request-id": [ "e7b390e1-49af-4a8d-abde-d81b3dd2cef5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "ed8e6d03-d622-4ae8-9d95-e6d4c3878b92" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010406Z:ed8e6d03-d622-4ae8-9d95-e6d4c3878b92" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7a1e2b80-0771-4e51-bd0b-1bb9f2f2991e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "66475a90-e51f-4203-a8af-9e4996fff029" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235710Z:66475a90-e51f-4203-a8af-9e4996fff029" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 93E9A2DCC2134F14AD6BCB422AE8916D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B5C3DD2848CC40878CDCD5DBB606C64D Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:09 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7145" ],
+ "Content-Length": [ "1231" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:03:34.6566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"MyAppSetting2\":\"FooBar\",\"MyAppSetting1\":\"98765\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+23": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "280" ],
- "x-ms-client-request-id": [ "93d88048-bce4-4198-bab7-bc7ce84ac9d7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "687" ],
+ "x-ms-client-request-id": [ "a4a7d6a6-07f0-4911-968c-1a5afe7922a3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6303,40 +6111,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "83dd67c7-cab1-45fc-a8a1-8abc8b9afbfe" ],
+ "x-ms-request-id": [ "a78c87db-cc83-4911-ae64-3f0eabf4015c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "e4649407-465b-4e52-b2b8-1dca38b0f877" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010406Z:e4649407-465b-4e52-b2b8-1dca38b0f877" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/87925be7-c100-4df8-870a-9fd52ffa9ebd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "95e4699c-7a67-4945-9af7-733305c7baa6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235710Z:95e4699c-7a67-4945-9af7-733305c7baa6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 42D92F0C369B47D1AE25ABFD902F09B6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E6A39C75F11F467B96F6F8A196CF7C60 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:10Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-fzbnp5j12m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70501,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+24": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "281" ],
- "x-ms-client-request-id": [ "45d283ef-d868-4f14-a44b-b909c473e1c1" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "688" ],
+ "x-ms-client-request-id": [ "dfd377f8-dbab-4616-b333-e7794dd8bade" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6348,40 +6157,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "af041da2-c6d5-4ba8-aa88-09cb73ac5360" ],
+ "x-ms-request-id": [ "0896d681-1f7f-4155-8194-bbcf39165eee" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "bfb29c57-e00d-485d-9a62-26239b081108" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010407Z:bfb29c57-e00d-485d-9a62-26239b081108" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "b37b299e-7bb2-46f0-92c9-aa7397462245" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235711Z:b37b299e-7bb2-46f0-92c9-aa7397462245" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0C2F4376DB71428DB5612FC1B1BBDBFA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B330C16CAFD34876BCF5FF013A0519BA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4076" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create a function app with custom app settings and \u0027SystemAssigned\u0027 managed identity +$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+25": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "282" ],
- "x-ms-client-request-id": [ "8a98aff8-0658-4936-b188-2b1aea21442e" ],
+ "x-ms-unique-id": [ "689" ],
+ "x-ms-client-request-id": [ "123da78c-2b85-42e9-bc63-ee3a60da6b72" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
"FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6392,19 +6201,20 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376D74D2A0B\"" ],
+ "ETag": [ "\"1DC55C250536D15\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7f904e26-2ce7-4adf-89f5-f8c4508a5a56" ],
+ "x-ms-request-id": [ "6a040598-a7cd-46bb-9e4f-1997b0a3977e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "2d0f8b2c-9a02-4176-8640-7a54f580e4e7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010420Z:2d0f8b2c-9a02-4176-8640-7a54f580e4e7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c66a0e67-9951-4a83-8a5e-7d5deecad85f" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "b8c4991c-7114-439d-aef0-0b2391e437d8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235721Z:b8c4991c-7114-439d-aef0-0b2391e437d8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 059DBFB6A8E54244B1B79D4035DFCA58 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 521524714D764F7D88E3FE646A69A629 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:11Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:20 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
@@ -6414,17 +6224,17 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -6433,17 +6243,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d0a8c9ab-a483-4723-830a-ed8c17a971a0" ],
+ "x-ms-request-id": [ "77db56d7-0dbc-434f-98dc-c2b1f686e0d3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "852feb92-a9a3-4171-b8b0-6e0e700cfeda" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010421Z:852feb92-a9a3-4171-b8b0-6e0e700cfeda" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5d149f80-b824-4413-9281-5ce098e5b35b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ff3d5820-f805-46e3-a8c7-800c42e27606" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235721Z:ff3d5820-f805-46e3-a8c7-800c42e27606" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A8D385E79ED6446DAE3A0BA4544E9BDE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 53364D78D99C4B869EB6D2AB5ED1EE71 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:21 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -6454,22 +6265,17 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
- "Content": null,
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-DotNet-k691hsj4cf\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "284" ],
- "x-ms-client-request-id": [ "06d6744c-6082-40e2-a472-464257fb9a4e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "64" ]
}
},
"Response": {
@@ -6478,40 +6284,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "cb027495-57d0-47ef-b748-2edb163d0fab" ],
+ "x-ms-request-id": [ "8b80fa26-5e40-4c79-b8f7-0cb0da976946" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "e20ef233-7010-4089-82ff-c5a5c6bab6cf" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010421Z:e20ef233-7010-4089-82ff-c5a5c6bab6cf" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/6800a816-edbf-4759-ba15-940c76a3e1a5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2b8e8d3e-c0a8-4392-bda1-eb24541c0b37" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235722Z:2b8e8d3e-c0a8-4392-bda1-eb24541c0b37" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E39075A6D0BB4C39B9DB866730911A8A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CECE2BC0A9DE4E93874D95F68A030C59 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "47" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "285" ],
- "x-ms-client-request-id": [ "82a9d3e3-18c6-4d0e-ab0c-84f6e6754030" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "692" ],
+ "x-ms-client-request-id": [ "c0dc0bab-4161-4cd8-99f3-43b4910dc874" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6523,40 +6330,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "83eab083-c5e8-4c82-ad0f-3224c03daf42" ],
+ "x-ms-request-id": [ "2e2d8ded-5a32-4d84-870a-89a883e5f76b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "56044663-44d2-43d6-978e-85e99702c6b5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010422Z:56044663-44d2-43d6-978e-85e99702c6b5" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/cc385bda-120d-4046-879e-972aa9a158c9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "101d8e4b-6354-4462-bd17-a0e0fc739a5e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235722Z:101d8e4b-6354-4462-bd17-a0e0fc739a5e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0C641CD87B5243CAAE356CD221A96B80 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 567ED61871944683BC9768792FB68AD9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "37716" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast US 5\",\"name\":\"Southeast US 5\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast US 5\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Southeast US 5\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXFREE,,;LINUXFREE,,\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "286" ],
- "x-ms-client-request-id": [ "69e6ed1c-8c45-451e-9205-a7258fea1958" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "693" ],
+ "x-ms-client-request-id": [ "e2e33039-a1a2-4e44-98c0-109577fc20a3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6567,41 +6375,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "ebc2f694-2245-4ada-bf35-8551a2b445f0", "43edabf0-2149-4aaf-9668-005d3538f149", "8ebe911a-415f-4ee3-ad62-fed2ec8d00c7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "20b4d0e6-cfa1-44b8-b606-e5638a1aa522" ],
+ "x-ms-correlation-request-id": [ "20b4d0e6-cfa1-44b8-b606-e5638a1aa522" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235723Z:20b4d0e6-cfa1-44b8-b606-e5638a1aa522" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "422f4670-709c-46fd-a7ce-20098b2bc138" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "c4ca1493-2c5f-45d6-93f7-0ce0a8301b1e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010422Z:c4ca1493-2c5f-45d6-93f7-0ce0a8301b1e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6483085C70D441EABA2A98BCF9767E6F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C72914E6998E4925AB239C5B8CA64392 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01+4": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "287" ],
- "x-ms-client-request-id": [ "76bd5d75-b868-45a0-9441-c9c3d89e18af" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "694" ],
+ "x-ms-client-request-id": [ "d06daa46-1534-4b32-8b35-20a8b7a14f48" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6612,44 +6419,79 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "7ed10938-858a-4090-8580-ca4bfa58228e" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0fcdbd0b-55a3-472b-a75e-8680a4b452d1" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "bdd87ef9-dcfa-4351-8ed3-5062e43df818" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010423Z:bdd87ef9-dcfa-4351-8ed3-5062e43df818" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/acb93922-0df8-4c28-ba40-40aad4b85ddf" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "032ea425-e40d-475c-a3df-d0518e9d903c" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235723Z:032ea425-e40d-475c-a3df-d0518e9d903c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D2B168274D9C4E2BAC34FE586420F65B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6216ADD1857045E19960E1E78324AE1B Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"skUcBUe+5O4EK0DJ0kvF9RgrTfUtm65vhNO906vUNgeK+wHUdXYOSu4jWLqbGrAISyxLf/ckH6Ls+AStNs5DZQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"sEtmtKq2Gdh8hOZkroP4avhyxoAbql8eZv63ZJShR2qnQUhsqRAS59GPxVZiuWuhFEiy11+eeRNi+AStUvrV4Q==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Insights/components/Functions-DotNet-k691hsj4cf?api-version=2015-05-01+5": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Insights/components/Functions-DotNet-k691hsj4cf?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "288" ],
- "x-ms-client-request-id": [ "4bc4b460-3b0b-45c5-844c-2961ea3511c7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d332cc3c-13fa-409f-90dc-9ca015a64b8e" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "2af393e0-2d6a-4a1d-b4e9-1977c7f3e61a" ],
+ "x-ms-correlation-request-id": [ "2af393e0-2d6a-4a1d-b4e9-1977c7f3e61a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235728Z:2af393e0-2d6a-4a1d-b4e9-1977c7f3e61a" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 346F2E1613D44F2EA65A7A199D860F5C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:28 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1638" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"3000d93e-0000-0300-0000-6917c1e80000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-DotNet-k691hsj4cf\",\r\n \"name\": \"Functions-DotNet-k691hsj4cf\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-k691hsj4cf\",\r\n \"AppId\": \"813fb594-7633-494f-83ae-4d8aeacffe06\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"0a9d18f6-4326-48ef-8f02-14db1b1e8b6b\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-DotNet-k691hsj4cf\",\r\n \"CreationDate\": \"2025-11-14T23:57:24.5180411+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-dotnet-k691hsj4cf_813fb594-7633-494f-83ae-4d8aeacffe06_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-DotNet-k691hsj4cf-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01+6": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"DOTNET|8.0\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_INPROC_NET8_ENABLED\",\r\n \"value\": \"1\"\r\n },\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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-dotnet-k691hsj4cf\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1714" ]
}
},
"Response": {
@@ -6657,42 +6499,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C27065AC00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "035370f9-aa72-4765-bae1-7589fc36d5e6" ],
+ "x-ms-request-id": [ "9442ffae-8add-4613-94b7-daceceb50793" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "73eba5d8-1434-41f7-b3d7-33209f3add5b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010423Z:73eba5d8-1434-41f7-b3d7-33209f3add5b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/cfce9de5-584e-4a26-9421-65707fb65d78" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "1014f361-f969-4b6d-a3ee-a1c31f54103e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235750Z:1014f361-f969-4b6d-a3ee-a1c31f54103e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EBBA64EE4EAB4439BF7D56383F989C36 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F647C908DF684A5C8A5E2856C706B982 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:57:29Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:57:49 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "8300" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-k691hsj4cf\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-DotNet-k691hsj4cf\",\"repositorySiteName\":\"Functions-DotNet-k691hsj4cf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|8.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:57:30.5333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-k691hsj4cf\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-DotNet-k691hsj4cf\\\\$Functions-DotNet-k691hsj4cf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "289" ],
- "x-ms-client-request-id": [ "956d6b98-9225-445f-aecc-f72b8bbb3dd8" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "697" ],
+ "x-ms-client-request-id": [ "d1ce705d-9c26-4884-89e1-d79d40811fae" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -6702,39 +6545,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "2ea611fd-9f73-468d-9686-c539f1ad1fa6" ],
+ "ETag": [ "\"1DC55C27BA9130B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "6ea8b407-a025-4c79-8c21-7d30d83dc914" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010423Z:6ea8b407-a025-4c79-8c21-7d30d83dc914" ],
+ "x-ms-request-id": [ "febbfc83-ee73-4218-88e9-d536764f821a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "42fc7f6d-72c4-4da4-a61e-dff6fa5f3b49" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235820Z:42fc7f6d-72c4-4da4-a61e-dff6fa5f3b49" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5AFB1322B4194ACAAA2929A9D4E10E79 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2D31F38B0E1344FAA1B47253D6AE97F9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:20Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8286" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-k691hsj4cf\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-DotNet-k691hsj4cf\",\"repositorySiteName\":\"Functions-DotNet-k691hsj4cf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|8.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:57:50.0966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-k691hsj4cf\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-DotNet-k691hsj4cf\\\\$Functions-DotNet-k691hsj4cf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01+8": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "290" ],
- "x-ms-client-request-id": [ "445f79b5-ca85-4a1d-be6c-5b360eac92eb" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "698" ],
+ "x-ms-client-request-id": [ "1969a0cd-aecf-430a-94a4-b0c111cb926d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6745,37 +6591,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "3407e38d-bf88-4206-9a4c-cba508d921b7" ],
+ "ETag": [ "\"1DC55C27BA9130B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "b463a59c-38bc-4f65-815e-fb7cd9b23ddd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010423Z:b463a59c-38bc-4f65-815e-fb7cd9b23ddd" ],
+ "x-ms-request-id": [ "8f47ee67-ed69-4c53-a00d-252dac92993a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7e1c49c6-2739-483d-9c0c-9b72b7475b8c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235821Z:7e1c49c6-2739-483d-9c0c-9b72b7475b8c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F49653FA87834173968579D1D0A73755 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5A43C691EC5040D3B3AC346205F292C8 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "8286" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-k691hsj4cf\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-DotNet-k691hsj4cf\",\"repositorySiteName\":\"Functions-DotNet-k691hsj4cf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|8.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:57:50.0966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-k691hsj4cf\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-DotNet-k691hsj4cf\\\\$Functions-DotNet-k691hsj4cf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings/list?api-version=2023-12-01+9": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "699" ],
+ "x-ms-client-request-id": [ "87128fde-44cb-475a-ae6d-cb2df25b402f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1651" ]
}
},
"Response": {
@@ -6783,43 +6637,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC376F6A337E0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e801d651-c046-4ef5-8237-a41c44e1dcd6" ],
+ "x-ms-request-id": [ "ac8efa78-7532-4e1e-9503-21ca0d0408f6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "f5751e0e-43af-4853-a456-3d3a7e2cf4e4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010453Z:f5751e0e-43af-4853-a456-3d3a7e2cf4e4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c7f73664-1b42-4f43-9286-1afc809371e5" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "654478b4-23c7-4b49-898d-618847c28c87" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235821Z:654478b4-23c7-4b49-898d-618847c28c87" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2062D85875C741B0B2EFC1FA3598D627 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:04:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:04:53 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1EC3101C8B674FB0A06DCE3DD9CFD21A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7517" ],
+ "Content-Length": [ "1249" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:04:26.5533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_INPROC_NET8_ENABLED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-k691hsj4cf\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web?api-version=2023-12-01+10": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "292" ],
- "x-ms-client-request-id": [ "a1ed0f15-8841-4407-82cc-ea94c3cbc8ca" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "700" ],
+ "x-ms-client-request-id": [ "02422e74-5ceb-4723-8da1-e34f7ece7f17" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -6829,42 +6682,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377062489B5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "aaa0568e-e8be-45cf-b63c-593d1ec9e482" ],
+ "x-ms-request-id": [ "83d1b457-07ef-4471-8860-400b4cb10aa9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "6be803f3-3df2-4bbb-b2ae-5dcce8943eba" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010523Z:6be803f3-3df2-4bbb-b2ae-5dcce8943eba" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/10ee508d-ffd5-47d5-9eed-2d99e5237530" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3ed4daf1-7791-416b-ac44-13a14f91944b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235821Z:3ed4daf1-7791-416b-ac44-13a14f91944b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2C23163E00E444019B860D1DC511D579 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9F822735D06F4EBCA74400EC6BFA0AD9 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "4187" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:04:53.2433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01+11": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "293" ],
- "x-ms-client-request-id": [ "bdfaff66-31b3-4a64-b2ce-c5718160c27f" ],
+ "x-ms-unique-id": [ "701" ],
+ "x-ms-client-request-id": [ "6c566d9e-4b76-4c63-86d6-02528635b96a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6875,42 +6728,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377062489B5\"" ],
+ "ETag": [ "\"1DC55C27BA9130B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0de0c0eb-1dcb-46c2-b313-c94e3ac0340e" ],
+ "x-ms-request-id": [ "bc0cb1cb-a6ec-4c34-940c-c54edb62096f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "15d02b67-22d9-4a70-a4d2-e48ba26bb415" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010524Z:15d02b67-22d9-4a70-a4d2-e48ba26bb415" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "77e0b146-19b9-48a6-b38c-588be042efd3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235822Z:77e0b146-19b9-48a6-b38c-588be042efd3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6FDCF4B2836E444AB6F4D65006F9104F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 28E5DBD3B2684F438250DD33AE34B202 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:21Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "8286" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:04:53.2433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-k691hsj4cf\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-DotNet-k691hsj4cf\",\"repositorySiteName\":\"Functions-DotNet-k691hsj4cf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|8.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:57:50.0966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-k691hsj4cf\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-DotNet-k691hsj4cf\\\\$Functions-DotNet-k691hsj4cf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings/list?api-version=2023-12-01+12": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "294" ],
- "x-ms-client-request-id": [ "0fbf4ec0-95c0-403e-92c4-ee6d4c81a120" ],
+ "x-ms-unique-id": [ "702" ],
+ "x-ms-client-request-id": [ "42755bee-4821-4dec-8bf6-a20ae4db4b8a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6922,40 +6775,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f9854a48-5190-4388-987a-701fd36bc117" ],
+ "x-ms-request-id": [ "742f6ee9-a722-40b7-a818-3852bb5af24d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "0c855baf-83e6-4138-a42a-5becea207c2b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010524Z:0c855baf-83e6-4138-a42a-5becea207c2b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b54807ec-5d74-41d5-a6db-29774a2b40a2" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "512d1b62-ee33-4a9b-b90d-404b2162f0c7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235822Z:512d1b62-ee33-4a9b-b90d-404b2162f0c7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FDF8234AE3AC4B64BA8C1C8D68D0E879 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0EE9630948DF4C78AB29177FB407BFBB Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1111" ],
+ "Content-Length": [ "1249" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_INPROC_NET8_ENABLED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-k691hsj4cf\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web?api-version=2023-12-01+13": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "295" ],
- "x-ms-client-request-id": [ "baf7dbb7-374c-4aec-b0c3-2b2dfa4e7c69" ],
+ "x-ms-unique-id": [ "703" ],
+ "x-ms-client-request-id": [ "720ce795-d38a-4dff-969d-0c087319bcee" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -6967,40 +6820,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f3fcd186-d5eb-45c6-958a-8d9a13c177eb" ],
+ "x-ms-request-id": [ "b85a2266-7694-417c-b9d8-9142f731f174" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "1c05fcd3-0eb7-4a8c-9b8a-4fd008d46893" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010524Z:1c05fcd3-0eb7-4a8c-9b8a-4fd008d46893" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b52653d1-6265-4830-a5bb-1f6870b6a6cd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b47f35ac-32bd-4cc3-a4da-ee81488c757b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235822Z:b47f35ac-32bd-4cc3-a4da-ee81488c757b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 73E565E156F34BAE8F8B104D8B979719 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 805D2C0794F641FABB74558E1BD22578 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "4187" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01+14": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "296" ],
- "x-ms-client-request-id": [ "5531bb47-9eb6-49ee-a620-7033d2ae53bc" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "704" ],
+ "x-ms-client-request-id": [ "d873f2c2-fa68-4e28-9dcf-0fd8126429ea" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7011,41 +6865,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C27BA9130B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e6d3d848-0649-441e-9fb0-d0d8e345d413" ],
+ "x-ms-request-id": [ "571cdf14-e62c-4734-90a5-7b480ef2aae5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "cac8fa59-8b03-435f-acab-ebde26efe01b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010525Z:cac8fa59-8b03-435f-acab-ebde26efe01b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "886b8979-7b28-454b-82cf-4620ddc34cf7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235823Z:886b8979-7b28-454b-82cf-4620ddc34cf7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 41224356436042CFA691743A512C29AE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A778FDAF6A174385B5C07D11752F9886 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:22Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1111" ],
+ "Content-Length": [ "8286" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-k691hsj4cf\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-DotNet-k691hsj4cf\",\"repositorySiteName\":\"Functions-DotNet-k691hsj4cf\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|8.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-k691hsj4cf.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:57:50.0966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-k691hsj4cf\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-DotNet-k691hsj4cf\\\\$Functions-DotNet-k691hsj4cf\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-dotnet-k691hsj4cf.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings/list?api-version=2023-12-01+15": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "297" ],
- "x-ms-client-request-id": [ "10a67d95-d658-4405-9be3-a6c3efe0e8d0" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "705" ],
+ "x-ms-client-request-id": [ "e687d30f-f78f-4e59-963e-78a2cbf60c97" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7056,42 +6911,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377062489B5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f59ccfc1-5ccd-46da-ad59-40a59a2a3a25" ],
+ "x-ms-request-id": [ "0e988497-27fc-4011-83ad-7363d2580b01" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "b00efab3-ba52-4f8c-b83d-c98a65096672" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010525Z:b00efab3-ba52-4f8c-b83d-c98a65096672" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1891039e-be60-49a3-a04d-2d1be8547ae8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "70ee912f-f29e-46ee-831d-f65baeb30c12" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235823Z:70ee912f-f29e-46ee-831d-f65baeb30c12" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F59E8458E4244C7BBB15C1CFAD29A43F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7AD99B7258CE4B1FA0BB18D28FEACA84 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "1249" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:04:53.2433333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_INPROC_NET8_ENABLED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-k691hsj4cf\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web?api-version=2023-12-01+16": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "298" ],
- "x-ms-client-request-id": [ "0686eaa5-9ee5-4d3f-b6d7-dcf7968f3023" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "706" ],
+ "x-ms-client-request-id": [ "b5751fd8-3a4e-424b-be0e-a9de00c338ff" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7103,40 +6957,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b9b5e65f-88dd-4d07-aaa0-a8f6c50372af" ],
+ "x-ms-request-id": [ "66662974-116c-4533-87c2-340366338f98" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ],
- "x-ms-correlation-request-id": [ "a3678093-1e75-4cce-b373-9e5c5f5d5b39" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010525Z:a3678093-1e75-4cce-b373-9e5c5f5d5b39" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/3ea699a1-f6a7-4243-9982-8944217f0fad" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "21e1e4a4-7eb6-4df4-984d-0aac3be282a7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235823Z:21e1e4a4-7eb6-4df4-984d-0aac3be282a7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7B79772D12B7405B8300B1C3C74AA91A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EBF1554177484827B9B6B0AF9C852866 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1111" ],
+ "Content-Length": [ "4187" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf/config/web\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|8.0\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "299" ],
- "x-ms-client-request-id": [ "d186579e-a12c-4f62-a4d5-44d9c5fef22e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "707" ],
+ "x-ms-client-request-id": [ "6b32eb04-0c9f-4625-b6b5-2849c8a05983" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7148,40 +7003,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3958120c-8a0a-43de-b3d0-87a513319ed6" ],
+ "x-ms-request-id": [ "2c603b35-78eb-4f0f-9a37-3babf6c71b1e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "0317b6db-d35e-4568-b8af-1ea918b2592d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010525Z:0317b6db-d35e-4568-b8af-1ea918b2592d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a51ee2b7-f286-4566-8a3e-9b1516484989" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235823Z:a51ee2b7-f286-4566-8a3e-9b1516484989" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 04B47F3F649F4EB69F941BD8BB534661 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 744999E012254260A4888E82B233FBC6 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:23Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:23 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+18": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-DotNet-k691hsj4cf?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "300" ],
- "x-ms-client-request-id": [ "25fb3fb4-5e8e-4c62-b633-215a114e7472" ],
+ "x-ms-unique-id": [ "708" ],
+ "x-ms-client-request-id": [ "2663adb9-cd16-4f3e-88ff-7de05faec0db" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
"FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7192,19 +7047,20 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377062489B5\"" ],
+ "ETag": [ "\"1DC55C27BA9130B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "388a6f3f-15c8-4d9b-b524-6a6dbe019f93" ],
+ "x-ms-request-id": [ "39cb377d-f381-4fc4-819e-6e7593928cf3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "e89c35ca-5d12-4ac9-9101-9f341761124c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010537Z:e89c35ca-5d12-4ac9-9101-9f341761124c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b7671d7c-2f6a-49c9-8735-d11aba4b3ca2" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "5eb0bbcf-bc3d-4ce8-ae60-47ed5de52435" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235833Z:5eb0bbcf-bc3d-4ce8-ae60-47ed5de52435" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 669BF570936A4C89962A4AD3DB33E953 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 214F3900E6DC4EFCBC6EF41A903B3F7C Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:24Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:32 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
@@ -7214,17 +7070,17 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-PowerShellTest-0d6xycl2n4\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "64" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -7233,17 +7089,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7f476c4a-10aa-4197-86c7-19fc82ab264d" ],
+ "x-ms-request-id": [ "4f6f12e6-35f6-43f5-9ded-aef51de818ae" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "f4decd2e-7fd9-4ea3-a3f2-9677a8e70f29" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010538Z:f4decd2e-7fd9-4ea3-a3f2-9677a8e70f29" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/91e7ab15-11ee-4d76-9400-622313f24753" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d30e8b59-d606-496a-8fb5-c26b166c2e76" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235833Z:d30e8b59-d606-496a-8fb5-c26b166c2e76" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D64FE4CC01D140D79B7876997DB068FD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1998C7F583164F4CA192913FA07E6E5A Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:33Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:32 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -7254,19 +7111,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "302" ],
- "x-ms-client-request-id": [ "3ae6b481-a79c-46ab-b4d4-17cde3c5d365" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "x-ms-unique-id": [ "710" ],
+ "x-ms-client-request-id": [ "c914a842-b5e0-4e2b-b21e-306f9c8cec38" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7277,41 +7134,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "1983c107-e92f-4a21-b19d-5b05d0759123", "73cf96f0-251b-44e4-bb95-e2bc3dd03d25" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "495a20a6-0e52-46c3-a5a5-5872abf2d7e7" ],
+ "x-ms-correlation-request-id": [ "495a20a6-0e52-46c3-a5a5-5872abf2d7e7" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235834Z:495a20a6-0e52-46c3-a5a5-5872abf2d7e7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "cb2fac88-edb2-41ee-a580-fca9475507f0" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "11911cbc-c405-4b7c-b046-43676a5f7226" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010539Z:11911cbc-c405-4b7c-b046-43676a5f7226" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E560BE80830E43C7AC66A0C57D1B8B43 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 80920B7F963C4A59A3C4193DB152B1C0 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:33Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:33 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "10323" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "303" ],
- "x-ms-client-request-id": [ "f271c3b8-7072-4c34-9d18-80c7f9b0aa4b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "711" ],
+ "x-ms-client-request-id": [ "a3000b68-f8e7-4c19-ac6f-595791467d5b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7322,39 +7178,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "75b97c44-6fe2-4efd-bc79-3d6ae60ec468" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "56b9b12b-0636-44ed-b809-e1e740b8ab31" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010539Z:56b9b12b-0636-44ed-b809-e1e740b8ab31" ],
+ "x-ms-request-id": [ "2106052c-b721-4feb-a431-bc63271f17bf" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d6414821-d037-46b0-ae4a-00701f0c796d" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235834Z:d6414821-d037-46b0-ae4a-00701f0c796d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FEC9842B343E4ED19BC645F61FB721FD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D0C0F5410272433AAC276D3AB0236C8E Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:34Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "304" ],
- "x-ms-client-request-id": [ "270c0e9f-fb43-49db-9dca-58e588a02f38" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "712" ],
+ "x-ms-client-request-id": [ "d9807a69-dc7d-4bb1-8968-c0ab77bb4860" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7365,37 +7223,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "99093d04-c702-46df-81e8-17a4085577e2" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "9b2b596a-2192-422a-9578-8c01f4077d40" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010539Z:9b2b596a-2192-422a-9578-8c01f4077d40" ],
+ "x-ms-request-id": [ "e2d14c46-f456-47c0-b450-9821be356b6d" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bb4a689c-713b-4df8-b639-3fda40876da5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235835Z:bb4a689c-713b-4df8-b639-3fda40876da5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4B5BB7188B334B64A211770D70E953AD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6A3D4D921204424E97D3408696DA384F Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:34Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-DotNet-fzbnp5j12m?api-version=2015-05-01+5": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+5": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-DotNet-fzbnp5j12m?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}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "713" ],
+ "x-ms-client-request-id": [ "47f492e2-2f2a-409a-95f4-4318a67bdbdb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
}
},
"Response": {
@@ -7403,40 +7268,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "c6f1026f-a317-418a-8c5d-60c931d0d996" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "3e862bfd-3275-4a41-afea-b5898478daab" ],
- "x-ms-correlation-request-id": [ "3e862bfd-3275-4a41-afea-b5898478daab" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010542Z:3e862bfd-3275-4a41-afea-b5898478daab" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5ba7b1e7-4960-4674-b61c-8cb1b383aaf3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235835Z:5ba7b1e7-4960-4674-b61c-8cb1b383aaf3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 29B2A9A4FC4F434EB0D25BDA5A7A30AA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:05:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D5316C74AE084560B4F6B3F49BC09696 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1381" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "1746" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-DotNet-fzbnp5j12m\",\r\n \"name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800d15f-0000-0300-0000-6674d1e30000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"AppId\": \"f1dcf9c3-dc4a-4949-aea2-0dca866335da\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"acfe5cbd-9c18-4a5c-8296-28f0544156cf\",\r\n \"ConnectionString\": \"InstrumentationKey=acfe5cbd-9c18-4a5c-8296-28f0544156cf;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f1dcf9c3-dc4a-4949-aea2-0dca866335da\",\r\n \"Name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"CreationDate\": \"2024-06-21T01:03:11.9534357+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+6": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"DOTNET|6.0\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-dotnet-fzbnp5j12m\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "714" ],
+ "x-ms-client-request-id": [ "d38d22f2-6d0b-4189-bbc7-707babeacc75" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1689" ]
}
},
"Response": {
@@ -7444,43 +7313,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37725473880\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0e88e6e9-192d-4f97-81a4-61542f1fc38d" ],
+ "x-ms-request-id": [ "129f1199-9f33-4e32-af57-11c94b08433b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "01ba5e7d-f68d-4ce6-a348-de98023cff86" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010605Z:01ba5e7d-f68d-4ce6-a348-de98023cff86" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "68e5aad6-0b61-45dc-8d5a-79c528a3504b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235835Z:68e5aad6-0b61-45dc-8d5a-79c528a3504b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 844423B00BD245D68BF64129CA8F45F2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:05:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E7EC20C747B64BEA83CC718582D0B7ED Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7332" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:05:44.83\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+7": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "307" ],
- "x-ms-client-request-id": [ "4aa34d62-1492-42a0-838b-1005e90161bd" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "715" ],
+ "x-ms-client-request-id": [ "f7ee4265-00fd-4c4e-8414-0cce8ddd22b7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -7490,42 +7358,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37730FC8E35\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e3677d58-39e9-4eb4-b03f-91f6a0087c56" ],
+ "x-ms-request-id": [ "a85e2c45-2a12-4875-8413-452776186265" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "ab397eae-fa74-4160-81a7-4b570d5a26d7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010635Z:ab397eae-fa74-4160-81a7-4b570d5a26d7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f409e7d4-2927-4c9e-84ed-d9792d16abef" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235835Z:f409e7d4-2927-4c9e-84ed-d9792d16abef" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7F1141BC352C4F1A88530CE46F483D3D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 89636C7C80144AFCA52407ED0264E930 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:35 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7145" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:06:05.1233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+8": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "308" ],
- "x-ms-client-request-id": [ "a0be67eb-7adf-41cd-97cb-72b87496adff" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "716" ],
+ "x-ms-client-request-id": [ "b5813108-2c53-4df9-91b6-48469d6d4533" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7536,42 +7403,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37730FC8E35\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c76c9e0e-f389-4050-9edb-4d62fbd6ed22" ],
+ "x-ms-request-id": [ "89b228fe-fe81-4fd3-a67b-28d40144e3fb" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "d4f8cc65-64e6-41d9-ba9b-aca577bcb481" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010636Z:d4f8cc65-64e6-41d9-ba9b-aca577bcb481" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "67ac7075-a6a8-491b-8c69-05aa2b7a7d77" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235836Z:67ac7075-a6a8-491b-8c69-05aa2b7a7d77" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D7ED6A6181844579B5E0472276F1A5FB Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8AA8E5E068ED4D66B52BED395A1D0E51 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:35Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:36 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7145" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:06:05.1233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":11,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+9": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "309" ],
- "x-ms-client-request-id": [ "5ce99a99-280a-47ec-9d62-1ca46c8ba1e4" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "717" ],
+ "x-ms-client-request-id": [ "dc74e50d-4968-44b7-987b-7a86feee92ef" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7582,41 +7448,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "66cc7c3a-037e-4260-b844-a25b9db68e65", "d8fbaccf-b638-41f7-9b71-6a8b5159f4a7", "8d9926bf-a3d9-4fbf-96b0-481f860eb95f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "1fb7ebd6-6bcb-4f68-b740-9da671cf4d04" ],
+ "x-ms-correlation-request-id": [ "1fb7ebd6-6bcb-4f68-b740-9da671cf4d04" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251114T235837Z:1fb7ebd6-6bcb-4f68-b740-9da671cf4d04" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f956bf7f-1355-469b-9a6e-0b4288905342" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "c9cec872-1147-4813-afd8-200c5d09d32d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010636Z:c9cec872-1147-4813-afd8-200c5d09d32d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 34EF817ACF914F5DB48CD0CAFB51325B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 09422CC4FF5D4737891E75330CCA0BAA Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:37Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:37 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-fzbnp5j12m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+10": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "310" ],
- "x-ms-client-request-id": [ "88c7756c-bda9-4b13-9521-37de868bdf8c" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "718" ],
+ "x-ms-client-request-id": [ "7725f760-75fd-4369-b9f5-5384726523b0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7627,44 +7492,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "c0131d43-6475-4769-9edb-8089f300c2a4" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "db4446d2-21c9-487a-b8ec-f20216a90666" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ],
- "x-ms-correlation-request-id": [ "d86d5576-e4c1-4f1f-a23a-79c5db449bb7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010636Z:d86d5576-e4c1-4f1f-a23a-79c5db449bb7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/caaaa0d0-4b7e-458c-aa94-784533fc1d3e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "8434986e-81fa-4fcd-b0d5-55e8d881946c" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251114T235838Z:8434986e-81fa-4fcd-b0d5-55e8d881946c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 18912DAE687B4051A45AD8E5186FE6C0 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D9885CB4A7FB4B209A9AA75807FEBE42 Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:58:37 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4076" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+11": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershelltest-0d6xycl2n4\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "311" ],
- "x-ms-client-request-id": [ "a7e98e6e-76bf-43eb-9ea2-c1b9f7ee87fe" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1655" ]
}
},
"Response": {
@@ -7672,42 +7530,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C299BA9FF5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0cdac969-db8e-408a-90ca-971ed5e09ca0" ],
+ "x-ms-request-id": [ "73f4d2bd-93d2-4425-a46f-c38c9df39067" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "03a7b332-ed14-4e84-9d3f-f3055a2e9386" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010636Z:03a7b332-ed14-4e84-9d3f-f3055a2e9386" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ed53d9b8-7272-4788-9097-02129106d119" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "00728c1c-002c-408d-baf2-6f9d89cf59c6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251114T235930Z:00728c1c-002c-408d-baf2-6f9d89cf59c6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9EE29DA1AB03470AA602CD16618C05BC Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2672F3EB95F64B3AAAC14C7EE3C9DCEE Ref B: CO6AA3150218019 Ref C: 2025-11-14T23:58:38Z" ],
+ "Date": [ "Fri, 14 Nov 2025 23:59:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "8496" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-fzbnp5j12m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:58:39.8366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+12": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "312" ],
- "x-ms-client-request-id": [ "2d52177a-5dac-4ba4-bb26-a35de69d3a63" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "720" ],
+ "x-ms-client-request-id": [ "17af3129-9504-40e5-85d9-6cf666c43508" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -7717,42 +7576,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37730FC8E35\"" ],
+ "ETag": [ "\"1DC55C2B742D8A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4b6049f5-03cb-43cd-a727-e03e5dd759de" ],
+ "x-ms-request-id": [ "98deb9aa-2af0-4788-86c6-ce6a53f82eb7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "e33d6a87-3067-4520-9b59-21080922a30f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010637Z:e33d6a87-3067-4520-9b59-21080922a30f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9d77e544-d40b-47d1-9877-4a5667e85f9c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000002Z:9d77e544-d40b-47d1-9877-4a5667e85f9c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 351579F8E3C34724B98921AA757F1F34 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 49D8901F3DD6476380775102E1C91405 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:00Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:01 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7145" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-fzbnp5j12m\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-DotNet-fzbnp5j12m\",\"repositorySiteName\":\"Functions-DotNet-fzbnp5j12m\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"DOTNET|6.0\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-fzbnp5j12m.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:06:05.1233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-fzbnp5j12m\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-DotNet-fzbnp5j12m\\\\$Functions-DotNet-fzbnp5j12m\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-dotnet-fzbnp5j12m.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:59:30.09\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+13": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "313" ],
- "x-ms-client-request-id": [ "0d92633b-5a01-4442-a761-4d281f0ec520" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "721" ],
+ "x-ms-client-request-id": [ "f1e8dc0b-aa10-4e35-b5c9-3cb616cc7ca0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7763,41 +7622,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C2B742D8A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "61d0bf90-e31e-4364-81af-4b151c0847bb" ],
+ "x-ms-request-id": [ "83ec8997-dadc-4ae9-a507-e57c269fa2b9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "2ff264f4-510e-4f25-ad9a-52ed3e81b655" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010637Z:2ff264f4-510e-4f25-ad9a-52ed3e81b655" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "35b3a31a-132f-444e-a867-61bcd1f66912" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000004Z:35b3a31a-132f-444e-a867-61bcd1f66912" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FF5BE3577EDA4FF59F883F39380E1883 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B7E7A6745CD645B4A6AB4327CE54DB1B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:02Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-fzbnp5j12m\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"acfe5cbd-9c18-4a5c-8296-28f0544156cf\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:59:30.09\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+14": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "314" ],
- "x-ms-client-request-id": [ "ae829b3f-2c6f-43ae-adc2-316a09243e1d" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "722" ],
+ "x-ms-client-request-id": [ "b0d64130-3f4a-498b-a4d0-76d8b337342a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7809,40 +7669,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "86318be3-3742-42cd-b713-02e2a5a1b10c" ],
+ "x-ms-request-id": [ "b43e8b3d-effa-4bcf-9a7f-e787e54fcb8d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "ab76d862-117d-40b7-ac8a-d72917dd81b2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010637Z:ab76d862-117d-40b7-ac8a-d72917dd81b2" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4ad09925-b58c-4607-9015-35316c256e78" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c27acca2-6847-4dde-9b96-c8f32892f0c8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000011Z:c27acca2-6847-4dde-9b96-c8f32892f0c8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CFED5E4F70434F31AE1B38630BBAF278 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 84A9ABB1DCE542F4974F485DEB778E9C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:04Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:10 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4076" ],
+ "Content-Length": [ "1119" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m/config/web\",\"name\":\"Functions-DotNet-fzbnp5j12m\",\"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\":\"\",\"linuxFxVersion\":\"DOTNET|6.0\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux DotNet 6 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+15": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-DotNet-fzbnp5j12m?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "315" ],
- "x-ms-client-request-id": [ "4bb93a94-eaf0-45d6-a2ea-10ed957df7a4" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "723" ],
+ "x-ms-client-request-id": [ "760b6294-6aa0-43c5-9058-ae8e386fd668" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7853,39 +7713,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37730FC8E35\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d6c24f3d-07c8-4712-b810-7baa47f3afbd" ],
+ "x-ms-request-id": [ "561437be-fc97-479a-8066-6c825adeccf0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "97142fd5-476e-4ba9-bb05-d1f61f4f9c6b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010648Z:97142fd5-476e-4ba9-bb05-d1f61f4f9c6b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d9235ba4-d69c-45a0-a7ca-5e4a1b067f04" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e6f0f819-cdab-4722-b7bd-6ce472480db0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000014Z:e6f0f819-cdab-4722-b7bd-6ce472480db0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CF31CC3AA3294FD9BC5F879C5CD7804F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 588C37B7CCB2428CBD128788F07D1628 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:11Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:13 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "4191" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+16": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-Java-k0vbul5y8x\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "724" ],
+ "x-ms-client-request-id": [ "de8a5122-82bf-4bd4-8d86-008b238c3fb5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "62" ]
}
},
"Response": {
@@ -7894,40 +7760,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fd6d08c2-5baf-43a2-94c2-2c8e6727f159" ],
+ "x-ms-request-id": [ "1b4bff83-fcc2-4a5a-a79a-19be460a3974" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "f4e5691f-2388-4a96-99a0-83ddd28e0b6b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010648Z:f4e5691f-2388-4a96-99a0-83ddd28e0b6b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/61464809-8587-4982-959b-d4677308cb6b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "4834a3c8-812a-496e-8b83-b4061a139381" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000015Z:4834a3c8-812a-496e-8b83-b4061a139381" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 925404F262504A55A561F0561F00D80A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 21021CF33D464D63831C466CED501A69 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1119" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "317" ],
- "x-ms-client-request-id": [ "c436a67f-6af2-402c-a8ad-9f983e0d3755" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "x-ms-unique-id": [ "725" ],
+ "x-ms-client-request-id": [ "5cf00acc-78cb-4191-8c09-b1e307d874c5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7938,41 +7804,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C2B742D8A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "be1f52ab-f6e2-4545-b740-eb074226a735" ],
+ "x-ms-request-id": [ "afdee89e-0477-4dcf-b5f1-2c7546338f9d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ],
- "x-ms-correlation-request-id": [ "3a331ae3-8c89-4e3b-b032-52071dd6c523" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010650Z:3a331ae3-8c89-4e3b-b032-52071dd6c523" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5c4bec9c-6a6a-4425-8de2-8bcc32fbd4ff" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000015Z:5c4bec9c-6a6a-4425-8de2-8bcc32fbd4ff" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2A6DB3641AA04C548A1F0A0D26922106 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:49Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EC87D34BDD1740818860C6F385FCD4BC Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:59:30.09\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+18": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "318" ],
- "x-ms-client-request-id": [ "03701a62-06d1-4b75-a1ec-bf14303cc824" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "726" ],
+ "x-ms-client-request-id": [ "677cece0-3f69-44c3-a3cd-5cda95ed79fc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -7983,39 +7850,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "205eed4b-8f88-4c70-88c2-ee38a5462864" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "52fc1d58-396c-47bd-9a07-62f3621abccb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010650Z:52fc1d58-396c-47bd-9a07-62f3621abccb" ],
+ "x-ms-request-id": [ "9061bf22-b8a7-431f-887d-da54bc668f72" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/9188eb8e-7b6c-433f-a403-8a62514f905e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "dd63137a-d474-471a-9529-e494efe4649e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000016Z:dd63137a-d474-471a-9529-e494efe4649e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 479AD68E47B0458AB6434E36CDA499A5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5A5C1C2D29A54C38AD612539A3AF1C70 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "1119" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+19": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "319" ],
- "x-ms-client-request-id": [ "1e194a8b-3ebc-4d09-abec-428a703bab2f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "727" ],
+ "x-ms-client-request-id": [ "2eab4646-87cf-48a4-b097-cd1472099d9c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8026,78 +7895,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "d7b40492-20ba-4749-ab59-d09b3a5a07a3" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "8ea26e31-1d85-48af-8b94-c62d72d9fc2d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010651Z:8ea26e31-1d85-48af-8b94-c62d72d9fc2d" ],
+ "x-ms-request-id": [ "ffcc0de8-4b0d-4c2a-974e-046fc1e46011" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/91eb5914-c906-4eab-a4c5-9787fcea1233" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e1cc8be7-9a8f-46d2-92a6-a21f02ba9cb3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000016Z:e1cc8be7-9a8f-46d2-92a6-a21f02ba9cb3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E74B320FE01B46868867DF5B1B9D2153 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:50 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-Java-k0vbul5y8x?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-Java-k0vbul5y8x?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}",
- "isContentBase64": false,
- "Headers": {
+ "X-MSEdge-Ref": [ "Ref A: 61E20A5DADC045B2B263F0BEE54C7052 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:15 GMT" ]
},
"ContentHeaders": {
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ],
- "x-ms-request-id": [ "bab0853c-10b3-4011-ab32-800a91fef01a" ],
- "x-ms-correlation-request-id": [ "bab0853c-10b3-4011-ab32-800a91fef01a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010652Z:bab0853c-10b3-4011-ab32-800a91fef01a" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EE4EE731A7D24A4991DAFD000117ABA8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:06:52 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1373" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Java-k0vbul5y8x\",\r\n \"name\": \"Functions-Java-k0vbul5y8x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e160-0000-0300-0000-6674d22c0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Java-k0vbul5y8x\",\r\n \"AppId\": \"e9ef6317-e5cc-459c-b68e-879c0e2d237c\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"8a6d9fd4-69c8-4cc5-ae81-f1490938a438\",\r\n \"ConnectionString\": \"InstrumentationKey=8a6d9fd4-69c8-4cc5-ae81-f1490938a438;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e9ef6317-e5cc-459c-b68e-879c0e2d237c\",\r\n \"Name\": \"Functions-Java-k0vbul5y8x\",\r\n \"CreationDate\": \"2024-06-21T01:06:52.3100553+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01+20": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Java|17\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-java-k0vbul5y8x\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"8a6d9fd4-69c8-4cc5-ae81-f1490938a438\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "728" ],
+ "x-ms-client-request-id": [ "0ed5afe7-32dd-45f4-b95d-bf0c6acb2309" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1683" ]
}
},
"Response": {
@@ -8105,43 +7941,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3774FA42695\"" ],
+ "ETag": [ "\"1DC55C2B742D8A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "570e889f-3e2d-4c8d-ad37-5b9d34321303" ],
+ "x-ms-request-id": [ "c4d742fc-0af7-466e-abd3-259d39fc215c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "66c596f4-8853-48fa-957b-d24c9a20e8d1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010716Z:66c596f4-8853-48fa-957b-d24c9a20e8d1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "0770feb6-0101-43ad-a18f-1e2dc7c5a00d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000017Z:0770feb6-0101-43ad-a18f-1e2dc7c5a00d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7B848CD9C11E4AFA932F8337455AD2A6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:06:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:16 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0F43007242FD41189AAAA8AA398BBF07 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7306" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|17\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:06:55.9366667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"state\":\"Running\",\"hostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-PowerShellTest-0d6xycl2n4\",\"repositorySiteName\":\"Functions-PowerShellTest-0d6xycl2n4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"functions-powershelltest-0d6xycl2n4.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-powershelltest-0d6xycl2n4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershelltest-0d6xycl2n4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-14T23:59:30.09\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-PowerShellTest-0d6xycl2n4\\\\$Functions-PowerShellTest-0d6xycl2n4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-powershelltest-0d6xycl2n4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+7": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01+21": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "322" ],
- "x-ms-client-request-id": [ "9decb4d8-b393-4710-a5b8-d7594353fff4" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "729" ],
+ "x-ms-client-request-id": [ "c723c688-0ce7-4baa-8ff2-1d059feb568f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -8151,42 +7987,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3775B355F80\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e739376a-8889-4063-b054-612d3eb85906" ],
+ "x-ms-request-id": [ "5d73dd48-b18b-4fe9-a6e6-833180e31f3c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "075ea93c-858a-4fed-b0de-892311352315" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010746Z:075ea93c-858a-4fed-b0de-892311352315" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7fe11834-4432-4d34-bacb-a71a4e3a760b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "04186626-83f9-4b4c-9854-290eda4b121a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000017Z:04186626-83f9-4b4c-9854-290eda4b121a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 927AAA218F4345DAB7B87D024DC02EC8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2E7D9AA366FD4E3D8E6B8513DBFB1EB2 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7106" ],
+ "Content-Length": [ "1119" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|17\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:07:15.96\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|17\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershelltest-0d6xycl2n4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+8": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "323" ],
- "x-ms-client-request-id": [ "649873bb-3dc9-4544-9beb-6c9ff844ce26" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "730" ],
+ "x-ms-client-request-id": [ "bc8ae059-4de0-4d6a-aace-1dcd036daf72" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8197,42 +8032,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3775B355F80\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f5207420-5a7f-4fec-9594-adf05d98a0bc" ],
+ "x-ms-request-id": [ "e1e1c4cb-f930-4e2d-acf3-2d7a97036150" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "a3231e69-cd0c-411c-854d-e5ea4c2c43d0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010746Z:a3231e69-cd0c-411c-854d-e5ea4c2c43d0" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/6df870a1-58cb-4c2c-bb92-cc18edc5861a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b5021296-568c-47e6-a558-0465bd2b61fe" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000017Z:b5021296-568c-47e6-a558-0465bd2b61fe" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1A7F9E5A14324117B808F9284057DC87 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B41DD01E50BA46DC8BD5305990B7629C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7106" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|17\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:07:15.96\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|17\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4/config/web\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+23": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "324" ],
- "x-ms-client-request-id": [ "cd80f271-a157-4e4b-b30b-051366657a5e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "731" ],
+ "x-ms-client-request-id": [ "fcfbb84c-9003-4878-ac40-b5a3d1a9058f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8244,40 +8079,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "010c0e17-d747-45ab-95c3-abb5b5b3bbe8" ],
+ "x-ms-request-id": [ "bd9c2894-c821-4d76-853b-ac39ebf7ccf5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "6a932d6e-3f7d-4d58-8f55-53f2ae865a9d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010747Z:6a932d6e-3f7d-4d58-8f55-53f2ae865a9d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "bcac5f85-1c73-407a-be26-b07d32b014ee" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000018Z:bcac5f85-1c73-407a-be26-b07d32b014ee" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DBE7FCACF01C45D8BE117A2A37A50901 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 970289468B544117AB40E6C5C0A312F5 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1218" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-k0vbul5y8x\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"8a6d9fd4-69c8-4cc5-ae81-f1490938a438\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+24": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-PowerShellTest-0d6xycl2n4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "325" ],
- "x-ms-client-request-id": [ "4adce969-91cb-41ed-8670-be7707a28641" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "732" ],
+ "x-ms-client-request-id": [ "e5ef1ba8-e7f2-4cb4-9789-d656a3b2b6fc" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8288,44 +8123,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C2B742D8A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3016b49e-b39c-4ab7-bbd3-de577e5088c8" ],
+ "x-ms-request-id": [ "07dcae07-fb8c-4df4-b043-34572c86464b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "eb6302ea-1c8d-456c-9dcf-40885fe8f5d9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010747Z:eb6302ea-1c8d-456c-9dcf-40885fe8f5d9" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/89ceaac9-0e0d-4422-be14-237d5f1fe759" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "2c9cd518-1bc1-4f77-9a27-fdfced0661c7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000039Z:2c9cd518-1bc1-4f77-9a27-fdfced0661c7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 44838EEEB8A741FDA8BBC04FA1105966 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A6F88DE5067F4D649C99314E4A3EACF5 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4069" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web\",\"name\":\"Functions-Java-k0vbul5y8x\",\"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\":\"\",\"linuxFxVersion\":\"Java|17\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-Java-l6hz0unsba\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "326" ],
- "x-ms-client-request-id": [ "0695d620-6399-493c-a733-5d82f2d2ebbf" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "62" ]
}
},
"Response": {
@@ -8334,40 +8165,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "beae533f-834e-4b5c-a4dd-7e5878e04d89" ],
+ "x-ms-request-id": [ "d7939f92-78e6-4624-9eaa-c46cd9982e35" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "d2c42e10-9c0e-41d0-b353-7545cfcbe560" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010747Z:d2c42e10-9c0e-41d0-b353-7545cfcbe560" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0104470e-bf7b-45cb-bb01-ac6d96ded94b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4b25c1b2-c685-47d8-bbf2-6bb392617460" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000039Z:4b25c1b2-c685-47d8-bbf2-6bb392617460" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 09CF8B573C514F3BB6DCFDCC9EB2679E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DD51CA9F64074E5DA7DD57D024F50850 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:39Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1218" ],
+ "Content-Length": [ "47" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-k0vbul5y8x\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"8a6d9fd4-69c8-4cc5-ae81-f1490938a438\"}}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "327" ],
- "x-ms-client-request-id": [ "2567364b-9bc7-4b46-8bb4-bf0bae277f8c" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "734" ],
+ "x-ms-client-request-id": [ "265931cb-e962-49ea-ad5f-f0f9583ebbac" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8378,42 +8210,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3775B355F80\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fbfe0aed-059c-42e2-ae10-2a7935a96a4c" ],
+ "x-ms-request-id": [ "4be52ad9-8930-4fd3-a5fa-aa8d80b94520" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "d5eca252-9b72-46f3-b5cc-a7c398e4e3b2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010748Z:d5eca252-9b72-46f3-b5cc-a7c398e4e3b2" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/387a6ef7-3e32-4998-8b35-e2fd6c8ab9d4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f06f644d-48db-4db8-924e-5e4b924781ea" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000040Z:f06f644d-48db-4db8-924e-5e4b924781ea" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5EF2E2C2A3E54B2C9143631FEB37D47D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:47Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:47 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5794CF3EDACF41D49F8FFA27F6C956E6 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7106" ],
+ "Content-Length": [ "37716" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|17\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:07:15.96\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|17\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast US 5\",\"name\":\"Southeast US 5\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast US 5\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Southeast US 5\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXFREE,,;LINUXFREE,,\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "328" ],
- "x-ms-client-request-id": [ "185d9203-846a-43b9-be09-112f2731076b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "735" ],
+ "x-ms-client-request-id": [ "67630ec9-ee4a-47df-ae65-79cdec8fd6cd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8424,41 +8256,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "c8e2efb4-3537-44b9-8a6e-d1aea7181d4f", "291a3695-bcb9-4d27-a9c6-b2611e200274", "b3e7ac4d-71c6-43e0-bfd5-51099eff11ba" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-request-id": [ "965b8e7f-1da1-4eab-9fab-76cdbd329000" ],
+ "x-ms-correlation-request-id": [ "965b8e7f-1da1-4eab-9fab-76cdbd329000" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000040Z:965b8e7f-1da1-4eab-9fab-76cdbd329000" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "485efb93-a2d0-4f32-ae3e-2348d7171aab" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "3eebcdca-1a1d-4b64-9d79-7e44ddbe7c37" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010748Z:3eebcdca-1a1d-4b64-9d79-7e44ddbe7c37" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: ED9701FFC4134EA48FD36337DC418D8E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 78DB5BA3A27C422985DE0561B551E015 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1218" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-k0vbul5y8x\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"8a6d9fd4-69c8-4cc5-ae81-f1490938a438\"}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01+4": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "329" ],
- "x-ms-client-request-id": [ "9d700b06-568b-4717-a017-17da0a6a1175" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "736" ],
+ "x-ms-client-request-id": [ "8f58f435-4819-464d-bafd-5f5d14f62f46" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8469,44 +8300,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "0564b4c7-abfd-411c-8819-fad7ea27a0eb" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4881ba02-9ac5-48e7-b558-e042f0f2e068" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "360c5df2-8c9b-46ee-9c6f-0215bfb7e371" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010748Z:360c5df2-8c9b-46ee-9c6f-0215bfb7e371" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/013c6846-3ef2-4aa6-93fe-7b96a77c8cd5" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "811e76f3-debb-4616-8a84-9250f018894a" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000041Z:811e76f3-debb-4616-8a84-9250f018894a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EE60281812CC4026A875A6DC4A0D7021 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:07:48 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 485A26DF102149C5A2F107AA4E38D7C4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4069" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web\",\"name\":\"Functions-Java-k0vbul5y8x\",\"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\":\"\",\"linuxFxVersion\":\"Java|17\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"skUcBUe+5O4EK0DJ0kvF9RgrTfUtm65vhNO906vUNgeK+wHUdXYOSu4jWLqbGrAISyxLf/ckH6Ls+AStNs5DZQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"sEtmtKq2Gdh8hOZkroP4avhyxoAbql8eZv63ZJShR2qnQUhsqRAS59GPxVZiuWuhFEiy11+eeRNi+AStUvrV4Q==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 17 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Insights/components/Functions-Java-l6hz0unsba?api-version=2015-05-01+5": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Insights/components/Functions-Java-l6hz0unsba?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "330" ],
- "x-ms-client-request-id": [ "80460fe8-fc52-4613-9e14-b4fada10b4a5" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
}
},
"Response": {
@@ -8514,39 +8338,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3775B355F80\"" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a22f87b3-f421-4b4c-874c-e65f9ef54736" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ],
- "x-ms-correlation-request-id": [ "3efc374f-0276-46e2-a744-a15189707db3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010800Z:3efc374f-0276-46e2-a744-a15189707db3" ],
"X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e0ca544f-2e65-4d79-bfc3-f6413912135b" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "8761074e-8917-4d10-8579-3a00fb3d464d" ],
+ "x-ms-correlation-request-id": [ "8761074e-8917-4d10-8579-3a00fb3d464d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000046Z:8761074e-8917-4d10-8579-3a00fb3d464d" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F61888A0D9CF4A76AC4FA14FD6717401 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:07:48Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:00 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4A6E0CEDD02542CC889FF9CA4BA0ED19 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:00:46 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "1625" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30004159-0000-0300-0000-6917c2ae0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-Java-l6hz0unsba\",\r\n \"name\": \"Functions-Java-l6hz0unsba\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Java-l6hz0unsba\",\r\n \"AppId\": \"6b9952e2-bfa7-4603-bd71-774073340bf3\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"f944282d-33a8-4add-8c95-407d930a05aa\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Java-l6hz0unsba\",\r\n \"CreationDate\": \"2025-11-15T00:00:41.738444+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-java-l6hz0unsba_6b9952e2-bfa7-4603-bd71-774073340bf3_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Java-l6hz0unsba-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01+6": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-Node-4fqxib7usc\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Java|21\",\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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-java-l6hz0unsba\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "62" ]
+ "Content-Length": [ "1609" ]
}
},
"Response": {
@@ -8554,42 +8380,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C2E68D2B60\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "32034c36-fc6b-431f-bfe7-c14bb1bc0109" ],
+ "x-ms-request-id": [ "ce0c6e62-c521-48f1-97cb-553c596a9a7d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "1b2fb810-b1ba-4510-a9ae-dbe5c0610eed" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010800Z:1b2fb810-b1ba-4510-a9ae-dbe5c0610eed" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2d588447-3231-464f-b21f-2c6c7fd20b74" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "56402264-29e2-403c-b025-618b0212a4c6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000110Z:56402264-29e2-403c-b025-618b0212a4c6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0079717DECAD459A8106B4BFC04DDCF1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:00Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:00 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2BE801E4100D4C7CA1F283EBF08A33A0 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:00:47Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:09 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "8264" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba\",\"name\":\"Functions-Java-l6hz0unsba\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Java-l6hz0unsba\",\"state\":\"Running\",\"hostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Java-l6hz0unsba\",\"repositorySiteName\":\"Functions-Java-l6hz0unsba\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\",\"functions-java-l6hz0unsba.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|21\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-l6hz0unsba.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:00:48.87\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-l6hz0unsba\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Java-l6hz0unsba\\\\$Functions-Java-l6hz0unsba\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "332" ],
- "x-ms-client-request-id": [ "f6a7c02a-c15b-4e9c-8b99-ccd6be22d620" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "739" ],
+ "x-ms-client-request-id": [ "695d96ce-a0ee-45b7-97f6-e6eb6e074abd" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -8599,41 +8426,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C2F2BF1E20\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2f1648d7-d6ff-4be9-ab27-a80bd7f634f4" ],
+ "x-ms-request-id": [ "c56536b2-b1ac-4cb6-8a0a-22901660147c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "b88b4c62-530b-4473-9001-be11cb0db918" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010801Z:b88b4c62-530b-4473-9001-be11cb0db918" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c3d8a939-8ac9-4901-9545-0e1a3fe636b0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000140Z:c3d8a939-8ac9-4901-9545-0e1a3fe636b0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C3A375BFAA0940FF95DCDB8A3303B441 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:00Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:01 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4944F90992EF4D3F82A1B619062C6B3E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "8247" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba\",\"name\":\"Functions-Java-l6hz0unsba\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-l6hz0unsba\",\"state\":\"Running\",\"hostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Java-l6hz0unsba\",\"repositorySiteName\":\"Functions-Java-l6hz0unsba\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\",\"functions-java-l6hz0unsba.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|21\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-l6hz0unsba.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:01:09.89\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-l6hz0unsba\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Java-l6hz0unsba\\\\$Functions-Java-l6hz0unsba\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "333" ],
- "x-ms-client-request-id": [ "0a7de39a-7788-486c-b942-b1a65b3d00ca" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "740" ],
+ "x-ms-client-request-id": [ "0677b734-b40d-4ce6-a271-b960e409bcc6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8644,39 +8472,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "fc9c9c5b-5f74-4cb7-a5b1-644c14790907" ],
+ "ETag": [ "\"1DC55C2F2BF1E20\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "fb1d8bfd-a7ab-45ae-80c2-5319bb39eba4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010802Z:fb1d8bfd-a7ab-45ae-80c2-5319bb39eba4" ],
+ "x-ms-request-id": [ "d54aa271-1f64-421d-8d46-2a595a24dc48" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e1eddbb8-1d84-4f51-8a50-99907d75277e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000140Z:e1eddbb8-1d84-4f51-8a50-99907d75277e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0B150D3CF89849489963036FCAECEB98 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:02Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:01 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0AC20DC299FB4AE6BA9D46565EDC0C05 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8247" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba\",\"name\":\"Functions-Java-l6hz0unsba\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-l6hz0unsba\",\"state\":\"Running\",\"hostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Java-l6hz0unsba\",\"repositorySiteName\":\"Functions-Java-l6hz0unsba\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\",\"functions-java-l6hz0unsba.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|21\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-l6hz0unsba.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:01:09.89\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-l6hz0unsba\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Java-l6hz0unsba\\\\$Functions-Java-l6hz0unsba\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01+9": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "334" ],
- "x-ms-client-request-id": [ "5e8cc7b0-69cb-4e07-945b-685eb7e65327" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "741" ],
+ "x-ms-client-request-id": [ "cb79aa06-a2b2-444d-8de1-78bf5cc00e35" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8687,78 +8518,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "d4dfc644-d7f8-47b4-b37c-41393e0c299b" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "76f180b5-291f-42d3-8b7e-9ad863ba440f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010802Z:76f180b5-291f-42d3-8b7e-9ad863ba440f" ],
+ "x-ms-request-id": [ "64aed285-2f15-43c9-b98c-a4f99f7cb3f6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/02ff3117-60c8-4d05-b38d-86ed042428e7" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "9d773b38-9e6f-4fee-8c0f-f6878f2905a0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000141Z:9d773b38-9e6f-4fee-8c0f-f6878f2905a0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B4FADD94CC7141E8B85832AC2613973B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:02Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:02 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-Node-4fqxib7usc?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-Node-4fqxib7usc?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}",
- "isContentBase64": false,
- "Headers": {
+ "X-MSEdge-Ref": [ "Ref A: F2A3D971141E4050B9CEEA1EB5F5D21A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:40 GMT" ]
},
"ContentHeaders": {
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "5fe5f540-2fde-488d-b21b-28a4b6d39c5e" ],
- "x-ms-correlation-request-id": [ "5fe5f540-2fde-488d-b21b-28a4b6d39c5e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010803Z:5fe5f540-2fde-488d-b21b-28a4b6d39c5e" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1B96955034664DA5921B2D7E58B46F38 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:02Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:03 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1372" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Node-4fqxib7usc\",\r\n \"name\": \"Functions-Node-4fqxib7usc\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28002162-0000-0300-0000-6674d2730000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Node-4fqxib7usc\",\r\n \"AppId\": \"25041e42-7597-45f7-a834-ee831ea9537e\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a\",\r\n \"ConnectionString\": \"InstrumentationKey=1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=25041e42-7597-45f7-a834-ee831ea9537e\",\r\n \"Name\": \"Functions-Node-4fqxib7usc\",\r\n \"CreationDate\": \"2024-06-21T01:08:03.241404+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-l6hz0unsba\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web?api-version=2023-12-01+10": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Node|18\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"node\"\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-node-4fqxib7usc\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "742" ],
+ "x-ms-client-request-id": [ "cfada5dd-3366-4fdb-a656-d83a72465105" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1683" ]
}
},
"Response": {
@@ -8766,43 +8563,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377793AB76B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "614b949b-cc8a-4073-8560-983cdeec59e1" ],
+ "x-ms-request-id": [ "b75f4b78-84d8-45f5-bf9a-2dc652f51244" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "fb0cc413-a768-4e71-8f55-63dc2eb89a7a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010826Z:fb0cc413-a768-4e71-8f55-63dc2eb89a7a" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/7d0d7f36-c9ba-41ae-a63b-9cbba63c72e7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "487dd01f-44fe-477f-97a7-194db1c64ef0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000141Z:487dd01f-44fe-477f-97a7-194db1c64ef0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7AE21ADE3F40481BB3BF6BCCA9E975E2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:03Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E7442F036156491995416BF59A470EC1 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7306" ],
+ "Content-Length": [ "4180" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc\",\"name\":\"Functions-Node-4fqxib7usc\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Node-4fqxib7usc\",\"state\":\"Running\",\"hostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Node-4fqxib7usc\",\"repositorySiteName\":\"Functions-Node-4fqxib7usc\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\",\"functions-node-4fqxib7usc.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-4fqxib7usc.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:08:05.4833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-4fqxib7usc\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Node-4fqxib7usc\\\\$Functions-Node-4fqxib7usc\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web\",\"name\":\"Functions-Java-l6hz0unsba\",\"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\":\"\",\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01+11": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "337" ],
- "x-ms-client-request-id": [ "fd18a595-b4c9-42f2-a839-8de4e61b364b" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "743" ],
+ "x-ms-client-request-id": [ "02b6bc13-ce3d-4873-83c8-b2c5c61899ec" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -8812,42 +8609,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37784C34ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b56457f2-c7af-4997-9701-bf59ad6e273b" ],
+ "x-ms-request-id": [ "2e066d7b-8ddc-4ad6-a948-882fae78f058" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "5d140a20-3054-45ac-b3c3-74efe9974ae6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010856Z:5d140a20-3054-45ac-b3c3-74efe9974ae6" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d7336613-b907-4df7-b070-87d2003f0b7f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "4410c964-fbe3-41e7-bc54-125910fe7162" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000142Z:4410c964-fbe3-41e7-bc54-125910fe7162" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F10D2731549B4422B9E917AE9E0FD6E5 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:56Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:56 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6D7C2A7221AD43398A238CE7595928A3 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7111" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc\",\"name\":\"Functions-Node-4fqxib7usc\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-4fqxib7usc\",\"state\":\"Running\",\"hostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Node-4fqxib7usc\",\"repositorySiteName\":\"Functions-Node-4fqxib7usc\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\",\"functions-node-4fqxib7usc.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-4fqxib7usc.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:08:25.6766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-4fqxib7usc\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Node-4fqxib7usc\\\\$Functions-Node-4fqxib7usc\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-l6hz0unsba\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01+12": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "338" ],
- "x-ms-client-request-id": [ "279e32a4-9a6a-4358-98a5-8aa2819df9b3" ],
+ "x-ms-unique-id": [ "744" ],
+ "x-ms-client-request-id": [ "d704ce47-f0bc-405f-a7ec-9adbbda7a9f3" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8858,42 +8654,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37784C34ACB\"" ],
+ "ETag": [ "\"1DC55C2F2BF1E20\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "982b59e4-a0fa-4282-80f5-5265c08a04fb" ],
+ "x-ms-request-id": [ "a98205f2-dfbc-4c14-8c65-b83ca458bd3f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "940b47f0-4244-47ba-adc2-9d6e5c58179d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010856Z:940b47f0-4244-47ba-adc2-9d6e5c58179d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "890e02a8-3891-45af-b280-8820f58472ce" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000142Z:890e02a8-3891-45af-b280-8820f58472ce" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CD39E19D9FC84BE788353CE1CA480D87 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:56Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:56 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5FFA9308D35348F9AD70D78B7474BB1D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:42Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7111" ],
+ "Content-Length": [ "8247" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc\",\"name\":\"Functions-Node-4fqxib7usc\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-4fqxib7usc\",\"state\":\"Running\",\"hostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Node-4fqxib7usc\",\"repositorySiteName\":\"Functions-Node-4fqxib7usc\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\",\"functions-node-4fqxib7usc.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-4fqxib7usc.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:08:25.6766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-4fqxib7usc\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Node-4fqxib7usc\\\\$Functions-Node-4fqxib7usc\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba\",\"name\":\"Functions-Java-l6hz0unsba\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-l6hz0unsba\",\"state\":\"Running\",\"hostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Java-l6hz0unsba\",\"repositorySiteName\":\"Functions-Java-l6hz0unsba\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\",\"functions-java-l6hz0unsba.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|21\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-l6hz0unsba.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:01:09.89\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-l6hz0unsba\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Java-l6hz0unsba\\\\$Functions-Java-l6hz0unsba\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/appsettings/list?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01+13": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "339" ],
- "x-ms-client-request-id": [ "91192df6-5050-4c3a-bb0a-c4a7ab681b46" ],
+ "x-ms-unique-id": [ "745" ],
+ "x-ms-client-request-id": [ "6de915f0-3d15-42da-8ba4-4143d6acdfc1" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8905,40 +8701,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d120f012-d905-447f-a5a1-e4fde68e43e2" ],
+ "x-ms-request-id": [ "c2377e0e-3ecb-4606-9c89-b0aa3531a3ee" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "7ab2d371-54e2-41b5-b7b8-1d0e6103268b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010856Z:7ab2d371-54e2-41b5-b7b8-1d0e6103268b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/63c7e5e8-c188-4cb9-8efb-543d081afec4" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "6b0544b2-53e2-47ab-88e4-b13cffc3d78e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000142Z:6b0544b2-53e2-47ab-88e4-b13cffc3d78e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7169C86250734E39BD64DC0D4BB83D60 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:56Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:56 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 659905BB06FD404CB9606C92C8149A7F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:42Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1218" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-4fqxib7usc\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-l6hz0unsba\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/web?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "340" ],
- "x-ms-client-request-id": [ "6db478ba-8ac7-4351-a30d-abc898db4165" ],
+ "x-ms-unique-id": [ "746" ],
+ "x-ms-client-request-id": [ "422f522a-1d4e-4f27-856d-f58adbfc1ce8" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8950,40 +8746,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "edf0afde-ef4f-41ea-8c8b-f6b2c79a2583" ],
+ "x-ms-request-id": [ "1d683e82-c2bf-4c3a-8fb5-e3772118ad8a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "564fdb8f-6f8b-45c5-87ee-66b2a43a34b1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010857Z:564fdb8f-6f8b-45c5-87ee-66b2a43a34b1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/6c0d76ae-49f4-408f-8482-161302e9f634" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6e14b911-d173-4af6-9023-9105db3c18df" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000143Z:6e14b911-d173-4af6-9023-9105db3c18df" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FD725F8C348F4D7DAD217A76228B03BC Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:57Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:56 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 12EC7D6AE1D542AB96F91D89DF1EE43B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:42Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4069" ],
+ "Content-Length": [ "4180" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/web\",\"name\":\"Functions-Node-4fqxib7usc\",\"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\":\"\",\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web\",\"name\":\"Functions-Java-l6hz0unsba\",\"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\":\"\",\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/appsettings/list?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01+15": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "341" ],
- "x-ms-client-request-id": [ "8d93456d-56b8-41b5-9818-a02d4e484e8c" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "747" ],
+ "x-ms-client-request-id": [ "b2c4d462-6ca4-4eae-8ec6-dd5d53166c93" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -8994,41 +8791,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C2F2BF1E20\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ab51c827-9363-4270-a315-64d33f8326c3" ],
+ "x-ms-request-id": [ "05c9d3e3-9c9a-4d02-a9c3-dda4782cd75f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "152867a2-6845-45a4-b952-cd722fd0ff31" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010857Z:152867a2-6845-45a4-b952-cd722fd0ff31" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "529c7326-18dd-4e00-9fe4-1ef244463ec1" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000143Z:529c7326-18dd-4e00-9fe4-1ef244463ec1" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5420B5D5397F4EAF8F5BC2711EDA73B6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:57Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A2DC015915A14072A8422F3AC364D729 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:43Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1218" ],
+ "Content-Length": [ "8247" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-4fqxib7usc\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba\",\"name\":\"Functions-Java-l6hz0unsba\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-l6hz0unsba\",\"state\":\"Running\",\"hostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Java-l6hz0unsba\",\"repositorySiteName\":\"Functions-Java-l6hz0unsba\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-l6hz0unsba.azurewebsites.net\",\"functions-java-l6hz0unsba.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Java|21\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-l6hz0unsba.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:01:09.89\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-l6hz0unsba\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Java-l6hz0unsba\\\\$Functions-Java-l6hz0unsba\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-java-l6hz0unsba.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01+16": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "342" ],
- "x-ms-client-request-id": [ "dc1d2281-7491-449e-bd1f-37c3167c2caf" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "748" ],
+ "x-ms-client-request-id": [ "4d2ab942-a658-43f1-a32f-e475ed0ed90d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9039,42 +8837,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37784C34ACB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "86149377-a11c-48f8-8f85-8128e2800314" ],
+ "x-ms-request-id": [ "2e2b24d5-fe06-4af1-9743-b3c1b22a30e6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "b695e0bc-32c8-4104-b4f0-cf14fbb3054c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010858Z:b695e0bc-32c8-4104-b4f0-cf14fbb3054c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e609f0d5-70b5-4b63-9faf-bf3b10c45aa1" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a3f1170d-2005-4324-99e6-e6738eeaa49a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000143Z:a3f1170d-2005-4324-99e6-e6738eeaa49a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8AD7194B93EB4D849F74EE01A3BACA74 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:57Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A4FEC2E52CA4494CB27526750473B51E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:43Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7111" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc\",\"name\":\"Functions-Node-4fqxib7usc\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-4fqxib7usc\",\"state\":\"Running\",\"hostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Node-4fqxib7usc\",\"repositorySiteName\":\"Functions-Node-4fqxib7usc\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-4fqxib7usc.azurewebsites.net\",\"functions-node-4fqxib7usc.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|18\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-4fqxib7usc.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:08:25.6766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-4fqxib7usc\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Node-4fqxib7usc\\\\$Functions-Node-4fqxib7usc\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-node-4fqxib7usc.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-l6hz0unsba\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web?api-version=2023-12-01+17": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "343" ],
- "x-ms-client-request-id": [ "06fbd197-115a-43d7-a6de-eeb3a4715610" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "749" ],
+ "x-ms-client-request-id": [ "08f323fc-09a5-4812-aadf-bf78d1385f6c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9086,40 +8883,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d7d3f569-3861-4ea0-b740-e0839a832560" ],
+ "x-ms-request-id": [ "e34519f3-ce57-455c-bffe-c27211dbf39c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "de438a63-57ee-4737-97b3-abe1a9a17a68" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010858Z:de438a63-57ee-4737-97b3-abe1a9a17a68" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f1156152-de9b-4e29-af21-7b6bf010fd81" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "e6037d33-9f20-4eca-9559-9f5f1b8c2801" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000144Z:e6037d33-9f20-4eca-9559-9f5f1b8c2801" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 273609C8C3BF465FA9F7F6CD03D65BB3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E7FF036F30FF478296AA4E9CBB3AB2CD Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:43Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:43 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1218" ],
+ "Content-Length": [ "4180" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-4fqxib7usc\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba/config/web\",\"name\":\"Functions-Java-l6hz0unsba\",\"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\":\"\",\"linuxFxVersion\":\"Java|21\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+18": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "344" ],
- "x-ms-client-request-id": [ "99889ac7-cadd-4df6-b95b-30e07b21ddfc" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "750" ],
+ "x-ms-client-request-id": [ "8412a8b0-ee01-4f9e-af39-f7f2e3c077a0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9131,40 +8929,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "04ad180d-ea74-4584-a808-b9eec0ffc81b" ],
+ "x-ms-request-id": [ "2adbd551-f86c-492d-8935-a3fc6bcc468e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ],
- "x-ms-correlation-request-id": [ "63d5e57f-5273-4f29-9935-5faedadd7ecc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010858Z:63d5e57f-5273-4f29-9935-5faedadd7ecc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3a5cd262-b7bc-4f6b-9817-722ab0f6ddff" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000144Z:3a5cd262-b7bc-4f6b-9817-722ab0f6ddff" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 220ED7CD0E6943059387BF8E9B5F0163 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:08:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4CA451EE55CB483E8C58E0F834D7C0FF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:44Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:43 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4069" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc/config/web\",\"name\":\"Functions-Node-4fqxib7usc\",\"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\":\"\",\"linuxFxVersion\":\"Node|18\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 18 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Java 21 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Node-4fqxib7usc?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Java-l6hz0unsba?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "345" ],
- "x-ms-client-request-id": [ "97be2ca4-a278-4c97-bf98-0505f77cddac" ],
+ "x-ms-unique-id": [ "751" ],
+ "x-ms-client-request-id": [ "0977cb1e-1e1b-4c46-b45d-7f53c8e97f0d" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
"FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9175,19 +8973,20 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37784C34ACB\"" ],
+ "ETag": [ "\"1DC55C2F2BF1E20\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "485dfb41-388e-440c-bc21-75e8c126de53" ],
+ "x-ms-request-id": [ "5a3eb682-d970-4ca1-98f8-31d85c18c15e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "a0d85448-86b2-4b68-93c2-4677a73e9892" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010910Z:a0d85448-86b2-4b68-93c2-4677a73e9892" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b3c93e50-0f5c-40c7-bf55-29e44023fa0a" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "a797d39f-6e42-435c-8aaf-19c5470c7db8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000157Z:a797d39f-6e42-435c-8aaf-19c5470c7db8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 040C76DFB1614B55B9F0B8F38AEB888B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:08:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 214BC2BE80B14F0DAF5654E25BAE628C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:44Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:56 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
@@ -9197,17 +8996,17 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-Node-8b1039t6ur\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "64" ]
+ "Content-Length": [ "62" ]
}
},
"Response": {
@@ -9216,17 +9015,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "782acc54-9146-4c5e-a155-613726dc0929" ],
+ "x-ms-request-id": [ "196f3365-390a-4b7d-83bc-36536a84a7cc" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "cdbb0c8d-f403-4efa-af50-d22198e2a04e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010910Z:cdbb0c8d-f403-4efa-af50-d22198e2a04e" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/da722cda-7b8d-4c25-9f53-c252ba01ebae" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f1aa9a13-feda-4e08-a766-6ad6365d685d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000158Z:f1aa9a13-feda-4e08-a766-6ad6365d685d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5463CF3A4E4A445FACD397C41486AF49 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:09:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C7EC970FB4454F89965CC8C68A3F3580 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:57Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:57 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -9237,19 +9037,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "347" ],
- "x-ms-client-request-id": [ "cda154bf-a396-4c61-8e38-55225f71c5bc" ],
+ "x-ms-unique-id": [ "753" ],
+ "x-ms-client-request-id": [ "941bad02-c5e2-47cc-8aaf-c89386d7ae5d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9261,40 +9061,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "500fab0d-aa4c-41f0-aad3-cb07a7cd3098" ],
+ "x-ms-request-id": [ "9b92e054-e4f5-4805-a807-2362fe7af480" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "56b8daea-6697-4e70-946d-26e6266b8834" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010911Z:56b8daea-6697-4e70-946d-26e6266b8834" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/0d60c52f-a965-4800-adbd-465bd68ceda4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7b0c2d45-a905-4fd6-8076-4cf8bb2c499e" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000159Z:7b0c2d45-a905-4fd6-8076-4cf8bb2c499e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8419AC6C620E4040AFD1BA61D3B0F3C9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:09:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:11 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 73D7E921670A4354BBA8459C54471B7C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "31591" ],
+ "Content-Length": [ "37716" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast US 5\",\"name\":\"Southeast US 5\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast US 5\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Southeast US 5\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXFREE,,;LINUXFREE,,\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "348" ],
- "x-ms-client-request-id": [ "79389f86-b26f-4a66-a536-4beaff166444" ],
+ "x-ms-unique-id": [ "754" ],
+ "x-ms-client-request-id": [ "0e36e015-72e4-4e63-9a59-6f309011238c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
"FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9305,39 +9106,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "82ea83a5-5f8b-469c-83f8-cfb119c1b91c" ],
+ "x-ms-original-request-ids": [ "4655fc57-2545-44b2-a429-6c443a565c76", "1ebf3425-f131-44e7-81df-d1030ddf08d2", "cd69caa2-fc6d-473d-8652-c717013ca24d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "cc460601-6834-49e6-b32b-50aa61931086" ],
+ "x-ms-correlation-request-id": [ "cc460601-6834-49e6-b32b-50aa61931086" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000159Z:cc460601-6834-49e6-b32b-50aa61931086" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "dd1457a8-a41d-4c48-98e2-f55f0b3e4983" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010911Z:dd1457a8-a41d-4c48-98e2-f55f0b3e4983" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7CF401FF6E554CEAAAE2DF36981305E8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:09:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:11 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E10A309B2C644CD6BD074CCB4B1737CE Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01+4": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "349" ],
- "x-ms-client-request-id": [ "f7be3f58-d069-4d11-b9db-559eadf0adc8" ],
+ "x-ms-unique-id": [ "755" ],
+ "x-ms-client-request-id": [ "9d93ae78-7d57-4042-9a2b-60aac55d7c4a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
"FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9348,30 +9150,30 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "8a1388bc-b280-41ac-9f13-a05ab71f9fbf" ],
+ "x-ms-request-id": [ "3ba13ee9-e9f2-42c3-b1bd-9a28b1ae5d03" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "0e336af7-0944-43c8-8ef3-7aad91d74a00" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010912Z:0e336af7-0944-43c8-8ef3-7aad91d74a00" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/93ab217e-1abb-4164-87c7-91eda7251e91" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "489ebe72-2717-403c-93e9-2db38a0b93c5" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000159Z:489ebe72-2717-403c-93e9-2db38a0b93c5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 49E184C758824BDFAF9146B5C053F350 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:09:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:11 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F48696AED3D84D2F9CE8591DE6D67D9A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:01:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:01:58 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"skUcBUe+5O4EK0DJ0kvF9RgrTfUtm65vhNO906vUNgeK+wHUdXYOSu4jWLqbGrAISyxLf/ckH6Ls+AStNs5DZQ==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"sEtmtKq2Gdh8hOZkroP4avhyxoAbql8eZv63ZJShR2qnQUhsqRAS59GPxVZiuWuhFEiy11+eeRNi+AStUvrV4Q==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-Python-iyf85pjd9l?api-version=2015-05-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Insights/components/Functions-Node-8b1039t6ur?api-version=2015-05-01+5": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-Python-iyf85pjd9l?api-version=2015-05-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Insights/components/Functions-Node-8b1039t6ur?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}",
"isContentBase64": false,
"Headers": {
@@ -9391,35 +9193,36 @@
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "75ab838f-63ae-4c69-ad3d-c977d483b4c5" ],
- "x-ms-correlation-request-id": [ "75ab838f-63ae-4c69-ad3d-c977d483b4c5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010914Z:75ab838f-63ae-4c69-ad3d-c977d483b4c5" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/156bfe3e-2c50-4814-8f0c-cb41b0f62ed4" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "12000" ],
+ "x-ms-request-id": [ "a0bddcf6-fd46-4cbb-bd60-411ffad885e6" ],
+ "x-ms-correlation-request-id": [ "a0bddcf6-fd46-4cbb-bd60-411ffad885e6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000206Z:a0bddcf6-fd46-4cbb-bd60-411ffad885e6" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0740FB681C4F47A0B91A681C5713F612 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:09:12Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:14 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3202117CCD374546BD0407C4AF3E2AF2 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:00Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:05 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1381" ],
+ "Content-Length": [ "1626" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Python-iyf85pjd9l\",\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28006b63-0000-0300-0000-6674d2ba0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-iyf85pjd9l\",\r\n \"AppId\": \"2b2e1923-aceb-4b6a-acb6-45c3f5114756\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"28c9c284-01ef-4482-81ba-4b90e467d131\",\r\n \"ConnectionString\": \"InstrumentationKey=28c9c284-01ef-4482-81ba-4b90e467d131;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=2b2e1923-aceb-4b6a-acb6-45c3f5114756\",\r\n \"Name\": \"Functions-Python-iyf85pjd9l\",\r\n \"CreationDate\": \"2024-06-21T01:09:14.3402753+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30003c63-0000-0300-0000-6917c2fe0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-Node-8b1039t6ur\",\r\n \"name\": \"Functions-Node-8b1039t6ur\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Node-8b1039t6ur\",\r\n \"AppId\": \"662d84aa-a98e-4dbf-869e-8efad7a8e1b5\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"90789c23-4ce8-4fb0-b7a2-dbe6ff6150b5\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-Node-8b1039t6ur\",\r\n \"CreationDate\": \"2025-11-15T00:02:00.6987807+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-8b1039t6ur_662d84aa-a98e-4dbf-869e-8efad7a8e1b5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-8b1039t6ur-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01+6": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Python|3.10\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-iyf85pjd9l\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"28c9c284-01ef-4482-81ba-4b90e467d131\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Node|22\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"node\"\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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-node-8b1039t6ur\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1691" ]
+ "Content-Length": [ "1609" ]
}
},
"Response": {
@@ -9427,43 +9230,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377A36DF06B\"" ],
+ "ETag": [ "\"1DC55C315CDD42B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5391d9dd-342e-46f6-9a37-bf755532666b" ],
+ "x-ms-request-id": [ "fc6bb8dd-590b-40bb-adbd-b09f38cc613e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "69766a7e-a36e-4e8d-aa8a-9d9b5e58ce84" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T010936Z:69766a7e-a36e-4e8d-aa8a-9d9b5e58ce84" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d4ae9708-9319-4a6e-b1eb-0a7d2dab3074" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "a9d0f7ac-eb6d-4fa3-9a69-03c610b9d6c8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000228Z:a9d0f7ac-eb6d-4fa3-9a69-03c610b9d6c8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E091992197EA468F873DAEB1151AA9A6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:09:14Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:09:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 7A85023C035D499F91335A512F567163 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:06Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7338" ],
+ "Content-Length": [ "8264" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:09:16.3966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur\",\"name\":\"Functions-Node-8b1039t6ur\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-Node-8b1039t6ur\",\"state\":\"Running\",\"hostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Node-8b1039t6ur\",\"repositorySiteName\":\"Functions-Node-8b1039t6ur\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\",\"functions-node-8b1039t6ur.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-8b1039t6ur.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:02:07.94\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-8b1039t6ur\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Node-8b1039t6ur\\\\$Functions-Node-8b1039t6ur\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "352" ],
- "x-ms-client-request-id": [ "0ad10f80-1d3e-4dde-a09c-c0ace0654d75" ],
+ "x-ms-unique-id": [ "758" ],
+ "x-ms-client-request-id": [ "6cf0cfa6-5b55-4d88-82b2-1640529dd45b" ],
"CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
"FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -9473,42 +9276,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377AF095580\"" ],
+ "ETag": [ "\"1DC55C3213E7FC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "77571ba7-c885-4f09-a8eb-eed4bae05d8c" ],
+ "x-ms-request-id": [ "84ede03f-29df-496c-9b03-852388167159" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "bc27e42b-11cb-4bcc-818b-0e498866a94f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011007Z:bc27e42b-11cb-4bcc-818b-0e498866a94f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "4a3f87fb-e36f-476f-b147-f2a51c9592ed" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000258Z:4a3f87fb-e36f-476f-b147-f2a51c9592ed" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F09D37FDC8CB47C5BEB2171F6FDC07DE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3A3D477E53CF41DC84B462976BF40798 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:58Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7141" ],
+ "Content-Length": [ "8246" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:09:36.6\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur\",\"name\":\"Functions-Node-8b1039t6ur\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-8b1039t6ur\",\"state\":\"Running\",\"hostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Node-8b1039t6ur\",\"repositorySiteName\":\"Functions-Node-8b1039t6ur\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\",\"functions-node-8b1039t6ur.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-8b1039t6ur.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:02:27.9\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-8b1039t6ur\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Node-8b1039t6ur\\\\$Functions-Node-8b1039t6ur\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "353" ],
- "x-ms-client-request-id": [ "c6da1363-d22b-4cde-b4b6-672527c0007a" ],
+ "x-ms-unique-id": [ "759" ],
+ "x-ms-client-request-id": [ "913c65b1-f8bb-475e-91e3-0609dd25faec" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9519,42 +9322,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377AF095580\"" ],
+ "ETag": [ "\"1DC55C3213E7FC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c26f120d-4273-4802-aec2-187cd4995b79" ],
+ "x-ms-request-id": [ "37bd17ac-e434-4e40-bbf9-c14a6f4a570b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "6ea5f559-f5ff-470e-b979-0a2afdf6a1f2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011015Z:6ea5f559-f5ff-470e-b979-0a2afdf6a1f2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d9092bad-c7cb-4862-a618-cafcc70b4274" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000258Z:d9092bad-c7cb-4862-a618-cafcc70b4274" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CDE3D07D4ACB499AB17B9BD27704D3ED Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:15 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B1C039B3ECB04C96BEDF853B82BEC29F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:58Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:58 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7141" ],
+ "Content-Length": [ "8246" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:09:36.6\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur\",\"name\":\"Functions-Node-8b1039t6ur\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-8b1039t6ur\",\"state\":\"Running\",\"hostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Node-8b1039t6ur\",\"repositorySiteName\":\"Functions-Node-8b1039t6ur\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\",\"functions-node-8b1039t6ur.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-8b1039t6ur.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:02:27.9\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-8b1039t6ur\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Node-8b1039t6ur\\\\$Functions-Node-8b1039t6ur\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01+9": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "354" ],
- "x-ms-client-request-id": [ "16c15944-3afe-4413-8169-908f04104a7d" ],
+ "x-ms-unique-id": [ "760" ],
+ "x-ms-client-request-id": [ "9657d57d-b47f-45a9-b6cc-eb5acaf8cdcd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9566,40 +9369,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b73ae8aa-141a-4df6-8364-1a26d8b92141" ],
+ "x-ms-request-id": [ "96ef6340-8a51-40a7-85e2-46f456a37988" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "7297aeb1-9835-4921-ba89-dc7b5213cb37" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011015Z:7297aeb1-9835-4921-ba89-dc7b5213cb37" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/267025ee-9006-4f9e-a939-00c1a5b54fee" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5f8dd043-e471-4448-a2a5-d21c67fefac8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000259Z:5f8dd043-e471-4448-a2a5-d21c67fefac8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7D26F6B1D6A5401FBB7147716C7057A1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:15Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:15 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C19C75AF36344852A4664CD0E601A955 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"28c9c284-01ef-4482-81ba-4b90e467d131\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-8b1039t6ur\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web?api-version=2023-12-01+10": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "355" ],
- "x-ms-client-request-id": [ "1f6f0514-bc96-4018-b301-05a58737462e" ],
+ "x-ms-unique-id": [ "761" ],
+ "x-ms-client-request-id": [ "2346f849-33ae-4b5e-a902-4a98453cc01a" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9611,40 +9414,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3f0660ba-279c-42dc-959e-bc9af3b7d0b7" ],
+ "x-ms-request-id": [ "f24f89fe-d131-46b8-be57-5b28f9f90c36" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "2f754a94-73cf-4709-8f78-fcf5a953b939" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011016Z:2f754a94-73cf-4709-8f78-fcf5a953b939" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/aece941b-a01e-4517-8306-545e52a3f4e3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "3082f215-4ff2-480f-bb17-6a469220e81c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000259Z:3082f215-4ff2-480f-bb17-6a469220e81c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C6C0572B7B3D4E8990D0FA24E8154CB2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:15 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A8D341E246BA4DB289AEC0F947B1AC5E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4077" ],
+ "Content-Length": [ "4180" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web\",\"name\":\"Functions-Python-iyf85pjd9l\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web\",\"name\":\"Functions-Node-8b1039t6ur\",\"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\":\"\",\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01+11": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "356" ],
- "x-ms-client-request-id": [ "6f4786bf-29cc-4f0c-86c3-062248b27301" ],
+ "x-ms-unique-id": [ "762" ],
+ "x-ms-client-request-id": [ "b7d814db-53ba-4b46-9678-8dc61f8df575" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9656,40 +9460,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a087d602-2112-4eee-984b-bccfa2696c66" ],
+ "x-ms-request-id": [ "2587a879-6415-43c7-866f-f2d1db705586" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "cd389272-ff90-43a0-b8c4-1da4d4d0f23c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011016Z:cd389272-ff90-43a0-b8c4-1da4d4d0f23c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/63e1e874-a68b-49f1-8d1b-14ddfbc83dde" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "cc5ab1fe-1136-456b-8cdf-533be0ccee87" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000259Z:cc5ab1fe-1136-456b-8cdf-533be0ccee87" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 04B9267736A24AA7A76F804B2AA2E0BB Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:16 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5B08CF71DDB44C7DAFECBDA32D5661E7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:02:59 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"28c9c284-01ef-4482-81ba-4b90e467d131\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-8b1039t6ur\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01+12": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "357" ],
- "x-ms-client-request-id": [ "340271a2-6ee5-4eab-b5c5-aae2fedb3d3d" ],
+ "x-ms-unique-id": [ "763" ],
+ "x-ms-client-request-id": [ "2c40ea12-0bd4-481a-8ce0-c0fda9dd1b21" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9700,42 +9504,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377AF095580\"" ],
+ "ETag": [ "\"1DC55C3213E7FC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f0583df9-1bac-4125-baaa-c1ea77a7e608" ],
+ "x-ms-request-id": [ "45570885-021a-453d-9abe-91a00adbbd0b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "28669ef1-cf68-4bbf-a3e3-0fd124831876" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011016Z:28669ef1-cf68-4bbf-a3e3-0fd124831876" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2e515d97-d17f-4b2c-a347-e88e028cb439" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000300Z:2e515d97-d17f-4b2c-a347-e88e028cb439" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3D0E4DD341DD4376A6ACB379B8F858E7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:16 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BEBB50BA4F3441E7954223A843E5CB59 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:02:59Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7141" ],
+ "Content-Length": [ "8246" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.10\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:09:36.6\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur\",\"name\":\"Functions-Node-8b1039t6ur\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-8b1039t6ur\",\"state\":\"Running\",\"hostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Node-8b1039t6ur\",\"repositorySiteName\":\"Functions-Node-8b1039t6ur\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\",\"functions-node-8b1039t6ur.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-8b1039t6ur.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:02:27.9\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-8b1039t6ur\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Node-8b1039t6ur\\\\$Functions-Node-8b1039t6ur\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01+13": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "358" ],
- "x-ms-client-request-id": [ "6ba58e58-0c3a-45e3-af5f-66d6a0c359db" ],
+ "x-ms-unique-id": [ "764" ],
+ "x-ms-client-request-id": [ "ae4ddcea-5c39-4481-b1ea-aa4f56951632" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9747,40 +9551,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e126abb8-cbfb-4fa6-b4f5-5eb7accc0f8d" ],
+ "x-ms-request-id": [ "71987bfc-970c-44e8-841d-fc53c0bdd4fd" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "71d43852-ff24-42ab-a753-0821429c788c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011017Z:71d43852-ff24-42ab-a753-0821429c788c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c9fe3380-ffbb-47cd-9620-b3129b4df389" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "e52e85d3-b761-46b9-bd00-faadb853facf" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000300Z:e52e85d3-b761-46b9-bd00-faadb853facf" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F3021D941533440E88B1309803DE97D7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:16 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E2B09A0B6CF34AFDA2FE04620A3E9CCD Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:00Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1224" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"28c9c284-01ef-4482-81ba-4b90e467d131\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-8b1039t6ur\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web?api-version=2023-12-01+14": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "359" ],
- "x-ms-client-request-id": [ "3b4a488a-a543-4b18-bf0c-465e5fb8d919" ],
+ "x-ms-unique-id": [ "765" ],
+ "x-ms-client-request-id": [ "cc4fba7c-b2d0-4f49-9006-13395818245d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9792,40 +9596,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fa34df24-4191-4a23-a28b-a2952baafbc4" ],
+ "x-ms-request-id": [ "a6a1acfe-b01e-4c11-89d0-caafe4d523e1" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "74f24cbc-bf3c-4167-af0a-f96fcefb79b0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011017Z:74f24cbc-bf3c-4167-af0a-f96fcefb79b0" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/887f33db-a27d-454a-ae5b-4c4d82ddf036" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "7a3f26e1-29c6-4eca-8e4c-576ed777202f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000300Z:7a3f26e1-29c6-4eca-8e4c-576ed777202f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 917CDCE3946C4F87BF5EBDFD96D15539 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:17Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:17 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4187BC7BCC914ABAB910AABBEBE54F02 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:00Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:00 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4077" ],
+ "Content-Length": [ "4180" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web\",\"name\":\"Functions-Python-iyf85pjd9l\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.10\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web\",\"name\":\"Functions-Node-8b1039t6ur\",\"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\":\"\",\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.10 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01+15": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "360" ],
- "x-ms-client-request-id": [ "25855bb1-b3a5-495c-8ed6-2227477c1aff" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "766" ],
+ "x-ms-client-request-id": [ "119bb828-b1d3-470a-a4a5-a4ac41d572d8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -9836,39 +9641,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377AF095580\"" ],
+ "ETag": [ "\"1DC55C3213E7FC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "03850b9d-49d1-4720-8953-159939be7601" ],
+ "x-ms-request-id": [ "2806422b-e265-48cb-a70d-b60b44bd3301" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "8238f8cc-f74f-4441-bbd6-8e8b652bd6fe" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011027Z:8238f8cc-f74f-4441-bbd6-8e8b652bd6fe" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d3d41582-7429-4491-8d88-53bd3a91e5ec" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000301Z:d3d41582-7429-4491-8d88-53bd3a91e5ec" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A1DB79CAB0DB411EAB4DA8F501F49CB6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:17Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B82BE68A78054629B0FE15444C4897F7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:01Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:01 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "8246" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur\",\"name\":\"Functions-Node-8b1039t6ur\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Node-8b1039t6ur\",\"state\":\"Running\",\"hostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-081.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux/sites/Functions-Node-8b1039t6ur\",\"repositorySiteName\":\"Functions-Node-8b1039t6ur\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-node-8b1039t6ur.azurewebsites.net\",\"functions-node-8b1039t6ur.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Node|22\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-node-8b1039t6ur.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:02:27.9\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Node-8b1039t6ur\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"52.165.184.170\",\"possibleInboundIpAddresses\":\"52.165.184.170\",\"inboundIpv6Address\":\"2603:1030:10:8::11\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::11\",\"ftpUsername\":\"Functions-Node-8b1039t6ur\\\\$Functions-Node-8b1039t6ur\",\"ftpsHostName\":\"ftps://waws-prod-dm1-081.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.165.184.170\",\"possibleOutboundIpAddresses\":\"52.165.232.134,52.165.238.159,52.165.232.85,52.165.238.211,52.176.161.15,52.173.84.230,52.154.243.121,52.154.246.152,52.185.106.184,52.185.106.217,52.185.107.24,52.185.107.27,13.89.118.191,52.141.209.205,52.141.215.41,52.154.153.30,52.154.153.142,52.154.153.181,52.165.184.170\",\"outboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:13::1d9,2603:1030:b:d::185,2603:1030:b:f::163,2603:1030:b:12::18b,2603:1030:b:8::155,2603:1030:b:13::1db,2603:1030:b:a::16b,2603:1030:b:9::15b,2603:1030:b:5::3da,2603:1030:b:f::164,2603:1030:b:e::147,2603:1030:b:b::163,2603:1030:b:7::291,2603:1030:b:9::15c,2603:1030:b:8::156,2603:1030:b:8::157,2603:1030:b:f::166,2603:1030:b:13::1dc,2603:1030:10:8::11,2603:10e1:100:2::34a5:b8aa\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-081\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"defaultHostName\":\"functions-node-8b1039t6ur.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01+16": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "767" ],
+ "x-ms-client-request-id": [ "4eab7586-2cd2-4a0a-b40b-440faadc554d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
}
},
"Response": {
@@ -9877,1367 +9688,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6ec486ba-b6fa-4961-8cee-ca294abe6c95" ],
+ "x-ms-request-id": [ "0fb4e17f-a6e6-4d15-871e-8a9182e18b3c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "30f523a6-b5ca-4af2-981c-693b28df2fc0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011027Z:30f523a6-b5ca-4af2-981c-693b28df2fc0" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/122e3e60-afe7-46e0-8c97-b70f90acaf1d" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "ea026b72-695d-4e0f-847d-dcf071bd19c6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000301Z:ea026b72-695d-4e0f-847d-dcf071bd19c6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 44DCFC822ABB464B8D2B44A64931D775 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:27Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3301303835954E918B67CC43C7B8A70C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:01Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:01 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1207" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/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=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstoragea16;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-node-8b1039t6ur\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=Dynamic\u0026linuxWorkersEnabled=True\u0026api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "362" ],
- "x-ms-client-request-id": [ "bd2bf184-b5ca-4198-8b1f-6429a82618ed" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "7cdbeebb-c3e6-41b8-98e5-d68224f7e275" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "5eaa0fe3-cb1e-4595-bfe6-05299cb4ea7d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011029Z:5eaa0fe3-cb1e-4595-bfe6-05299cb4ea7d" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 87013A6ACE0D4C0597B0B5DD569D2660 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:27Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:28 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "31591" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;LINUXP0V3;ELASTICLINUX\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India Central\",\"name\":\"Jio India Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;MSFTPUBLIC;DYNAMIC;FUNCTIONS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX\",\"subDomains\":\"jioinc-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+3": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "363" ],
- "x-ms-client-request-id": [ "063aa4b3-0b3a-4652-b219-285f8e7a1f31" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "75e49f1a-3ce1-4429-a8bc-14f753b11268" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "89879f54-567d-4a49-8c39-30373cbbe38d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011029Z:89879f54-567d-4a49-8c39-30373cbbe38d" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A89FAB38CFA54A72B071C24B36044DD8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:29Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:29 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+4": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "364" ],
- "x-ms-client-request-id": [ "d9e71e01-6620-46c0-98b0-f69911014a4f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "b7918ad2-ba88-4f5f-bfaa-a1e98b84f4a4" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "57f54a7d-e924-4dac-90b5-6f14713deae6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011029Z:57f54a7d-e924-4dac-90b5-6f14713deae6" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AF25E3BE4CFB40CDA7CA99FBD5DFE208 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:29Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:29 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01+5": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "30451947-293b-4011-ae46-5723c2fcca06" ],
- "x-ms-correlation-request-id": [ "30451947-293b-4011-ae46-5723c2fcca06" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011031Z:30451947-293b-4011-ae46-5723c2fcca06" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DA00790708C84ACFA0ADD4FDD729CBF9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:29Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:30 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1397" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28004765-0000-0300-0000-6674d3070000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"dbadec04-f560-41d3-9e38-544954eee5aa\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"97d89d08-0973-44ed-9c86-411f097d7105\",\r\n \"ConnectionString\": \"InstrumentationKey=97d89d08-0973-44ed-9c86-411f097d7105;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=dbadec04-f560-41d3-9e38-544954eee5aa\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T01:10:31.0470776+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+6": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"PowerShell|7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"97d89d08-0973-44ed-9c86-411f097d7105\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1702" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377D17B6360\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4565f3dc-1af7-4a9c-ba2e-cc2dea9113bb" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "bf184e98-0c48-42a9-910f-628f4f778ca0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011054Z:bf184e98-0c48-42a9-910f-628f4f778ca0" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1944655FE366485D90C36974F620D5B7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:10:31Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:10:53 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7392" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"central us\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PowerShell|7.2\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:10:33.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+7": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "367" ],
- "x-ms-client-request-id": [ "519545dd-223d-4c64-a93f-ef2b4689fe71" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377DD057D60\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f3e9ab42-97bc-49f7-943c-5da758653825" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "043f64a0-08f4-4d85-9cff-d0aea328e462" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011124Z:043f64a0-08f4-4d85-9cff-d0aea328e462" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A1408B2E0F844896A94575FCFF7DEED4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:24 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7204" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PowerShell|7.2\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:10:53.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"PowerShell|7.2\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+8": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "368" ],
- "x-ms-client-request-id": [ "7bf54566-7fe0-4431-af9c-e2424dc01bc1" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377DD057D60\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d4922f36-fde3-4dd1-93e8-a092fa7829a7" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "18bfb210-e60d-43a5-89ae-21df6f03a688" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011124Z:18bfb210-e60d-43a5-89ae-21df6f03a688" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 85FB2DD5C68B49A99CEDE503B997D59D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:24 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7204" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PowerShell|7.2\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:10:53.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"PowerShell|7.2\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+9": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "369" ],
- "x-ms-client-request-id": [ "aaeab475-699a-4c32-b27e-4ef83fc3f4ca" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "e3538f07-e3ba-4179-8cc5-b30dfbeb2d90" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "c07be0f0-2a4e-4c44-91d7-1a4b157a9359" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011125Z:c07be0f0-2a4e-4c44-91d7-1a4b157a9359" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2D355452FD704322ABFAE2587C20CB7D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:24 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1236" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"97d89d08-0973-44ed-9c86-411f097d7105\"}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+10": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "370" ],
- "x-ms-client-request-id": [ "555f62ff-3816-4344-a560-e13614a89146" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "1bbcad99-c87e-47a7-8a46-4f7797b8f90f" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "c29ff71c-5621-40a2-a63d-c9348c33ba55" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011125Z:c29ff71c-5621-40a2-a63d-c9348c33ba55" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DDC2D9C218EF492A85092AF21C2EEB89 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:25 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "4088" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"\",\"linuxFxVersion\":\"PowerShell|7.2\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+11": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "371" ],
- "x-ms-client-request-id": [ "9aceb5e0-2ec9-4ceb-8e6d-f49a767fab94" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "35130f14-043d-4e4f-bba7-e2943566ab33" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "512e558a-423e-4b32-9666-ba76750f663c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011125Z:512e558a-423e-4b32-9666-ba76750f663c" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A5FAE39A8ACD420D93BE4B20A5DC0B40 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:25 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1236" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"97d89d08-0973-44ed-9c86-411f097d7105\"}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "372" ],
- "x-ms-client-request-id": [ "30b20a38-ff07-4ce7-91b1-315ff0ad5bdd" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377DD057D60\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b78b51f5-e28f-4351-9474-0c2a4b23b95c" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "ab48276a-ec17-41bf-bcb9-26089a28b3e4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011126Z:ab48276a-ec17-41bf-bcb9-26089a28b3e4" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 268653B31A094536A701D6A160F488D6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:25 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7204" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-157.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"PowerShell|7.2\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:10:53.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"PowerShell|7.2\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"Dynamic\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"13.89.172.4\",\"possibleInboundIpAddresses\":\"13.89.172.4\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-157.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.169.200,104.208.27.4,40.122.42.64,23.99.130.19,13.89.172.4\",\"possibleOutboundIpAddresses\":\"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,20.118.17.81,20.118.19.166,20.118.19.182,20.118.20.77,20.118.20.179,20.118.20.230,20.118.21.220,20.118.22.146,20.118.22.148,20.118.22.161,20.118.22.177,20.118.22.227,13.89.172.4\",\"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-h8frn2\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+13": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "373" ],
- "x-ms-client-request-id": [ "7ed4600e-b7ed-493e-9fb4-ec890a10d086" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "82d16d94-4789-4b96-8d00-1c15714d8427" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "8be98f3a-e870-4e60-a530-a91b0dca2730" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011126Z:8be98f3a-e870-4e60-a530-a91b0dca2730" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F56F5915883641F1B59A62BC4AF549B3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:25 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1236" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"WEBSITES_ENABLE_APP_SERVICE_STORAGE\":\"true\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"97d89d08-0973-44ed-9c86-411f097d7105\"}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "374" ],
- "x-ms-client-request-id": [ "985b52ae-7894-4f53-9301-29b90dfe58fd" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "0db4fb56-b471-4827-996c-e56930b0b6f5" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "0bfaac8b-0c00-4e5f-8d15-62fa05d4242c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011126Z:0bfaac8b-0c00-4e5f-8d15-62fa05d4242c" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A17BE79BAB8A4067B80F77828E71CDD9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:26 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "4088" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"\",\"linuxFxVersion\":\"PowerShell|7.2\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux PowerShell 7.2 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+15": {
- "Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "375" ],
- "x-ms-client-request-id": [ "bb49cdff-4233-4799-994c-f821fa26e1a2" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377DD057D60\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e9ae39bd-4521-4358-b911-4ad91b4aad2c" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "e86d3456-bf37-493e-b390-f175909c818b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011137Z:e86d3456-bf37-493e-b390-f175909c818b" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E3626BE3F5E64913A41B3D35B5D7B47F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:37 GMT" ]
- },
- "ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
- },
- "Content": null,
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"type\": \"Site\"\r\n}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "72" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dd12e503-c19b-4a16-bcd2-bccfe190aa75" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "303a2af2-bf4b-46e9-8dc9-2913c53ee776" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011138Z:303a2af2-bf4b-46e9-8dc9-2913c53ee776" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EDF4B70FF0554C33937EDA7E4A91241D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:37 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "47" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "377" ],
- "x-ms-client-request-id": [ "82150fdf-998c-4d87-bebd-282d1e1a6763" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "077c39e6-32bd-4ac7-8f72-17129321ed1d" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "d2f51a1c-fc8b-4c67-b10e-2ccf0cb0960c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011138Z:d2f51a1c-fc8b-4c67-b10e-2ccf0cb0960c" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 709293DE51FA4B859CDD153DE98AD84E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:38 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "6341" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "378" ],
- "x-ms-client-request-id": [ "b9c99edc-45a5-43de-bd20-1117d797ce10" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "c7c48ea0-aca5-46bb-b0c1-b5f7fd53ffbe" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "b39c9a4e-10e1-4b01-bb10-0958eaa264ab" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011138Z:b39c9a4e-10e1-4b01-bb10-0958eaa264ab" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EC5F577FEF0E45CA95AA7ED980A0DF75 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:38 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1641" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "379" ],
- "x-ms-client-request-id": [ "58611352-e2ef-406e-8684-7105a1c43ceb" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "70e9821e-c690-46c9-8def-ed41fae1abd2" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "87e41a74-29ed-4e00-b8f7-eb94561ac655" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011139Z:87e41a74-29ed-4e00-b8f7-eb94561ac655" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CB9C9EB95C024822AD4120D9D1F94E24 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:38 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1606" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "380" ],
- "x-ms-client-request-id": [ "11b7e303-bdf9-432b-b33b-1b12fb2cc577" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "93779178-1fa3-49ba-8252-282895a8eaf6" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "741b1753-f93b-4d00-918c-b07529911b84" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011139Z:741b1753-f93b-4d00-918c-b07529911b84" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 604D3196D8AB43E4B3AECFF49E526B03 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:39 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1634" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "381" ],
- "x-ms-client-request-id": [ "4e72bb44-aedf-48c3-a3b0-f44a6f50ce71" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "3b8596bc-5ff6-4ad5-b8a1-8bbe11459fc8" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "bd92dc54-9903-4048-ba78-412739ebee2d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011139Z:bd92dc54-9903-4048-ba78-412739ebee2d" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 55C090FAD3124FA6A8EE732795AC3216 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:39 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1641" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "382" ],
- "x-ms-client-request-id": [ "93715357-d9c4-4673-b28b-464e7a65c31b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "e4b5a5fc-c2af-4501-a5a7-0db2b5fba589" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "d05e1d62-f3a7-4f83-9b64-453c07467047" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011140Z:d05e1d62-f3a7-4f83-9b64-453c07467047" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D2F3824607D34333B4E94DD601FDD722 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:39 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "383" ],
- "x-ms-client-request-id": [ "a39adb57-da9c-4498-809d-da72c100bc5b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "2e29e769-b06a-480c-8abe-b3cbc01e92ec" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "52822fbc-9554-4451-b568-11ab7b4a02bb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011140Z:52822fbc-9554-4451-b568-11ab7b4a02bb" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5F75C8D7594645AE8A2E065417914882 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:40 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2015-05-01+9": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-DotNet-Isolated9mgi8jlqpw?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "8fb15ca0-f6d9-48b7-99da-568be0f98fac" ],
- "x-ms-correlation-request-id": [ "8fb15ca0-f6d9-48b7-99da-568be0f98fac" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011141Z:8fb15ca0-f6d9-48b7-99da-568be0f98fac" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 497AC77AFB204B47927B4DDC53864BD2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:11:41 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1411" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"name\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28004f66-0000-0300-0000-6674d34d0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"AppId\": \"38ead3a8-b8b0-4dc6-9cb7-3068e409fc8c\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"c98dc022-0624-46dc-ba44-94ecb3c8c16a\",\r\n \"ConnectionString\": \"InstrumentationKey=c98dc022-0624-46dc-ba44-94ecb3c8c16a;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=38ead3a8-b8b0-4dc6-9cb7-3068e409fc8c\",\r\n \"Name\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"CreationDate\": \"2024-06-21T01:11:41.6201575+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01+10": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\",\r\n \"value\": \"1\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"dotnet-isolated\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-dotnet-isolated9mgi8jlqpw\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"c98dc022-0624-46dc-ba44-94ecb3c8c16a\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1869" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC377FB44D10B\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4271655f-aa86-4573-a80b-1fa828f557fc" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "1a81b13c-7fd9-4b05-af31-09fb150698ac" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011207Z:1a81b13c-7fd9-4b05-af31-09fb150698ac" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 790B9419617B4A3CA1B495D6D007AE11 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:11:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:07 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7568" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"repositorySiteName\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"functions-dotnet-isolated9mgi8jlqpw.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-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolated9mgi8jlqpw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:11:43.79\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-DotNet-Isolated9mgi8jlqpw\\\\$Functions-DotNet-Isolated9mgi8jlqpw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01+11": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "386" ],
- "x-ms-client-request-id": [ "9951b6cd-1bed-4f19-b0b9-882d5b44cad3" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37808B7330B\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dfd7cd34-2c41-4808-bac8-f08b5ec92385" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "4220a882-c449-4f61-a0b4-ab9ac12a4878" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011237Z:4220a882-c449-4f61-a0b4-ab9ac12a4878" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 73D51E79E103439D967F1443A8CF8938 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:37 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7369" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"repositorySiteName\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"functions-dotnet-isolated9mgi8jlqpw.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-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolated9mgi8jlqpw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:12:07.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-DotNet-Isolated9mgi8jlqpw\\\\$Functions-DotNet-Isolated9mgi8jlqpw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01+12": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "387" ],
- "x-ms-client-request-id": [ "24ebebe8-eb9f-4842-ad28-0336e9334557" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37808B7330B\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4922aa1e-f34a-4dbb-a77c-6c28575a1812" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "9e1e22e1-0aa5-4d91-a37b-d157f16c04eb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011238Z:9e1e22e1-0aa5-4d91-a37b-d157f16c04eb" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E999542C6425406DA4A6255A235FD690 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:37 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7369" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"repositorySiteName\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"functions-dotnet-isolated9mgi8jlqpw.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-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolated9mgi8jlqpw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:12:07.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-DotNet-Isolated9mgi8jlqpw\\\\$Functions-DotNet-Isolated9mgi8jlqpw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings/list?api-version=2023-12-01+13": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "388" ],
- "x-ms-client-request-id": [ "c85067a6-3859-4793-b5cc-7e655953172b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "26f7b66e-1c35-4c5c-9b61-b085c025a7e6" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "a5f1a75a-4553-4b9f-baec-6c4c1681d9bb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011238Z:a5f1a75a-4553-4b9f-baec-6c4c1681d9bb" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A8FC3013E88248A8AADC3E83D7F4FEC1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:38 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1241" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolated9mgi8jlqpw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c98dc022-0624-46dc-ba44-94ecb3c8c16a\"}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/web?api-version=2023-12-01+14": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/web?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "389" ],
- "x-ms-client-request-id": [ "640211e0-ff83-422d-8b14-b394302809ed" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "5888459f-71a3-466f-9aea-b17da97c26ca" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ],
- "x-ms-correlation-request-id": [ "ff3b53ab-32ee-420a-85a0-281071b038c4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011238Z:ff3b53ab-32ee-420a-85a0-281071b038c4" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2508D6C1E617429FA5646934DD24DA8B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:38 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "4078" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/web\",\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings/list?api-version=2023-12-01+15": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "390" ],
- "x-ms-client-request-id": [ "f83acdf9-f58c-4f27-aae6-53ad9e957650" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "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": [ "bc08a974-8e94-4438-81c8-70c00f26d894" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "eb2ab9df-d0b2-4bf6-9794-fd76337599f9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011239Z:eb2ab9df-d0b2-4bf6-9794-fd76337599f9" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7F91905AECF046779D27B8F7A1C52C2B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:38 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1241" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolated9mgi8jlqpw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c98dc022-0624-46dc-ba44-94ecb3c8c16a\"}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01+16": {
- "Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?api-version=2023-12-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "391" ],
- "x-ms-client-request-id": [ "804a361e-e3f2-4241-9a37-df734c848924" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37808B7330B\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0c6afcb9-562d-4ac1-bfe8-11f707cf07e6" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "a4a49ea7-1639-46f6-8faa-89b9f94a56fe" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011239Z:a4a49ea7-1639-46f6-8faa-89b9f94a56fe" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3C6B25CFF4504B9A8816F545A37C1653 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:39 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "7369" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-DotNet-Isolated9mgi8jlqpw\",\"repositorySiteName\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"functions-dotnet-isolated9mgi8jlqpw.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-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolated9mgi8jlqpw.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:12:07.0566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-DotNet-Isolated9mgi8jlqpw\\\\$Functions-DotNet-Isolated9mgi8jlqpw\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-dotnet-isolated9mgi8jlqpw.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings/list?api-version=2023-12-01+17": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "392" ],
- "x-ms-client-request-id": [ "e29a2235-f1b1-4ce5-98b4-e30062ae503b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "768" ],
+ "x-ms-client-request-id": [ "665ce1f8-8139-433a-a49c-5a88f4e365ec" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11249,40 +9733,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "418822d6-2a11-4a6a-b280-63fb8e422e2d" ],
+ "x-ms-request-id": [ "9e3dd5dd-383e-4ec0-afb9-2a44959a6184" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "4c7d223b-e873-4093-bda7-56a28b2aca3c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011240Z:4c7d223b-e873-4093-bda7-56a28b2aca3c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/3e05927c-0308-49fe-a926-684571dd8f7b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "01e0c9e8-0559-4b3b-9069-b4a8d79a0b06" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000301Z:01e0c9e8-0559-4b3b-9069-b4a8d79a0b06" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8036531010814C12A52F9F8392791E07 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DD1697D3A7514B2EB95BB913A6F497C6 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:01Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:01 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1241" ],
+ "Content-Length": [ "4180" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolated9mgi8jlqpw\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"c98dc022-0624-46dc-ba44-94ecb3c8c16a\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur/config/web\",\"name\":\"Functions-Node-8b1039t6ur\",\"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\":\"\",\"linuxFxVersion\":\"Node|22\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":0,\"functionAppScaleLimit\":200,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/web?api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+18": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "393" ],
- "x-ms-client-request-id": [ "010ad3fc-518c-4047-8e67-4f707de08c07" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "769" ],
+ "x-ms-client-request-id": [ "d0cf7cc9-8291-4bcc-a4e2-848a8295f16a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11294,40 +9779,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e6527a4a-4fa5-4b05-96bf-4bb81d6a6486" ],
+ "x-ms-request-id": [ "189d3083-cfce-4776-89aa-cad697715d92" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "a2d45329-d79b-41fa-99ef-038239c45198" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011240Z:a2d45329-d79b-41fa-99ef-038239c45198" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f81ac86c-b246-493e-93a9-a775dda82bb3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000302Z:f81ac86c-b246-493e-93a9-a775dda82bb3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 316D6FFCA8204C948111A02418E27BC4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 015E2D762446473681EC85E3711EAD6C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:02Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:02 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4078" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw/config/web\",\"name\":\"Functions-DotNet-Isolated9mgi8jlqpw\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 6 Function App hosted in a Premium plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Linux Node 22 Function App hosted in a Consumption plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-DotNet-Isolated9mgi8jlqpw?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/sites/Functions-Node-8b1039t6ur?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "394" ],
- "x-ms-client-request-id": [ "43f1c28f-ed33-481a-b3b2-2253294548aa" ],
+ "x-ms-unique-id": [ "770" ],
+ "x-ms-client-request-id": [ "5b88cde9-15a2-4915-a17c-dee7eaee86ad" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
"FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11338,19 +9823,20 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37808B7330B\"" ],
+ "ETag": [ "\"1DC55C3213E7FC0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "8f360b52-3ac0-47cb-ab07-d714172d05e9" ],
+ "x-ms-request-id": [ "193c75e1-0bbd-428a-a178-c0dc8b344b1d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "f8cbd5d5-4cdd-468b-a143-930bc9a4034b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011251Z:f8cbd5d5-4cdd-468b-a143-930bc9a4034b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e285b514-4888-422c-952c-6b8c3d3bd07f" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "6fdf183b-0da0-4aa9-a8c0-62289c28d42f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000313Z:6fdf183b-0da0-4aa9-a8c0-62289c28d42f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 79B555B94631413C89070B5E7AD59DA3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D045DB3C6B584A9BBA5E93B8A3F0500F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:02Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:13 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
@@ -11360,17 +9846,17 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-DotNet-Isolatedhfo7435u8j\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "64" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -11379,17 +9865,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "82cc9cc6-73bb-4fcf-9dc1-01c2c13339cd" ],
+ "x-ms-request-id": [ "e37c15f0-dc10-4f66-964c-fb5b0a14ba43" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "8ca682b8-fc8d-42f5-8e01-96e9a3b28f75" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011252Z:8ca682b8-fc8d-42f5-8e01-96e9a3b28f75" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/da598ab3-3414-4ac1-8382-166b61dde9e0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c2d75a2d-da6d-4289-a1c6-f42cbe09cf24" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000313Z:c2d75a2d-da6d-4289-a1c6-f42cbe09cf24" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: ECFDD28F9AC24E65BC243874104F4A6F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 090D2121161943B39A015ADEFCA8400C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:13 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -11400,19 +9887,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "396" ],
- "x-ms-client-request-id": [ "7121c54f-8d12-4d49-aa3a-1b20d2bfbdc3" ],
+ "x-ms-unique-id": [ "772" ],
+ "x-ms-client-request-id": [ "43c713b2-9e57-4fdd-99ce-15969295a2ed" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11423,41 +9910,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "a0e8f78a-e839-4d60-a7a4-f6d50fdaa705", "469b468b-aa7e-4c22-88db-a8f187e97458" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "4ed68f3b-1707-4e3c-95ff-e8006d522182" ],
+ "x-ms-correlation-request-id": [ "4ed68f3b-1707-4e3c-95ff-e8006d522182" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000314Z:4ed68f3b-1707-4e3c-95ff-e8006d522182" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3f2aa67a-e6a5-4653-8a60-26cc9357d2dc" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "b8d5042a-6cbe-444c-b520-db3fd956786d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011252Z:b8d5042a-6cbe-444c-b520-db3fd956786d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E16A62E6DCD24CC9AE864DAF97444656 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5DEA1B412A74483B8B7470E54F79896A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "11997" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508076,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "397" ],
- "x-ms-client-request-id": [ "61ba2964-9ffc-4ae6-ab32-2127c3f8e749" ],
+ "x-ms-unique-id": [ "773" ],
+ "x-ms-client-request-id": [ "cbd3929a-2a81-435d-baeb-25e5660af5da" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11469,40 +9955,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fdc2ef3e-737f-4c08-a8de-8e3e6ce30cce" ],
+ "x-ms-request-id": [ "60ec9cf4-7a22-4226-a0f2-30cc6c502f76" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "7ca53eb7-bb2f-4dcd-a471-9afdc22975b3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011252Z:7ca53eb7-bb2f-4dcd-a471-9afdc22975b3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e24330bf-85f1-4614-a667-10d5018344a1" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000315Z:e24330bf-85f1-4614-a667-10d5018344a1" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EE70995FEB224BF5B0F2F6705A9D2D24 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 801B70C504A54943BD71B37AB1948667 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "398" ],
- "x-ms-client-request-id": [ "01b843a5-d551-43d8-9fb5-5f78b4cbf606" ],
+ "x-ms-unique-id": [ "774" ],
+ "x-ms-client-request-id": [ "89a354c1-2c0e-4d14-aa16-847371e1a530" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11514,40 +10000,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "963dce27-8f93-4c89-9c8f-6c34103bd40c" ],
+ "x-ms-request-id": [ "3768bdb5-b407-4c52-99d6-9274170a9ced" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "43dc1802-3174-4de7-b037-072ed596b0ed" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011253Z:43dc1802-3174-4de7-b037-072ed596b0ed" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "99151e62-ee29-41d8-abc3-6589eec77ff6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000315Z:99151e62-ee29-41d8-abc3-6589eec77ff6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D8F7306D1010443A8D1895F445D26DF8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BFF38C6426064365B3355A5F27E97B1C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "399" ],
- "x-ms-client-request-id": [ "70fc8b83-d897-4f60-9515-92439908cccd" ],
+ "x-ms-unique-id": [ "775" ],
+ "x-ms-client-request-id": [ "b8ca7fcb-b009-494c-8a9f-54605ae9628b" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11559,40 +10045,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ed069449-fd3b-40dc-b861-4a678ce37266" ],
+ "x-ms-request-id": [ "d1cacbde-9449-4398-82a9-695b7a166bf7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "a9c371ec-b845-4e52-bcb6-b0cb02495c87" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011253Z:a9c371ec-b845-4e52-bcb6-b0cb02495c87" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8653eadd-c7c0-4b74-b582-1a702e7f4495" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000315Z:8653eadd-c7c0-4b74-b582-1a702e7f4495" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C2515FC49E1243458333238E75A150DE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:53 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 565764FCD3484F04B4B5618F91D871E9 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1740" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":89795,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-229_89795\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:01:10.5366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "400" ],
- "x-ms-client-request-id": [ "ffeaa87b-7284-4efa-9441-5a2e31c182eb" ],
+ "x-ms-unique-id": [ "776" ],
+ "x-ms-client-request-id": [ "83dfce5c-accc-4099-be91-be30e7f1e390" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11604,83 +10090,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "59031584-d2cb-45b5-9d32-4f3775c6a977" ],
+ "x-ms-request-id": [ "e7689e0d-3f86-49c6-87d7-51366b5356a2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "7341914c-b37e-49f0-acfc-0c6e3e8b8e7a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011253Z:7341914c-b37e-49f0-acfc-0c6e3e8b8e7a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "7b61e199-9520-4e38-b63e-83920411a1a5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000316Z:7b61e199-9520-4e38-b63e-83920411a1a5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B5DBA7765906465383FD55ECCE25B8F4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:53 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 556A89D76EE649B19BB8BE0207671EDB Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
- "Content": null,
- "isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "401" ],
- "x-ms-client-request-id": [ "ac9c98ab-62a4-4af0-9737-4082a9117475" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
- },
- "ContentHeaders": {
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "eaed091d-89f0-41ba-a5f3-59bac528cc79" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "135e314a-aa1f-412e-97f0-f45cbf1a4d68" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011254Z:135e314a-aa1f-412e-97f0-f45cbf1a4d68" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0750FDD0EE194D4C996BF9A51CB8BA84 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:53 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01+8": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "402" ],
- "x-ms-client-request-id": [ "2eb92ac5-ce62-4585-a4b3-4fe76cf38062" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "777" ],
+ "x-ms-client-request-id": [ "bddea18f-7c67-451e-b465-43d48f35b629" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11691,122 +10134,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "3c98c34f-21ff-4337-acd3-b6f74923ce0a" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "10a79772-62ea-4b7f-82a4-350099e6e196" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011254Z:10a79772-62ea-4b7f-82a4-350099e6e196" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F2ADC1CBD7D74708A37E03D15B247438 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:54Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:53 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"N0+zpyDpxf7BHTDo4IXwX4FkJFmSPKlPV5yXCMd9QV/9+AfZj5aaReacSTImfGJvfg33LjOr1Q/R+ASta7gecA==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-Python-iyf85pjd9l?api-version=2015-05-01+9": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Insights/components/Functions-Python-iyf85pjd9l?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}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "4c594117-80f0-4de6-8b6f-4052237b0d74" ],
- "x-ms-correlation-request-id": [ "4c594117-80f0-4de6-8b6f-4052237b0d74" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011256Z:4c594117-80f0-4de6-8b6f-4052237b0d74" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 97AF3498EE41430188651E6E922209DA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:54Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:12:56 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1377" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-Python-iyf85pjd9l\",\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28001867-0000-0300-0000-6674d3960000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-iyf85pjd9l\",\r\n \"AppId\": \"f84b56aa-fb47-4198-8d5e-93c737d87873\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\",\r\n \"ConnectionString\": \"InstrumentationKey=3acd53fb-3572-4fa8-b91e-f48bfd5a6982;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f84b56aa-fb47-4198-8d5e-93c737d87873\",\r\n \"Name\": \"Functions-Python-iyf85pjd9l\",\r\n \"CreationDate\": \"2024-06-21T00:57:47.3295727+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+10": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp,linux\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\r\n \"reserved\": true,\r\n \"siteConfig\": {\r\n \"linuxFxVersion\": \"Python|3.9\",\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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-python-iyf85pjd9l\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
- "isContentBase64": false,
- "Headers": {
- },
- "ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1884" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37827D756CB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b21ff838-d920-4e61-b4ac-466b2278d131" ],
+ "x-ms-request-id": [ "73db139a-d67e-460f-8c20-fb49a8c33a60" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "7ae1110e-739d-43eb-a26d-0731a4cb8e7c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011319Z:7ae1110e-739d-43eb-a26d-0731a4cb8e7c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "65f06654-e2fb-4bda-ad01-9b90432902ba" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000319Z:65f06654-e2fb-4bda-ad01-9b90432902ba" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 028E893CBBFE407983417049767612EE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:12:56Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 53FDE8B3F92941908FE2FE20DC511D5D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7572" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.9\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:12:58.5466667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+8": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "405" ],
- "x-ms-client-request-id": [ "45f20475-0f8a-49bb-8597-99452cd4a809" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "778" ],
+ "x-ms-client-request-id": [ "706bc384-d788-4877-a969-3bed082633c8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -11816,42 +10179,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37833F161C0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "142f64d5-4e60-4b21-84ad-2bdb3f62ebf9" ],
+ "x-ms-request-id": [ "f5481697-33b9-4102-aa48-2472fbb73385" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "57bfec77-b462-4186-953b-cd79ae6a5f76" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011350Z:57bfec77-b462-4186-953b-cd79ae6a5f76" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "51cb1063-9afb-48d8-8f67-6ff764fc4544" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000320Z:51cb1063-9afb-48d8-8f67-6ff764fc4544" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C902433DD8B74023A1DDF5EBF26A11FA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:49 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0B181FFC0675488FAD34617ECD40D531 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7373" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.9\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:13:19.58\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.9\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+9": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "406" ],
- "x-ms-client-request-id": [ "77e072de-6916-4eca-ae50-0e071847fe6b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "779" ],
+ "x-ms-client-request-id": [ "5366f20b-c795-47c5-80ad-5bfd7c84de6c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11862,42 +10224,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37833F161C0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f677106e-2722-40cf-bdb6-a985ef2c4727" ],
+ "x-ms-request-id": [ "48356cf1-6ed1-4a8e-a025-e75fd329dc39" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "a1cf2631-dc2c-4263-9626-c91dac96da57" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011350Z:a1cf2631-dc2c-4263-9626-c91dac96da57" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "48400615-0204-4b02-9b79-ef23becaacd1" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000321Z:48400615-0204-4b02-9b79-ef23becaacd1" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 452A6B0992D84D4C9E5BDE398ACD55A1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B41DEC5E9FB24D1095753586385ED3DE Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:20Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7373" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.9\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:13:19.58\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.9\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":12,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+10": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "407" ],
- "x-ms-client-request-id": [ "1986f342-5a47-41ca-8029-be395f326971" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "780" ],
+ "x-ms-client-request-id": [ "6fb02c35-caa7-4550-b5c2-c3a2f5902f93" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11908,41 +10269,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "2f0a4227-5a92-4c8d-b113-c4f8c07e2632", "e1a5dc70-8c05-4981-a36c-f9281363d8e2", "abfb5085-8f7f-4339-bd05-0148307ee8ed" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "c81965e5-910a-4dcc-8104-428d1b0bbb57" ],
+ "x-ms-correlation-request-id": [ "c81965e5-910a-4dcc-8104-428d1b0bbb57" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251115T000322Z:c81965e5-910a-4dcc-8104-428d1b0bbb57" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e8ea9a0a-282c-4426-8f1b-2357add90833" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ],
- "x-ms-correlation-request-id": [ "ac0a6a21-9bec-423b-977e-252fd7206d44" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011350Z:ac0a6a21-9bec-423b-977e-252fd7206d44" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C1168C02DEF042A18FF92C2529AF223B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:50Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E58F7AAACB584556B7CB6EBD06E52655 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:21Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+11": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "408" ],
- "x-ms-client-request-id": [ "d6920854-7a40-427f-9266-1d37b9a1b931" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "781" ],
+ "x-ms-client-request-id": [ "c8d39659-7983-415c-99b4-994d8bf735bd" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -11953,44 +10313,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "d370f066-9869-4a5a-a019-c714c402466d" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "cb2c9a67-bd2c-4e66-8dee-de8372cd74f2" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "39704cb2-83a2-4a8f-b684-64e6fc51f890" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011351Z:39704cb2-83a2-4a8f-b684-64e6fc51f890" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/b9163fb8-8572-45fd-b55b-f548863103a1" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "867b0df3-2974-4ac7-96cf-591cb847e487" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000322Z:867b0df3-2974-4ac7-96cf-591cb847e487" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 000B890E15304239A6BAF30B9A1031CD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:50 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 255A789A88924715BC003FFB2D722B2B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:22Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:22 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4070" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web\",\"name\":\"Functions-Python-iyf85pjd9l\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.9\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-DotNet-Isolatedhfo7435u8j?api-version=2015-05-01+12": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-DotNet-Isolatedhfo7435u8j?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "409" ],
- "x-ms-client-request-id": [ "9aba4d22-b985-48a6-aed3-09fa83763a6f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
}
},
"Response": {
@@ -11998,44 +10351,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b941a94a-31ae-4e1d-8437-1703708ea711" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "4bd42741-36ff-45ac-9f68-03aa5e868495" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011351Z:4bd42741-36ff-45ac-9f68-03aa5e868495" ],
"X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1fe7f4cc-408f-4bcd-bee4-b2741e31ca3e" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "36558c4d-4ada-431d-92d3-00fca5243017" ],
+ "x-ms-correlation-request-id": [ "36558c4d-4ada-431d-92d3-00fca5243017" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000327Z:36558c4d-4ada-431d-92d3-00fca5243017" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EB405BC3372F4CC9A9ABDA45B2D52D7E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F0BE083AAE57458CB239F7680BBAEC64 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:22Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:03:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1684" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"}}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30006c6d-0000-0300-0000-6917c34f0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-DotNet-Isolatedhfo7435u8j\",\r\n \"name\": \"Functions-DotNet-Isolatedhfo7435u8j\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-Isolatedhfo7435u8j\",\r\n \"AppId\": \"e8e92f95-a7da-4018-9057-bc9a6e1490db\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"54b9b2d9-4424-43ab-9077-c29c4fca9160\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-DotNet-Isolatedhfo7435u8j\",\r\n \"CreationDate\": \"2025-11-15T00:03:23.1804035+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-dotnet-isolatedhfo7435u8j_e8e92f95-a7da-4018-9057-bc9a6e1490db_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-DotNet-Isolatedhfo7435u8j-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01+13": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v9.0\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\",\r\n \"value\": \"1\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"dotnet-isolated\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-dotnet-isolatedhfo7435u8j\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": false\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "410" ],
- "x-ms-client-request-id": [ "e9628816-59ba-49b9-ae75-d25a27573c62" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1797" ]
}
},
"Response": {
@@ -12043,43 +10393,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37833F161C0\"" ],
+ "ETag": [ "\"1DC55C345B03B35\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "cf1148f3-f01f-4e9a-b5dc-7a4d731213ea" ],
+ "x-ms-request-id": [ "38fc27c4-5a76-4eb6-ac6e-fd71fcf91e27" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "000f6ccd-04e8-44de-bb2b-30779827be6c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011351Z:000f6ccd-04e8-44de-bb2b-30779827be6c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ae1bd709-3f95-49c3-98f3-1e06f8917a4b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "58dd9e07-ed21-46a0-bc70-6816f9f26512" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000408Z:58dd9e07-ed21-46a0-bc70-6816f9f26512" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D4DA9E3D1C854764B87DA5154F8EFBB4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 35A0D433FBB44E2AAABD52741DE7932F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:03:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7373" ],
+ "Content-Length": [ "8491" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l\",\"name\":\"Functions-Python-iyf85pjd9l\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp,linux\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Python-iyf85pjd9l\",\"state\":\"Running\",\"hostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"selfLink\":\"https://waws-prod-dm1-349.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux/sites/Functions-Python-iyf85pjd9l\",\"repositorySiteName\":\"Functions-Python-iyf85pjd9l\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-python-iyf85pjd9l.azurewebsites.net\",\"functions-python-iyf85pjd9l.scm.azurewebsites.net\"],\"siteProperties\":{\"metadata\":null,\"properties\":[{\"name\":\"LinuxFxVersion\",\"value\":\"Python|3.9\"},{\"name\":\"WindowsFxVersion\",\"value\":null}],\"appSettings\":null},\"availabilityState\":\"Normal\",\"sslCertificates\":null,\"csrs\":[],\"cers\":null,\"siteMode\":null,\"hostNameSslStates\":[{\"name\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-python-iyf85pjd9l.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:13:19.58\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"Python|3.9\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Python-iyf85pjd9l\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp,linux\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.15\",\"possibleInboundIpAddresses\":\"20.118.48.15\",\"ftpUsername\":\"Functions-Python-iyf85pjd9l\\\\$Functions-Python-iyf85pjd9l\",\"ftpsHostName\":\"ftps://waws-prod-dm1-349.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.118.48.15\",\"possibleOutboundIpAddresses\":\"52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.221.102.3,20.12.137.87,20.12.137.172,20.12.138.37,20.12.138.187,20.12.139.48,20.12.139.69,20.12.139.74,20.12.139.92,20.12.137.84,20.12.139.96,20.12.136.206,20.12.136.239,20.12.139.103,20.12.137.235,20.12.139.112,20.12.139.116,20.12.139.118,52.143.247.142,52.143.247.223,52.154.168.10,52.154.168.157,52.154.168.185,52.154.168.204,20.12.139.120,20.12.139.127,20.12.139.184,20.12.139.224,20.12.137.245,20.12.139.227,20.118.48.15\",\"containerSize\":0,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-349\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"defaultHostName\":\"functions-python-iyf85pjd9l.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"repositorySiteName\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"functions-dotnet-isolatedhfo7435u8j.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-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolatedhfo7435u8j.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:03:28.56\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-DotNet-Isolatedhfo7435u8j\\\\$Functions-DotNet-Isolatedhfo7435u8j\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01+14": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "411" ],
- "x-ms-client-request-id": [ "0b4a98c2-4c47-48d9-b2de-65fc827d8c30" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "784" ],
+ "x-ms-client-request-id": [ "96b98882-997b-4e28-ad1f-44bd721a3ca8" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -12089,41 +10439,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C35D1FFCB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "eb37aac8-8fb0-4b55-aa96-edd262d87625" ],
+ "x-ms-request-id": [ "7b105a45-e618-4d72-b1e8-09136c43ac78" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "19e1a49f-0aa8-43b5-897f-a09480991034" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011352Z:19e1a49f-0aa8-43b5-897f-a09480991034" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "69e439a8-fc27-4cf0-a803-809aa35589ea" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000438Z:69e439a8-fc27-4cf0-a803-809aa35589ea" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 22395422241C43DFBD64C8162306C34C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:51Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6475DB6C3DB645ECBD1B075CECF26C17 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1220" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/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=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionslinuxstorageums;AccountKey=ePuLdfhnj2T2l6dOoG2tRjtPUQ/CDBId4k8a9UPKm1sFMyk9ezUF5cO2l6o8jdZhXfofKIQooI+S+ASt1S50ZA==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-python-iyf85pjd9l\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"repositorySiteName\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"functions-dotnet-isolatedhfo7435u8j.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-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolatedhfo7435u8j.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:04:08.3633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-DotNet-Isolatedhfo7435u8j\\\\$Functions-DotNet-Isolatedhfo7435u8j\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01+15": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "412" ],
- "x-ms-client-request-id": [ "694ae15a-2d6f-43f4-b1c9-b8dc937b91e2" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "785" ],
+ "x-ms-client-request-id": [ "aadb644d-2b80-4358-8c63-57a03bb82bff" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12134,126 +10485,87 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C35D1FFCB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b48b4025-aa49-4707-8abc-28b6e120105d" ],
+ "x-ms-request-id": [ "893895f7-cf3c-4300-b604-35e7ef953d45" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "f09d4588-9908-42ac-851b-c90a63c0179d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011352Z:f09d4588-9908-42ac-851b-c90a63c0179d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "effcfae8-5ef0-4b24-a893-045a681d8769" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000439Z:effcfae8-5ef0-4b24-a893-045a681d8769" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AD5BFA86396F42A1953ADDA963FCA7BD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:13:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EF9C2DE6891A4BB4853D30F8ACB1F7B4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:39Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4070" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l/config/web\",\"name\":\"Functions-Python-iyf85pjd9l\",\"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\":\"\",\"linuxFxVersion\":\"Python|3.9\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"repositorySiteName\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"functions-dotnet-isolatedhfo7435u8j.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-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolatedhfo7435u8j.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:04:08.3633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-DotNet-Isolatedhfo7435u8j\\\\$Functions-DotNet-Isolatedhfo7435u8j\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Linux Python 3.9 Function App hosted in a Premium plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01+16": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/sites/Functions-Python-iyf85pjd9l?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "413" ],
- "x-ms-client-request-id": [ "23eb3f8d-0154-44aa-8b7b-8361e262d3ba" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "786" ],
+ "x-ms-client-request-id": [ "6cf33646-b64c-4a25-a3c2-2a7c9bef692a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37833F161C0\"" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6659c02d-be14-440e-99ae-803342cd6289" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "5ed46ae8-4632-4384-bbd6-5184e79acbe7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011405Z:5ed46ae8-4632-4384-bbd6-5184e79acbe7" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E07D23E23E1E4476B53D026D6F5BDF88 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:13:52Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:05 GMT" ]
- },
- "ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
- },
- "Content": null,
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
- "Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-Java-k0vbul5y8x\",\r\n \"type\": \"Site\"\r\n}",
- "isContentBase64": false,
- "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": [ "5b831d9c-12fe-482d-970e-1567d4dfd65f" ],
+ "x-ms-request-id": [ "7cb530ce-cb93-436c-9af0-1166b5714740" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "fbba614f-2e7f-49f9-9977-9e6856450c7c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011406Z:fbba614f-2e7f-49f9-9977-9e6856450c7c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c4f7bf87-2b56-416a-87fd-45899929cc6a" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "2ecf0c44-c255-4393-a362-4fcd13dac113" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000439Z:2ecf0c44-c255-4393-a362-4fcd13dac113" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 30B552F645FB480093A89BD7D5E281B8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:05Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2D40B64D164A47F88C1A7A2518C5EF31 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:39Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1232" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolatedhfo7435u8j\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "415" ],
- "x-ms-client-request-id": [ "67b61ba4-0fb6-404b-a2c5-39c1c2770ab1" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "x-ms-unique-id": [ "787" ],
+ "x-ms-client-request-id": [ "6e5a13de-aec8-4ed5-b4d9-eddd4064957d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12265,40 +10577,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "39df162d-5727-468c-9d39-e7748f2c91d4" ],
+ "x-ms-request-id": [ "1e53a6e3-d7b3-46ed-ad0f-d40c4b51cf4c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ],
- "x-ms-correlation-request-id": [ "12e8aee2-7a91-4573-8654-90285594b5ab" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011406Z:12e8aee2-7a91-4573-8654-90285594b5ab" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f7495c85-30c0-425b-b396-58a212ab8ccd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "06e634df-9601-43f3-bd77-bed6b6426b65" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000440Z:06e634df-9601-43f3-bd77-bed6b6426b65" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1357B235835A4BE38915B3C704F9330E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:05 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 38D6DA67282A459A90277D93C6A7AA27 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:39Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "4189" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"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\":\"v9.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01+18": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "416" ],
- "x-ms-client-request-id": [ "6f2873b3-3445-41c4-8e29-47e7ba2dc7e8" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "788" ],
+ "x-ms-client-request-id": [ "8b993aa0-608e-49a5-a45f-a9e25346772b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12310,40 +10623,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "81f8438b-9a81-4ef5-839c-105fc995c40b" ],
+ "x-ms-request-id": [ "5287132f-d672-4ce2-b09d-72bb26d7b770" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "83a30716-4e4c-45f6-a726-415c224962fd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011406Z:83a30716-4e4c-45f6-a726-415c224962fd" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/44e11f78-e411-4cb8-ba0f-7128412f9acb" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "b8b9f1b0-ec4b-4a15-8c67-c31540ce8db9" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000440Z:b8b9f1b0-ec4b-4a15-8c67-c31540ce8db9" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9C7DE2A52D5140569EDD84A3254E354A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AAC4D6BC24144476A5AB5100EA0431A9 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1232" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolatedhfo7435u8j\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01+19": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "417" ],
- "x-ms-client-request-id": [ "d134e5c0-0e79-4fec-98bc-277a266e2dd2" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "789" ],
+ "x-ms-client-request-id": [ "16dcf4c0-8a32-484c-b70c-e015a7ba19f3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12354,41 +10667,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C35D1FFCB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c904e086-d908-4b5d-ade4-65d1b69210aa" ],
+ "x-ms-request-id": [ "63174a32-81fc-4f28-92fe-c5a1197e3483" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "2d036e39-b153-4d66-a47e-b6b756e4c25d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011407Z:2d036e39-b153-4d66-a47e-b6b756e4c25d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "4da78f5d-a9ea-4e06-8789-f4cfee5a7593" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000440Z:4da78f5d-a9ea-4e06-8789-f4cfee5a7593" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: ED361CF669AF425982F85098257E7C75 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 13233815C8784E129971B67C83F0DA1B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"repositorySiteName\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"functions-dotnet-isolatedhfo7435u8j.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-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolatedhfo7435u8j.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:04:08.3633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-DotNet-Isolatedhfo7435u8j\\\\$Functions-DotNet-Isolatedhfo7435u8j\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01+20": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
- "Headers": {
- "x-ms-unique-id": [ "418" ],
- "x-ms-client-request-id": [ "97f662ac-50dc-4f12-95fc-6bd932131f77" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "Headers": {
+ "x-ms-unique-id": [ "790" ],
+ "x-ms-client-request-id": [ "b815951f-65c0-4b20-be66-ac7b821ba3bb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12400,40 +10714,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "386a75c2-c1d2-4ca7-bb8b-a0d27c998f87" ],
+ "x-ms-request-id": [ "2188bdf3-7fc4-46a7-aca8-0ca839cd6583" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "525e4bef-0280-4fc9-ba94-0c769d82c6c9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011407Z:525e4bef-0280-4fc9-ba94-0c769d82c6c9" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4ff9272b-ce7e-47d6-a69e-030e1a5c87ee" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "3961b0c0-45c9-4a32-91f0-20fd8926ec2a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000441Z:3961b0c0-45c9-4a32-91f0-20fd8926ec2a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0787D52CFEF14D79BC9EAB92635BB87A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DFB6596C526D40028F3281A77D8B741D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1232" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolatedhfo7435u8j\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web?api-version=2023-12-01+21": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "419" ],
- "x-ms-client-request-id": [ "8fb14234-a214-4cfb-9780-e5627d710d78" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "791" ],
+ "x-ms-client-request-id": [ "c39e3e97-1ebf-4d18-938b-4928005abe35" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12445,40 +10759,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "86a5b213-c658-48e3-b1f8-11b898d319c4" ],
+ "x-ms-request-id": [ "a633ef7b-077d-4e91-aac3-a449024c7165" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "7a1651fa-236e-40d8-a235-456ac75f1b4a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011408Z:7a1651fa-236e-40d8-a235-456ac75f1b4a" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5cf5be93-015e-4cf0-8e61-037cbd4aafd2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d7b98484-356d-4a2c-aaef-bcca89ca8486" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000441Z:d7b98484-356d-4a2c-aaef-bcca89ca8486" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FE9236E596B04F8AABC122ECD4ED8DC1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:07Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FCF1CD30CA63483DB339AD8D8C246C80 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "4189" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"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\":\"v9.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "420" ],
- "x-ms-client-request-id": [ "62df0ca7-3c68-4170-9653-38aec806c569" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "792" ],
+ "x-ms-client-request-id": [ "8a5f02bc-c540-4406-acb1-a1a6b34dde21" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12489,39 +10804,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "6f89b718-a556-464a-9d11-37f0b386ad52" ],
+ "ETag": [ "\"1DC55C35D1FFCB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "df4291c6-94eb-4328-b46a-50d0a261c072" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011408Z:df4291c6-94eb-4328-b46a-50d0a261c072" ],
+ "x-ms-request-id": [ "ca5219e1-550e-4ee1-9ad8-b97410f6d268" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c990b761-7669-41d3-951f-fa970d83227b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000441Z:c990b761-7669-41d3-951f-fa970d83227b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9E6613EAFA6A4AB2AE434DF32D2D901D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:08Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E6DADE06E83340B3A44265C3C7552C71 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8470" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"state\":\"Running\",\"hostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-DotNet-Isolatedhfo7435u8j\",\"repositorySiteName\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"functions-dotnet-isolatedhfo7435u8j.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-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-dotnet-isolatedhfo7435u8j.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:04:08.3633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-DotNet-Isolatedhfo7435u8j\\\\$Functions-DotNet-Isolatedhfo7435u8j\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-dotnet-isolatedhfo7435u8j.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01+23": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "421" ],
- "x-ms-client-request-id": [ "34020573-98a0-4ea9-90a0-4fb81f354ee0" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "793" ],
+ "x-ms-client-request-id": [ "8c09cfff-cd90-49bf-b457-27431a8b54d1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12532,37 +10850,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "2fee91a5-e7e6-4aba-a0a2-227bbd9d3af6" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "df84e010-fa90-4f2d-9648-d136222a7af9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011408Z:df84e010-fa90-4f2d-9648-d136222a7af9" ],
+ "x-ms-request-id": [ "d55aaf79-3b5a-4972-a526-dc400c6fb395" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/32f522a3-a63b-4e5b-9c88-c0a6d0b859eb" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d1d5fef9-a234-44a3-9acd-7788a382afc7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000442Z:d1d5fef9-a234-44a3-9acd-7788a382afc7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F0FDBA3DDF11415CBDE67BF8D0A7B29A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:08Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 24B527FC77DD436E86A6686EF4DE0105 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "1232" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"WEBSITE_USE_PLACEHOLDER_DOTNETISOLATED\":\"1\",\"FUNCTIONS_WORKER_RUNTIME\":\"dotnet-isolated\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-dotnet-isolatedhfo7435u8j\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-Java-k0vbul5y8x?api-version=2015-05-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web?api-version=2023-12-01+24": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-Java-k0vbul5y8x?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}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "794" ],
+ "x-ms-client-request-id": [ "9cd9e7fd-6cf5-4ec4-a353-f9a8b024188a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
}
},
"Response": {
@@ -12570,40 +10895,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "6fac0dae-1d16-4d96-8911-f1c147566cde" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "a7bd77a1-b14a-4e99-8eab-215aa2a1c5a3" ],
- "x-ms-correlation-request-id": [ "a7bd77a1-b14a-4e99-8eab-215aa2a1c5a3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011409Z:a7bd77a1-b14a-4e99-8eab-215aa2a1c5a3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/af13935e-ccdd-435f-bb35-f1aa13bf6acc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1ae357ee-f6bf-4521-8a6e-8f3a7eb4e856" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000442Z:1ae357ee-f6bf-4521-8a6e-8f3a7eb4e856" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F4035906D1B44967ACC5F86C4787D0FB Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:08Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:09 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D70C5F1539CD4C58AF9BB470B5DAB5EB Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:42Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1371" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "4189" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-Java-k0vbul5y8x\",\r\n \"name\": \"Functions-Java-k0vbul5y8x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800c367-0000-0300-0000-6674d3e10000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Java-k0vbul5y8x\",\r\n \"AppId\": \"8278f501-f1ea-407a-92dd-a7828521d420\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"5225ee3a-a446-43f5-b3df-c1fa272ecccf\",\r\n \"ConnectionString\": \"InstrumentationKey=5225ee3a-a446-43f5-b3df-c1fa272ecccf;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=8278f501-f1ea-407a-92dd-a7828521d420\",\r\n \"Name\": \"Functions-Java-k0vbul5y8x\",\r\n \"CreationDate\": \"2024-06-21T01:14:09.7372619+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j/config/web\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"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\":\"v9.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":false,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":\"\",\"managedPipelineMode\":\"Integrated\",\"virtualApplications\":[{\"virtualPath\":\"/\",\"physicalPath\":\"site\\\\wwwroot\",\"preloadEnabled\":false,\"virtualDirectories\":null}],\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+25": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"java\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-java-k0vbul5y8x\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"5225ee3a-a446-43f5-b3df-c1fa272ecccf\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true,\r\n \"javaVersion\": \"17\"\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "795" ],
+ "x-ms-client-request-id": [ "f05b52ed-e29a-492b-a36b-fb588dd343b5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1767" ]
}
},
"Response": {
@@ -12611,43 +10941,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3785361E26B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "df25a60c-fb54-4013-819f-a756d46e09c0" ],
+ "x-ms-request-id": [ "8daa0489-5c3a-4006-adf3-b005dfe95833" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "96eb6cf7-faf8-466d-9529-8b67abaede50" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011435Z:96eb6cf7-faf8-466d-9529-8b67abaede50" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6b53e66e-4dc8-470b-bc27-ce56c01e7d8c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000442Z:6b53e66e-4dc8-470b-bc27-ce56c01e7d8c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A83FDAB91C6A41F08A57F7B5A5705B96 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:14:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:14:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A9162D251F7D45B2B5A1A237F839C4A4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:42Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7433" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.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-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:14:11.7566667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows DotNet-Isolated 9 Function App hosted in a Premium plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+26": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-DotNet-Isolatedhfo7435u8j?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "424" ],
- "x-ms-client-request-id": [ "37185681-bbd3-406e-ad0f-afd25ca9b045" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "796" ],
+ "x-ms-client-request-id": [ "cd02df00-f16a-4786-9ae1-89482d7512cd" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -12657,45 +10986,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37861325CF5\"" ],
+ "ETag": [ "\"1DC55C35D1FFCB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1722f63f-ce95-4656-adf1-aad9fd71b9e5" ],
+ "x-ms-request-id": [ "e87ddd2e-130e-463c-ad2f-b47da0d8911d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "f936fdd2-1a5b-4a1e-a2fc-8d013b653683" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011516Z:f936fdd2-1a5b-4a1e-a2fc-8d013b653683" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f377d80a-ff99-4253-ac10-697e3cbf9686" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "db554c9a-9539-4a4e-b002-e69f99d2a04f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000450Z:db554c9a-9539-4a4e-b002-e69f99d2a04f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2C94596D956D4C48936F1DC0043C17E9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:06Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:15 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B89F27462AEB4179A1023E01AF2F1C60 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:42Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7229" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.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-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:14:35.5033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
- "Content": null,
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Functions-CustomHandler325nikcosm\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "425" ],
- "x-ms-client-request-id": [ "8f39b5e2-faa3-44cb-a5b1-4b4446bbb88e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "70" ]
}
},
"Response": {
@@ -12703,42 +11027,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37861325CF5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b5c52571-777d-49d5-beda-0d119d7d74bd" ],
+ "x-ms-request-id": [ "a12453aa-9529-48cd-a545-1858845d3b0d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "6fb384ba-2ce0-4a21-acd3-7950278479cc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011516Z:6fb384ba-2ce0-4a21-acd3-7950278479cc" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d43f0705-c2d6-4181-aba2-584cb682bf66" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1c704e31-67f5-4e6e-a9ac-dc8826ba41f6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000450Z:1c704e31-67f5-4e6e-a9ac-dc8826ba41f6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 290F0186DD5C4A84BADD3F50EE955E27 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:16 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1CB6E1A4E7F04D16A5D5BF36820AFA64 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:50Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7229" ],
+ "Content-Length": [ "47" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.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-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:14:35.5033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "426" ],
- "x-ms-client-request-id": [ "4f398b3b-ce66-4ae1-89ca-9e61f916b797" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "798" ],
+ "x-ms-client-request-id": [ "df58cc4e-5bdf-457f-b044-1967db69e09e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12749,41 +11073,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "d3a263f3-6acf-4b07-b9c5-880ce26f8d55", "8d2a6ca2-d675-4912-86aa-f730d839495d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "a49abab9-6369-4164-9be9-031f2a55adb7" ],
+ "x-ms-correlation-request-id": [ "a49abab9-6369-4164-9be9-031f2a55adb7" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000451Z:a49abab9-6369-4164-9be9-031f2a55adb7" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0a7a9fdc-1991-4ced-910b-2b85116bb81c" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "33ad71be-9272-46cf-b30e-85d9aaa5c4ef" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011517Z:33ad71be-9272-46cf-b30e-85d9aaa5c4ef" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3B8A498A39BD4176BD217CADE0C91FB9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:16Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:17 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 884F6E6F480B420FA5282B2A403D1C6D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:51Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1165" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "13689" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-k0vbul5y8x\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5225ee3a-a446-43f5-b3df-c1fa272ecccf\"}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508079,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508076,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "427" ],
- "x-ms-client-request-id": [ "7499df9b-297e-4bd3-98b4-1ee4bba00b7f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "799" ],
+ "x-ms-client-request-id": [ "0c4b40e0-0c4c-4f68-8d22-cbb70aece950" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12795,40 +11118,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "acfaa193-1bb9-4f48-8932-bf030b406634" ],
+ "x-ms-request-id": [ "d6498afb-a446-4193-bff8-8a2a6e481195" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "d5345a30-8cf8-4a09-af20-afc5417f8ef5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011518Z:d5345a30-8cf8-4a09-af20-afc5417f8ef5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "48a7d7a0-2867-46be-8dbf-cd952557fa74" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000451Z:48a7d7a0-2867-46be-8dbf-cd952557fa74" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AA887A614296409C97D074FD1FC10471 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:17Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:17 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1C780C791E7C4AFFAFDABDA546DDE22F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:51Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4053" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web\",\"name\":\"Functions-Java-k0vbul5y8x\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"17\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "428" ],
- "x-ms-client-request-id": [ "1f705d5a-0935-4caa-9091-7aa9e428c76c" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "800" ],
+ "x-ms-client-request-id": [ "4a0406ea-6570-40fa-abd2-41ffff6a4671" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12840,40 +11163,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "940972ba-a691-4773-9a21-3067d6276144" ],
+ "x-ms-request-id": [ "d49c9c79-a878-4431-98a1-e7dfbd3786db" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "612f6162-0683-4062-b8dc-e7deaa5103ea" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011518Z:612f6162-0683-4062-b8dc-e7deaa5103ea" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "659c6604-9313-46a6-84ec-670aad0dda01" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000452Z:659c6604-9313-46a6-84ec-670aad0dda01" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0C355E3F87034FA2ADF395B1E92D1B28 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:18Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:18 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3C79127C415D4A1683A07DE0D1BB9B8F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1165" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-k0vbul5y8x\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5225ee3a-a446-43f5-b3df-c1fa272ecccf\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "429" ],
- "x-ms-client-request-id": [ "012f088a-e165-4178-ba5a-b3f11a7664a5" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "801" ],
+ "x-ms-client-request-id": [ "cf977a1b-6433-456b-81fe-e0cd88dd85c6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12884,42 +11207,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37861325CF5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bc603a46-44bc-49b1-b482-dc97bdeff5e9" ],
+ "x-ms-request-id": [ "6b626bfd-1860-4d0c-bb03-1edc187c02c3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "1a8c0fde-fb6d-486d-b32c-69e15415ffe2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011520Z:1a8c0fde-fb6d-486d-b32c-69e15415ffe2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "56e3c7d8-096d-4384-86bf-546b2bbbc426" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000452Z:56e3c7d8-096d-4384-86bf-546b2bbbc426" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CA704642EDFC423DA66FD251697A1F27 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:19Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:19 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8A7618C27D2747C6B15FAFE75A5AE9D4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7229" ],
+ "Content-Length": [ "1758" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x\",\"name\":\"Functions-Java-k0vbul5y8x\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-Java-k0vbul5y8x\",\"state\":\"Running\",\"hostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-Java-k0vbul5y8x\",\"repositorySiteName\":\"Functions-Java-k0vbul5y8x\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-java-k0vbul5y8x.azurewebsites.net\",\"functions-java-k0vbul5y8x.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-k0vbul5y8x.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-java-k0vbul5y8x.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:14:35.5033333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-Java-k0vbul5y8x\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-Java-k0vbul5y8x\\\\$Functions-Java-k0vbul5y8x\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-java-k0vbul5y8x.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97020,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97020\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:04:22.9633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01+6": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "430" ],
- "x-ms-client-request-id": [ "92164cff-5a5c-4ffc-a75c-52fe21d7619b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "802" ],
+ "x-ms-client-request-id": [ "fb307c99-158c-468a-acb6-62ccce785fae" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12931,40 +11253,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "122feab4-14b8-4a85-9db0-94b62b20afd3" ],
+ "x-ms-request-id": [ "26ce01bb-071b-4777-bef3-2bbe66b25ef5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "edee2e1a-da2c-4c0d-af69-3e05c716bf77" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011520Z:edee2e1a-da2c-4c0d-af69-3e05c716bf77" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7d05ee4c-1a37-4344-9edf-4c1a92283fcd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000452Z:7d05ee4c-1a37-4344-9edf-4c1a92283fcd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 57134353BCC74DD894FEE024D0DC58E3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 28331FEEDC304610B9CF07F2C30E3C6F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1165" ],
+ "Content-Length": [ "1740" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"java\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-java-k0vbul5y8x\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"5225ee3a-a446-43f5-b3df-c1fa272ecccf\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":89795,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-229_89795\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:01:10.5366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "431" ],
- "x-ms-client-request-id": [ "2c62d89d-448a-4d7c-9eb4-dd378d8a9b63" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "803" ],
+ "x-ms-client-request-id": [ "b199c7f3-e16f-493b-bc8a-75b9d548928b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -12976,40 +11298,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9ae58551-4a41-4f4b-88ec-dff870131170" ],
+ "x-ms-request-id": [ "89be4bab-c69d-4810-ba2a-ce2c9acca4d7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "f62a205c-2b38-448e-b392-32f74c7de3c5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011521Z:f62a205c-2b38-448e-b392-32f74c7de3c5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "071d869d-149a-4f46-8d9b-f7a902ed4377" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000453Z:071d869d-149a-4f46-8d9b-f7a902ed4377" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A982AC3FA758437F81008D9B6586AD99 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9770F0EB71754E7F8A171E4BC3679195 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:53 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4053" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x/config/web\",\"name\":\"Functions-Java-k0vbul5y8x\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":\"None\",\"use32BitWorkerProcess\":true,\"webSocketsEnabled\":false,\"alwaysOn\":false,\"javaVersion\":\"17\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Java 17 Function App hosted in a Premium plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+8": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-Java-k0vbul5y8x?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "432" ],
- "x-ms-client-request-id": [ "6e40b8af-341f-4aae-8395-ff48f5c3468b" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "804" ],
+ "x-ms-client-request-id": [ "ee6efc49-4e4e-4421-934b-2b5311bc9424" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13020,39 +11342,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37861325CF5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "18c11f83-4b3b-468f-be4f-a0c9d782c8a4" ],
+ "x-ms-request-id": [ "a5a81911-0eff-4748-a74a-b046345cb72e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "b1f69121-efb6-40d9-8175-2baf9271b283" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011533Z:b1f69121-efb6-40d9-8175-2baf9271b283" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6b894352-728f-4f13-9c8b-ce16832058d0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000453Z:6b894352-728f-4f13-9c8b-ce16832058d0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C70F59C2352E4C2C988614A1EDD07827 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 669DCB773B2E4C0F95E1A69FD9418EAA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:53 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "1819" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+9": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "805" ],
+ "x-ms-client-request-id": [ "c2cf0819-2351-4088-97df-c49aef61352f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "70" ]
}
},
"Response": {
@@ -13061,40 +11388,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "86bcc153-bada-4505-886e-5105e16a7fc0" ],
+ "x-ms-request-id": [ "c5e3deb0-addf-4ff1-9a91-ab0d9e22389a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "7dad357d-c192-4931-9fc7-7c98fd549a95" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011534Z:7dad357d-c192-4931-9fc7-7c98fd549a95" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "c40b7308-2448-495d-8c25-d38d437e11cb" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000453Z:c40b7308-2448-495d-8c25-d38d437e11cb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 91945FD3E692494E957FB1F22E594400 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A9A8CA0B04DB40F2B171D89B5E111382 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:53 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+10": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "434" ],
- "x-ms-client-request-id": [ "1fa46b99-db83-48b2-8826-71cfab8a7d23" ],
+ "x-ms-unique-id": [ "806" ],
+ "x-ms-client-request-id": [ "aaac4ee4-7fd8-461c-b14f-beb1f75d4cbe" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13106,40 +11433,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bcef2ba0-c66f-4793-bd8d-90da78310c79" ],
+ "x-ms-request-id": [ "64b742a8-fc4a-46ee-9977-dec8c6d11a07" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "92f8e61c-8408-4076-b455-fc27cedfa8c7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011534Z:92f8e61c-8408-4076-b455-fc27cedfa8c7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9eff9017-bedf-4574-9433-a852ba4d0922" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000454Z:9eff9017-bedf-4574-9433-a852ba4d0922" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CE138419860244FBA6A911F0BC154A31 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FCF3CE25A1F140358A61D325655E2C10 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:54 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":12,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+11": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "435" ],
- "x-ms-client-request-id": [ "7b9e447d-49bd-4178-a4af-b4e220081f50" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "807" ],
+ "x-ms-client-request-id": [ "d58404c3-dd82-4e25-a722-0186ddd56271" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13150,41 +11477,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "82cec851-04b1-45d6-a41d-edd3df9f194e", "4ec82c2e-b522-4f88-a4ba-3c9f60eec350", "8218225a-9578-4f4d-8832-b52b975a945e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "6ed4f48d-e24d-4b32-9d1c-349496924e6a" ],
+ "x-ms-correlation-request-id": [ "6ed4f48d-e24d-4b32-9d1c-349496924e6a" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251115T000455Z:6ed4f48d-e24d-4b32-9d1c-349496924e6a" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4ccd45d8-1a26-42f4-ab79-94f93206c336" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "c14f93c9-a39b-4a83-8087-46a6b0d74701" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011535Z:c14f93c9-a39b-4a83-8087-46a6b0d74701" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BD6FF9166265400AA24EFA049C1C1C26 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3D9E1426881D436EB7B76E21C023B494 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:54Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:55 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+12": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "436" ],
- "x-ms-client-request-id": [ "1bc4d83e-c0fb-48ba-ad73-ae1e84c7a689" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "808" ],
+ "x-ms-client-request-id": [ "332c7b42-8c31-4edc-b4b0-384f5fa5843b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13195,44 +11521,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "a37eeed3-2929-4c2b-85f4-43aedf1c30cd" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9cc2698e-d6ac-489f-917c-74e276d61e48" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ],
- "x-ms-correlation-request-id": [ "e2ed9d10-74d3-41e6-9a8c-8431c25e09d8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011535Z:e2ed9d10-74d3-41e6-9a8c-8431c25e09d8" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/75005c7a-cf5f-406e-9505-3bffee155d84" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "49d5b37d-63dc-4043-b19e-eb4fe0acb05b" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000455Z:49d5b37d-63dc-4043-b19e-eb4fe0acb05b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BECF55204E6F43E38A017F656BDB0785 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EBE81523309344A58E7BF279A674B900 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:55Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:04:55 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-CustomHandler325nikcosm?api-version=2015-05-01+13": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Functions-CustomHandler325nikcosm?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "437" ],
- "x-ms-client-request-id": [ "ecb6198f-a831-4a0d-b93c-d5e19b09575d" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
}
},
"Response": {
@@ -13240,44 +11559,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0d298bdd-1231-47c6-ad82-e4442631026d" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "c08a5779-60db-41c0-a804-8dd19564397d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011536Z:c08a5779-60db-41c0-a804-8dd19564397d" ],
"X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4bd4fcd8-e65a-4cd8-b770-1953515dc2d2" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "82e3e52d-7c2f-46f5-80a7-aabc285e2c49" ],
+ "x-ms-correlation-request-id": [ "82e3e52d-7c2f-46f5-80a7-aabc285e2c49" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000501Z:82e3e52d-7c2f-46f5-80a7-aabc285e2c49" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BCCED1D345D34B13AF0AA51DA68BF53C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C74FBAF1CF264FD6A84834F5D8319121 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:04:55Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:05:01 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1672" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30005779-0000-0300-0000-6917c3ad0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-CustomHandler325nikcosm\",\r\n \"name\": \"Functions-CustomHandler325nikcosm\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-CustomHandler325nikcosm\",\r\n \"AppId\": \"6cb10d77-b206-4054-875d-5578f21336b7\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"cfab69d9-6bd2-4e8c-98e8-f6e8f65cef77\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Functions-CustomHandler325nikcosm\",\r\n \"CreationDate\": \"2025-11-15T00:04:56.5740499+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-customhandler325nikcosm_6cb10d77-b206-4054-875d-5578f21336b7_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-CustomHandler325nikcosm-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01+14": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"custom\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customhandler325nikcosm\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "438" ],
- "x-ms-client-request-id": [ "8afe6cfd-48ef-4ab9-8d3e-1f7205cb727b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1677" ]
}
},
"Response": {
@@ -13285,42 +11601,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C37E12074B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "73021912-23ae-4076-86ba-23921c0c0ca4" ],
+ "x-ms-request-id": [ "85e6d4dc-8ada-45cd-be8b-dadfc5cf3908" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "f1c2f705-7b7f-4854-b03b-e6f1359111bb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011536Z:f1c2f705-7b7f-4854-b03b-e6f1359111bb" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0409155f-b2cd-4f99-b15f-db1684fa3cfc" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "a4b83517-0b8d-408d-83b2-2e45496f3bb7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000543Z:a4b83517-0b8d-408d-83b2-2e45496f3bb7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4EA486753E294CB3B11178EA021C4BFC Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 14C545D520F149098578E9AF34D48620 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:05:01Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:05:43 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "8468" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm\",\"name\":\"Functions-CustomHandler325nikcosm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandler325nikcosm\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-CustomHandler325nikcosm\",\"repositorySiteName\":\"Functions-CustomHandler325nikcosm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\",\"functions-customhandler325nikcosm.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-customhandler325nikcosm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandler325nikcosm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:05:02.9833333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandler325nikcosm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-CustomHandler325nikcosm\\\\$Functions-CustomHandler325nikcosm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-customhandler325nikcosm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01+15": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "439" ],
- "x-ms-client-request-id": [ "eab8d385-0a2a-4575-a40e-dc1e3cd899a6" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "811" ],
+ "x-ms-client-request-id": [ "7b57efc4-cfa2-40d1-98d0-ed2fc6333555" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -13330,39 +11647,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "fab4b03c-4ed2-4dca-9e8d-9eee1feaa8bc" ],
+ "ETag": [ "\"1DC55C395C15CD5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "5ace2bd0-d3a4-44fd-b70f-c83dd89da063" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011536Z:5ace2bd0-d3a4-44fd-b70f-c83dd89da063" ],
+ "x-ms-request-id": [ "b75d2cf7-a469-446b-8f74-3c876e9d9075" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6f22074b-0680-4921-b7b9-0d7235864028" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000614Z:6f22074b-0680-4921-b7b9-0d7235864028" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: ECEA89285B704C948075DC19B7011035 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3599B6E10E994115874C450EE3BEF3DE Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:13 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8442" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm\",\"name\":\"Functions-CustomHandler325nikcosm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandler325nikcosm\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-CustomHandler325nikcosm\",\"repositorySiteName\":\"Functions-CustomHandler325nikcosm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\",\"functions-customhandler325nikcosm.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-customhandler325nikcosm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandler325nikcosm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:05:43.3733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandler325nikcosm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-CustomHandler325nikcosm\\\\$Functions-CustomHandler325nikcosm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-customhandler325nikcosm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01+16": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "440" ],
- "x-ms-client-request-id": [ "3aed07e2-9811-4ff3-8b07-1cbb18715ef4" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "812" ],
+ "x-ms-client-request-id": [ "d10f0349-a10a-40e7-95c8-1d2638027961" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13373,37 +11693,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "d5a2f27b-3684-416f-9e21-7d1c57d7eb99" ],
+ "ETag": [ "\"1DC55C395C15CD5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "816c0f83-2871-48c6-ace1-b6732c96a672" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011536Z:816c0f83-2871-48c6-ace1-b6732c96a672" ],
+ "x-ms-request-id": [ "f8520677-9769-4c8e-ac64-a19b355ed125" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a8bb74db-7a26-44d2-9dfa-adaf804ab373" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000614Z:a8bb74db-7a26-44d2-9dfa-adaf804ab373" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B43C83A0BEED4B048E84675076FBC545 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E42918B07FEF4F59990856D4DC654D90 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "8442" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm\",\"name\":\"Functions-CustomHandler325nikcosm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandler325nikcosm\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-CustomHandler325nikcosm\",\"repositorySiteName\":\"Functions-CustomHandler325nikcosm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\",\"functions-customhandler325nikcosm.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-customhandler325nikcosm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandler325nikcosm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:05:43.3733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandler325nikcosm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-CustomHandler325nikcosm\\\\$Functions-CustomHandler325nikcosm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-customhandler325nikcosm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-CustomHandleresz8ym7unv?api-version=2015-05-01+9": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01+17": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-CustomHandleresz8ym7unv?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}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "813" ],
+ "x-ms-client-request-id": [ "1c7bc735-ff84-41f8-9d13-ba4d6d432def" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
}
},
"Response": {
@@ -13411,40 +11739,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "9f2b22df-0f8b-4b9d-a4a6-ab7e96f1ed91" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "551b2901-5d05-4427-9c11-08febb7bd466" ],
- "x-ms-correlation-request-id": [ "551b2901-5d05-4427-9c11-08febb7bd466" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011538Z:551b2901-5d05-4427-9c11-08febb7bd466" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/adb10d49-9c04-4bea-b598-23e661ca6d18" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "534356ea-ce94-4b75-b674-331cde04255f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000614Z:534356ea-ce94-4b75-b674-331cde04255f" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AF45E7103D2C4D6DA7BC623A46EE99F3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:15:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A9964080F4234815808699AB38715FD1 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1403" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "1174" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-CustomHandleresz8ym7unv\",\r\n \"name\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800af68-0000-0300-0000-6674d43a0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"AppId\": \"1c45451a-114b-4566-8dab-7f99116847c0\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"225cfc17-b4a8-4f0d-bc50-ff3d02783c68\",\r\n \"ConnectionString\": \"InstrumentationKey=225cfc17-b4a8-4f0d-bc50-ff3d02783c68;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=1c45451a-114b-4566-8dab-7f99116847c0\",\r\n \"Name\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"CreationDate\": \"2024-06-21T01:15:38.2030237+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandler325nikcosm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01+10": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web?api-version=2023-12-01+18": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"custom\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-customhandleresz8ym7unv\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"225cfc17-b4a8-4f0d-bc50-ff3d02783c68\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "814" ],
+ "x-ms-client-request-id": [ "7139a544-0f4a-49db-95cb-721df5522fc1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1749" ]
}
},
"Response": {
@@ -13452,43 +11784,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37889C400EB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "26adbfaf-0c5f-430a-961a-6ae48655e9b1" ],
+ "x-ms-request-id": [ "cc61cdb9-74f7-4ade-8fc1-064612296866" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "1ea335ee-5c5d-4eaa-ae47-6d5bd39ca8c3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011608Z:1ea335ee-5c5d-4eaa-ae47-6d5bd39ca8c3" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/45b7021d-b0a9-451c-a96a-863300988989" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e7bc3767-18da-450f-a4b6-ddaa2d6aa732" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000615Z:e7bc3767-18da-450f-a4b6-ddaa2d6aa732" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 91B655010E9C4FD190F0654C7BF5A6D7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:15:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:07 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DF6F6998BA604EB3B3C72493A5CF70F7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7545" ],
+ "Content-Length": [ "4184" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv\",\"name\":\"Functions-CustomHandleresz8ym7unv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandleresz8ym7unv\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-CustomHandleresz8ym7unv\",\"repositorySiteName\":\"Functions-CustomHandleresz8ym7unv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"functions-customhandleresz8ym7unv.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-customhandleresz8ym7unv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandleresz8ym7unv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:15:43.0333333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandleresz8ym7unv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-CustomHandleresz8ym7unv\\\\$Functions-CustomHandleresz8ym7unv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web\",\"name\":\"Functions-CustomHandler325nikcosm\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01+11": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01+19": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "443" ],
- "x-ms-client-request-id": [ "b0591f92-170a-46a3-ae45-c5c90f07a854" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "815" ],
+ "x-ms-client-request-id": [ "9a1b9eda-b313-41d9-b1c1-e16fd362030b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -13498,42 +11830,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3789850AC8B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b6ca20c9-bf0a-42c7-926a-bcf9791469d1" ],
+ "x-ms-request-id": [ "18f167ea-0ff4-402e-99e1-c0b8ff9f77cc" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "d0b970b8-5c77-4543-8e79-6c494cb6f7c9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011638Z:d0b970b8-5c77-4543-8e79-6c494cb6f7c9" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/67e6bc3f-0c3f-412c-a728-a2b98e133581" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a04d09ff-3959-4ef9-8fa0-f49c6c659cce" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000615Z:a04d09ff-3959-4ef9-8fa0-f49c6c659cce" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 93C4E066003747DF9CA7B65E6AB1767D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A76806AF78BD4976A427F85BD98FEAB8 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7341" ],
+ "Content-Length": [ "1174" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv\",\"name\":\"Functions-CustomHandleresz8ym7unv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandleresz8ym7unv\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-CustomHandleresz8ym7unv\",\"repositorySiteName\":\"Functions-CustomHandleresz8ym7unv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"functions-customhandleresz8ym7unv.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-customhandleresz8ym7unv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandleresz8ym7unv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:16:07.9766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandleresz8ym7unv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-CustomHandleresz8ym7unv\\\\$Functions-CustomHandleresz8ym7unv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandler325nikcosm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01+12": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01+20": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "444" ],
- "x-ms-client-request-id": [ "4888a47f-0301-46ff-af06-8f141949525a" ],
+ "x-ms-unique-id": [ "816" ],
+ "x-ms-client-request-id": [ "052203b7-689e-466c-b276-fd95783c5ec2" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13544,42 +11875,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3789850AC8B\"" ],
+ "ETag": [ "\"1DC55C395C15CD5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "32a0998a-ebdb-4ec3-9cef-8e6180d94d46" ],
+ "x-ms-request-id": [ "4cd17c3e-9bb9-493b-933b-58f2a1c69fca" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "5a8633e5-ac44-43a5-a98b-919bfa14ea0f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011639Z:5a8633e5-ac44-43a5-a98b-919bfa14ea0f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b85ed587-85a8-444b-a1bd-2af4b2abff38" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000615Z:b85ed587-85a8-444b-a1bd-2af4b2abff38" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B256E3F7C01B4A92AD1D2D03822DD941 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 4B63DC0650E84B42BC7A71F4AB44F3FC Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7341" ],
+ "Content-Length": [ "8442" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv\",\"name\":\"Functions-CustomHandleresz8ym7unv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandleresz8ym7unv\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-CustomHandleresz8ym7unv\",\"repositorySiteName\":\"Functions-CustomHandleresz8ym7unv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"functions-customhandleresz8ym7unv.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-customhandleresz8ym7unv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandleresz8ym7unv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:16:07.9766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandleresz8ym7unv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-CustomHandleresz8ym7unv\\\\$Functions-CustomHandleresz8ym7unv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm\",\"name\":\"Functions-CustomHandler325nikcosm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandler325nikcosm\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-CustomHandler325nikcosm\",\"repositorySiteName\":\"Functions-CustomHandler325nikcosm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\",\"functions-customhandler325nikcosm.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-customhandler325nikcosm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandler325nikcosm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:05:43.3733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandler325nikcosm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-CustomHandler325nikcosm\\\\$Functions-CustomHandler325nikcosm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-customhandler325nikcosm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01+21": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "445" ],
- "x-ms-client-request-id": [ "8d08c6a0-a2d5-4b5e-8832-a01f08c0470a" ],
+ "x-ms-unique-id": [ "817" ],
+ "x-ms-client-request-id": [ "e9132384-15a9-416e-beb0-3f4cd760c915" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13591,40 +11922,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "50ef6764-3e92-4304-89e3-41cfebc91fcf" ],
+ "x-ms-request-id": [ "b019530c-ca13-40d6-bc50-723262ec4ff6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "1c41116a-6d6a-40d8-867a-a2959e0bee62" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011639Z:1c41116a-6d6a-40d8-867a-a2959e0bee62" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1a9fe4b7-f7a8-4aad-a702-2815a65d9718" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "52723c28-a329-4734-9c97-2352684f8ffa" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000616Z:52723c28-a329-4734-9c97-2352684f8ffa" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 63B61EFC377848F5863BDA505817C99F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E249AECC0A3040D9B682BA41D58C3BE5 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1174" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandleresz8ym7unv\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"225cfc17-b4a8-4f0d-bc50-ff3d02783c68\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandler325nikcosm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "446" ],
- "x-ms-client-request-id": [ "0f88cab2-7ac8-441c-8f1c-e98a12e2e698" ],
+ "x-ms-unique-id": [ "818" ],
+ "x-ms-client-request-id": [ "0f1c4668-8139-4d21-8e9a-8e9ebe26b437" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13636,40 +11967,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f55a114d-da2f-46f0-bee5-3f9364564395" ],
+ "x-ms-request-id": [ "e3a36689-a437-4933-813d-0934ae8ee0b0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "79e9973f-cf9c-4dad-9d77-280d43ad2b48" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011639Z:79e9973f-cf9c-4dad-9d77-280d43ad2b48" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d11e247b-f588-42da-925d-40559280e2d2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "472c2c90-b58c-4299-87e2-d0f845e1235a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000617Z:472c2c90-b58c-4299-87e2-d0f845e1235a" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E812EE51B3A147F4967402D0BE1C5EBE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F2422328D1C2415FB8A82A42BBA0BA9B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
+ "Content-Length": [ "4184" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/web\",\"name\":\"Functions-CustomHandleresz8ym7unv\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web\",\"name\":\"Functions-CustomHandler325nikcosm\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings/list?api-version=2023-12-01+15": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01+23": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "447" ],
- "x-ms-client-request-id": [ "fe49c6f3-7f07-4366-b0e6-e0941f67ca31" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "819" ],
+ "x-ms-client-request-id": [ "ab0e6eff-1782-4a6c-818d-d3333229c9db" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13680,41 +12012,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C395C15CD5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "87d91262-a289-4177-a2fb-436d822bca93" ],
+ "x-ms-request-id": [ "18b0bc09-dc6b-4ff9-9d37-98eeb59cc79a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "06301535-20b3-4f35-98c9-bf551f3e39cc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011640Z:06301535-20b3-4f35-98c9-bf551f3e39cc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e4dd801f-0be7-40a5-9b2b-6d3c30cab007" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000617Z:e4dd801f-0be7-40a5-9b2b-6d3c30cab007" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F59621F033B74226AA40E4463C2C17B2 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D18798991C9D4315876CF819C2A9DB24 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "8442" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandleresz8ym7unv\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"225cfc17-b4a8-4f0d-bc50-ff3d02783c68\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm\",\"name\":\"Functions-CustomHandler325nikcosm\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandler325nikcosm\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Functions-CustomHandler325nikcosm\",\"repositorySiteName\":\"Functions-CustomHandler325nikcosm\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandler325nikcosm.azurewebsites.net\",\"functions-customhandler325nikcosm.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-customhandler325nikcosm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandler325nikcosm.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:05:43.3733333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandler325nikcosm\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Functions-CustomHandler325nikcosm\\\\$Functions-CustomHandler325nikcosm\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"functions-customhandler325nikcosm.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01+16": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01+24": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "448" ],
- "x-ms-client-request-id": [ "7fbfecf4-ac1d-4d46-b221-0296a194196c" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "820" ],
+ "x-ms-client-request-id": [ "9fafa0a1-8f70-466b-8ec5-a6db16a11f18" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13725,42 +12058,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3789850AC8B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9fb5a5ca-922e-458a-ab05-49da11630667" ],
+ "x-ms-request-id": [ "19691de9-5a78-46c7-83ac-cadf336e0404" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "62e39581-2f49-4455-b4f0-c1ca45992be4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011640Z:62e39581-2f49-4455-b4f0-c1ca45992be4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e7f6a3de-1900-48e2-af61-1abd9fa05b89" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "46369dfc-fa48-4bfb-be48-2d158f531611" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000617Z:46369dfc-fa48-4bfb-be48-2d158f531611" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5DF19DA1B08A4074A3E073C812367CFF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6AD804182ABD4139A1C91193FDB3D5D7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7341" ],
+ "Content-Length": [ "1174" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv\",\"name\":\"Functions-CustomHandleresz8ym7unv\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-CustomHandleresz8ym7unv\",\"state\":\"Running\",\"hostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-CustomHandleresz8ym7unv\",\"repositorySiteName\":\"Functions-CustomHandleresz8ym7unv\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"functions-customhandleresz8ym7unv.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-customhandleresz8ym7unv.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-customhandleresz8ym7unv.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:16:07.9766667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-CustomHandleresz8ym7unv\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-CustomHandleresz8ym7unv\\\\$Functions-CustomHandleresz8ym7unv\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-customhandleresz8ym7unv.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandler325nikcosm\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings/list?api-version=2023-12-01+17": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web?api-version=2023-12-01+25": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "449" ],
- "x-ms-client-request-id": [ "76688c1f-16d9-4329-988b-f4c330cf1402" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "821" ],
+ "x-ms-client-request-id": [ "701f8174-4272-48c5-8573-2fd681d8c2df" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13772,40 +12104,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b9c81784-0b84-4320-af87-108c40bf6ee8" ],
+ "x-ms-request-id": [ "2a29af7d-7929-45bd-b3ea-be8331a22a45" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "21e43c0b-df0b-41bc-af82-8a8f13dc2f1b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011641Z:21e43c0b-df0b-41bc-af82-8a8f13dc2f1b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8ff97183-3052-41c4-9f21-3d91cdf86505" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5cf73106-4da9-4e56-a0c1-97ddfde2c099" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000618Z:5cf73106-4da9-4e56-a0c1-97ddfde2c099" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C749D72B4A06467C9456F9B164CE4063 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9C616B679B4B4AA0A6874F344201F894 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "4184" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"custom\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-customhandleresz8ym7unv\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"225cfc17-b4a8-4f0d-bc50-ff3d02783c68\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm/config/web\",\"name\":\"Functions-CustomHandler325nikcosm\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/web?api-version=2023-12-01+18": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+26": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "450" ],
- "x-ms-client-request-id": [ "ee0b1e31-2aa9-4532-9220-a4f8a5a45ab1" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "822" ],
+ "x-ms-client-request-id": [ "0abfc698-70e9-4156-b6b2-8534929981cf" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13817,40 +12150,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "8cde8120-24e7-47a7-a8b5-38ff11ebe8f2" ],
+ "x-ms-request-id": [ "c2b847d8-0b14-4418-ad35-16bdb9c6137f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "a3915b6e-e497-481d-88c9-1cee9d0b4e8a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011641Z:a3915b6e-e497-481d-88c9-1cee9d0b4e8a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d01fcd63-28ce-4c41-9978-8196048a2f92" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000618Z:d01fcd63-28ce-4c41-9978-8196048a2f92" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9CF8E92A688349BEAB4624CF953B4AA9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9B99AF63BD184DC7AAFA255CB7ADF7DD Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv/config/web\",\"name\":\"Functions-CustomHandleresz8ym7unv\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+19": {
+ "New-AzFunctionApp+[NoContext]+Create v4 Windows Custom Function App hosted in a Premium plan.+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+27": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-CustomHandleresz8ym7unv?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Functions-CustomHandler325nikcosm?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "451" ],
- "x-ms-client-request-id": [ "3a07ca33-a213-4186-b406-280bf51cafc8" ],
+ "x-ms-unique-id": [ "823" ],
+ "x-ms-client-request-id": [ "9fd92c14-a837-4765-9ef1-d5923781c0ce" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
"FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -13861,19 +12194,20 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3789850AC8B\"" ],
+ "ETag": [ "\"1DC55C395C15CD5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0716b13f-0c9f-4914-bae9-1bda36f22dd2" ],
+ "x-ms-request-id": [ "94630332-2098-49e8-9514-499880f98f21" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "c8aa1bb3-c37f-4cdd-88d3-c2770d90fd03" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011653Z:c8aa1bb3-c37f-4cdd-88d3-c2770d90fd03" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2ad4a907-334d-4bc8-aecf-d7e777f4140b" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "a7b39439-f31d-43e5-9947-204be0e5c644" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000628Z:a7b39439-f31d-43e5-9947-204be0e5c644" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 07D84BA6A4E04897BDC0ED60DACD6710 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:52 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DE6519947E5F42B5A98C0929AA97CB55 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:28 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
@@ -13887,7 +12221,7 @@
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -13902,17 +12236,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f08301f1-87c8-4694-bbd3-f58f238a5d42" ],
+ "x-ms-request-id": [ "ee8ad5e3-95bc-4e84-8293-61b4b681d2fe" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "57e1b8ab-8c8d-42cc-a37a-37f0d0bf17b8" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011654Z:57e1b8ab-8c8d-42cc-a37a-37f0d0bf17b8" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/6c81abb5-5159-4fff-bd2d-446a9170080e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d213993b-d933-435e-a987-75053335d8bd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000628Z:d213993b-d933-435e-a987-75053335d8bd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D43494FE9280473C8347B68DD9AA126C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:53Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:53 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6DBF8619EE064C91B4B305994E63874E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:28Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:28 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -13927,7 +12262,7 @@
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Functions-TestAppName-6n1b0q3ctu\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
@@ -13942,17 +12277,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0ab2b803-806d-463c-9a7f-8add6d0a53ff" ],
+ "x-ms-request-id": [ "8f9dba0a-70db-48d2-87ca-6c9330c97061" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "7894c81a-79ea-456e-b0db-0452eeffb7e7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011655Z:7894c81a-79ea-456e-b0db-0452eeffb7e7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/086dbc4f-ec8c-4c04-986c-37283b55c099" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f5c7b09c-e98c-4842-8e84-2c4e0b27cb46" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000629Z:f5c7b09c-e98c-4842-8e84-2c4e0b27cb46" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 10B2F31658954E6BB2453C9220D57CDD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:54Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:54 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FF90954B40D440BDBD4B638B7FF6E346 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:28Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:29 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -13963,4 +12299,4 @@
"isContentBase64": false
}
}
-}
\ No newline at end of file
+}
diff --git a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Tests.ps1 b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Tests.ps1
index 586fb3c391f8..31278c00ecc8 100644
--- a/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Tests.ps1
+++ b/src/Functions/Functions.Autorest/test/New-AzFunctionApp.Tests.ps1
@@ -17,18 +17,31 @@ Describe 'New-AzFunctionApp' {
It 'CustomDockerImage' {
- $functionName = $env.functionNameContainer
+ $appName = $env.functionNameContainer
+ Write-Verbose "App name: $appName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameLinuxPremium
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $planName = $env.planNameWorkerTypeLinux
+ Write-Verbose "Plan name: $planName" -Verbose
+
+ $storageAccountName = $env.storageAccountLinux
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
$expectedLinuxFxVersion = "DOCKER|divyag2411/test:customcontainer"
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameLinuxPremium `
- -PlanName $env.planNameWorkerTypeLinux `
- -StorageAccount $env.storageAccountLinux `
+ Write-Verbose "Creating function app with a custom docker image" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
-DockerImageName "divyag2411/test:customcontainer"
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxPremium
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be "Linux"
$functionApp.Runtime | Should -Be "Custom Image"
$functionApp.SiteConfig.LinuxFxVersion | Should -Be $expectedLinuxFxVersion
@@ -39,10 +52,12 @@ Describe 'New-AzFunctionApp' {
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxPremium -ErrorAction SilentlyContinue
+ Write-Verbose "Delete the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
@@ -88,7 +103,7 @@ Describe 'New-AzFunctionApp' {
},
@{
"Runtime" = "DotNet-Isolated"
- "RuntimeVersion" = "6"
+ "RuntimeVersion" = "9"
"StorageAccountName" = $env.storageAccountWindows
"ResourceGroupName" = $env.resourceGroupNameWindowsPremium
"Location" = $env.location
@@ -96,7 +111,7 @@ Describe 'New-AzFunctionApp' {
},
@{
"Runtime" = "PowerShell"
- "RuntimeVersion" = "7.2"
+ "RuntimeVersion" = "7.4"
"StorageAccountName" = $env.storageAccountWindows
"ResourceGroupName" = $env.resourceGroupNameWindowsPremium
"Location" = $env.location
@@ -104,7 +119,7 @@ Describe 'New-AzFunctionApp' {
},
@{
"Runtime" = "Java"
- "RuntimeVersion" = "17"
+ "RuntimeVersion" = "21"
"StorageAccountName" = $env.storageAccountWindows
"ResourceGroupName" = $env.resourceGroupNameWindowsPremium
"Location" = $env.location
@@ -112,19 +127,11 @@ Describe 'New-AzFunctionApp' {
},
@{
"Runtime" = "Node"
- "RuntimeVersion" = "18"
+ "RuntimeVersion" = "22"
"StorageAccountName" = $env.storageAccountWindows
"ResourceGroupName" = $env.resourceGroupNameWindowsPremium
"Location" = $env.location
"ExpectedOSType" = "Windows"
- },
- @{
- "Runtime" = "Python"
- "RuntimeVersion" = "3.10"
- "StorageAccountName" = $env.storageAccountLinux
- "ResourceGroupName" = $env.resourceGroupNameLinuxPremium
- "Location" = $env.location
- "ExpectedOSType" = "Linux"
}
)
@@ -145,13 +152,20 @@ Describe 'New-AzFunctionApp' {
try
{
- $functionName = $env.functionNameTestApp
-
- &{
+ $appName = $env.functionNameTestApp
+ Write-Verbose "App name: $appName" -Verbose
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Location: $location" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
+
+ & {
# We use -WhatIf which performs all the inputs validation for the function app creation, and we return right before sending the request to the backend
if ($runtimeVersion)
{
- New-AzFunctionApp -Name $functionName `
+ Write-Verbose "Create function app with runtime version" -Verbose
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-Location $location `
-StorageAccountName $storageAccountName `
@@ -161,7 +175,8 @@ Describe 'New-AzFunctionApp' {
}
else
{
- New-AzFunctionApp -Name $functionName `
+ Write-Verbose "Create function app without runtime version" -Verbose
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-Location $location `
-StorageAccountName $storageAccountName `
@@ -173,6 +188,7 @@ Describe 'New-AzFunctionApp' {
$logFileContent = Get-Content -Path $filePath -Raw
+ Write-Verbose "Validate the default FunctionsVersion and OSType" -Verbose
$expectectedFunctionsVersionWarning = "FunctionsVersion not specified. Setting default value to '$expectedFunctionsVersion'."
$expectectedOSTypeWarning = "OSType not specified. Setting default value to '$expectedOSType'."
@@ -182,6 +198,7 @@ Describe 'New-AzFunctionApp' {
}
finally
{
+ Write-Verbose "Cleaning up the verbose output log file..." -Verbose
if (Test-Path $filePath)
{
Remove-Item $filePath -Force -ErrorAction SilentlyContinue
@@ -195,13 +212,11 @@ Describe 'New-AzFunctionApp' {
$runtimeVersionNotSupported = @{
"Linux" = @{
"4" = @{
- "Node" = "10"
"Python" = "3.6"
}
}
"Windows" = @{
"4" = @{
- "Node" = "10"
"PowerShell" = "6.2"
}
}
@@ -218,8 +233,16 @@ Describe 'New-AzFunctionApp' {
foreach ($runtime in $runtimeVersionNotSupported[$OSType][$functionsVersion].Keys)
{
- $functionName = $env.functionNameTestApp
+ $appName = $env.functionNameTestApp
$runtimeVersion = $runtimeVersionNotSupported[$OSType][$functionsVersion][$runtime]
+ Write-Verbose "App name: $appName" -Verbose
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Plan name: $planName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
+ Write-Verbose "OSType: $OSType" -Verbose
+ Write-Verbose "FunctionsVersion: $functionsVersion" -Verbose
$expectedErrorMessage = "Runtime '$runtime' version '$runtimeVersion' in Functions version '$functionsVersion' on '$OSType' is not supported."
$errorId = "RuntimeVersionNotSupported"
@@ -229,7 +252,7 @@ Describe 'New-AzFunctionApp' {
$myError = $null
try
{
- New-AzFunctionApp -Name $functionName `
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-PlanName $planName `
-StorageAccountName $storageAccountName `
@@ -242,10 +265,13 @@ Describe 'New-AzFunctionApp' {
}
catch
{
+ Write-Verbose "Catch the expected exception" -Verbose
$myError = $_
}
+ Write-Verbose "Validate FullyQualifiedErrorId" -Verbose
$myError.FullyQualifiedErrorId | Should Be $errorId
+ Write-Verbose "Validate Exception.Message" -Verbose
$myError.Exception.Message | Should Match $expectedErrorMessage
}
}
@@ -259,6 +285,7 @@ Describe 'New-AzFunctionApp' {
$expectedErrorMessage = "Runtime 'Go' is not supported. Currently supported runtimes: 'Custom', 'DotNet', 'DotNet-Isolated', 'Java', 'Node', 'PowerShell', 'Python'."
try
{
+ Write-Verbose "Create function app with an invalid runtime" -Verbose
New-AzFunctionApp -Name $env.functionNameTestApp `
-ResourceGroupName $env.resourceGroupNameWindowsPremium `
-PlanName $env.planNameWorkerTypeWindows `
@@ -267,40 +294,65 @@ Describe 'New-AzFunctionApp' {
}
catch
{
+ Write-Verbose "Catch the expected exception" -Verbose
$myError = $_
}
+ Write-Verbose "Validate FullyQualifiedErrorId" -Verbose
$myError.FullyQualifiedErrorId | Should Be $errorId
+ Write-Verbose "Validate Exception.Message" -Verbose
$myError.Exception.Message | Should Match $expectedErrorMessage
}
It "Linux functions apps should not set the 'WEBSITE_NODE_DEFAULT_VERSION' app setting" {
- $functionName = $env.functionNamePython
+ $appName = $env.functionNamePython
+ Write-Verbose "App name: $appName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameLinuxPremium
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $storageAccountName = $env.storageAccountLinux
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
+ $planName = $env.planNameWorkerTypeLinux
+ Write-Verbose "Plan name: $planName" -Verbose
+
+ $runtime = "python"
+ Write-Verbose "runtime: $runtime" -Verbose
+
+ $runtimeVersion = "3.13"
+ Write-Verbose "Runtime version: $runtimeVersion" -Verbose
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameLinuxPremium `
- -PlanName $env.planNameWorkerTypeLinux `
- -StorageAccount $env.storageAccountLinux `
- -Runtime Python `
- -RuntimeVersion "3.10" `
+ Write-Verbose "Creating Linux function app with Python runtime" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
-FunctionsVersion 4
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxPremium
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be "Linux"
- $functionApp.Runtime | Should -Be "Python"
+ $functionApp.Runtime | Should -Be $runtime
+ $functionApp.SiteConfig.LinuxFxVersion | Should -Be "$runtime|$runtimeVersion"
- $applicationSettings = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxPremium
+ Write-Verbose "Validating app settings..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $resourceGroupName
$applicationSettings.ContainsKey("WEBSITE_NODE_DEFAULT_VERSION") | Should -Be $false
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxPremium -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
@@ -316,7 +368,9 @@ Describe 'New-AzFunctionApp' {
# - Tag values
#
- $functionName = $env.functionNamePowerShell
+ $appName = $env.functionNamePowerShell
+ $resourceGroupName = $env.resourceGroupNameWindowsConsumption
+ $storageAccountName = $env.storageAccountWindows
$location = 'centralus'
$tags = @{
"MyTag1" = "MyTag1Value1"
@@ -329,32 +383,39 @@ Describe 'New-AzFunctionApp' {
"AppSetting3" = ""
}
+ Write-Verbose "App name: $appName" -Verbose
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Location: $location" -Verbose
+ Write-Verbose "Tags: $($tags | Out-String)" -Verbose
+
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsConsumption `
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
-Location $location `
- -StorageAccount $env.storageAccountWindows `
+ -StorageAccount $storageAccountName `
-OSType "Windows" `
-Runtime "PowerShell" `
- -RuntimeVersion "7.2" `
+ -RuntimeVersion "7.4" `
-FunctionsVersion 4 `
-Tag $tags `
-AppSetting $appSetting
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsConsumption
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be "Windows"
$functionApp.Runtime | Should -Be "PowerShell"
$functionApp.Location | Should -Be "Central US"
- # Validate tags
+ Write-Verbose "Validating tags..." -Verbose
foreach ($tagName in $tags.Keys)
{
$functionApp.Tag.AdditionalProperties[$tagName] | Should Be $tags[$tagName]
}
- # Validate app settings
- $applicationSettings = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsConsumption
+ Write-Verbose "Validating app settings..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $env.resourceGroupNameWindowsConsumption
foreach ($appSettingName in $appSetting.Keys)
{
$expectedValue = $appSetting[$appSettingName]
@@ -367,84 +428,123 @@ Describe 'New-AzFunctionApp' {
$applicationSettings[$appSettingName] | Should Be $expectedValue
}
- # Validate WEBSITE_CONTENTSHARE
- $applicationSettings["WEBSITE_CONTENTSHARE"] | Should Match $functionName
+ Write-Verbose "Validating 'WEBSITE_CONTENTSHARE' app setting..." -Verbose
+ $applicationSettings["WEBSITE_CONTENTSHARE"] | Should Match $appName
- # Validate the connection string suffix
+ Write-Verbose "Validating storage account connection string suffix..." -Verbose
$expectedSuffix = GetStorageAccountEndpointSuffix
- foreach ($appSettingName in @("AzureWebJobsStorage", "AzureWebJobsDashboard", "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING"))
+ foreach ($appSettingName in @("AzureWebJobsStorage", "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING"))
{
$applicationSettings[$appSettingName] | Should Match $expectedSuffix
}
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsConsumption -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
It "Create a function app with 'UserAssigned' managed identity " {
- $functionName = $env.functionNamePowerShell
+ $appName = $env.functionNamePowerShell
$identityInfo = $env.identityInfo
+ $resourceGroupName = $env.resourceGroupNameWindowsPremium
+ $storageAccountName = $env.storageAccountWindows
+ $planName = $env.planNameWorkerTypeWindows
+ $runtime = "PowerShell"
+ $runtimeVersion = 7.4
+
+ Write-Verbose "App name: $appName" -Verbose
+ Write-Verbose "IdentityInfo id: $($identityInfo.Id)" -Verbose
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Plan name: $planName" -Verbose
+ Write-Verbose "Tags: $($tags | Out-String)" -Verbose
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
- -PlanName $env.planNameWorkerTypeWindows `
- -StorageAccount $env.storageAccountWindows `
- -Runtime PowerShell `
- -RuntimeVersion "7.2" `
+ Write-Verbose "Creating function app with a UserAssigned managed identity" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
-FunctionsVersion 4 `
-IdentityType UserAssigned `
- -IdentityID $identityInfo.Id
+ -IdentityID $identityInfo.Id `
+ -OSType Windows
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be "Windows"
- $functionApp.Runtime | Should -Be "PowerShell"
+ $functionApp.Runtime | Should -Be $runtime
$functionApp.IdentityType | Should -Be "UserAssigned"
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
It "Create a function app with custom app settings and 'SystemAssigned' managed identity " {
- $functionName = $env.functionNamePowerShell
+ $appName = $env.functionNamePowerShell
+ Write-Verbose "App name: $appName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $planName = $env.planNameWorkerTypeWindows
+ Write-Verbose "Plan name: $planName" -Verbose
+
+ $storageAccountName = $env.storageAccountWindows
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
+ $runtime = "PowerShell"
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ $runtimeVersion = 7.4
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
+
$appSetting = @{}
$appSetting.Add("MyAppSetting1", 98765)
$appSetting.Add("MyAppSetting2", "FooBar")
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
- -PlanName $env.planNameWorkerTypeWindows `
- -StorageAccount $env.storageAccountWindows `
- -Runtime PowerShell `
- -RuntimeVersion "7.2" `
+ Write-Verbose "Creating function app with a SystemAssigned managed identity" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
-FunctionsVersion 4 `
-IdentityType SystemAssigned `
-AppSetting $appSetting
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $env.resourceGroupNameWindowsPremium
$functionApp.OSType | Should -Be "Windows"
- $functionApp.Runtime | Should -Be "PowerShell"
+ $functionApp.Runtime | Should -Be $runtime
$functionApp.IdentityType | Should -Be "SystemAssigned"
# Get app settings
- $applicationSettings = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Validating app settings..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $env.resourceGroupNameWindowsPremium
foreach ($appSettingName in $appSetting.Keys)
{
@@ -453,10 +553,12 @@ Describe 'New-AzFunctionApp' {
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $env.resourceGroupNameWindowsPremium -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
@@ -466,80 +568,142 @@ Describe 'New-AzFunctionApp' {
# Make sure user identiy is available
$expetedErrorId = "IdentityIDIsRequiredForUserAssignedIdentity"
- $functionName = $env.functionNamePowerShell
+ $appName = $env.functionNamePowerShell
+ Write-Verbose "App name: $appName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $planName = $env.planNameWorkerTypeWindows
+ Write-Verbose "Plan name: $planName" -Verbose
+
+ $storageAccountName = $env.storageAccountWindows
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
+ $runtime = "PowerShell"
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ $runtimeVersion = 7.4
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
$scriptblock = {
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
- -PlanName $env.planNameWorkerTypeWindows `
- -StorageAccount $env.storageAccountWindows `
- -Runtime PowerShell `
- -RuntimeVersion "7.2" `
+ Write-Verbose "Creating function app with a UserAssigned managed identity but without IdentityID" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
-FunctionsVersion 4 `
-IdentityType UserAssigned
}
+ Write-Verbose "Validate that the expected expetedErrorId is thrown" -Verbose
$scriptblock | Should -Throw -ErrorId $expetedErrorId
}
It "Validate that creating a DotNet function app in consumption for Linux sets the LinuxFxVersion property" {
- $functionName = $env.functionNameDotNet
+ $appName = $env.functionNameDotNet
+ Write-Verbose "App name: $appName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameLinuxConsumption
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $storageAccountName = $env.storageAccountLinux
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
+ $location = $env.location
+ Write-Verbose "Location: $location" -Verbose
+
+ $runtime = "dotnet"
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ $runtimeVersion = 8
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
+
+ $expectedLinuxFxVersion = "DOTNET|8.0"
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameLinuxConsumption `
- -Location $env.location `
- -StorageAccount $env.storageAccountLinux `
- -Runtime DotNet `
- -RuntimeVersion 6 `
+ Write-Verbose "Creating a DotNet function app in consumption for Linux" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -Location $location `
+ -StorageAccount $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
-FunctionsVersion 4 `
-OSType Linux
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxConsumption
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be "Linux"
- $functionApp.Runtime | Should -Be "DotNet"
- $functionApp.SiteConfig.LinuxFxVersion | Should -Be "dotnet|6.0"
+ $functionApp.Runtime | Should -Be $runtime
+ $functionApp.SiteConfig.LinuxFxVersion | Should -Be $expectedLinuxFxVersion
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameLinuxConsumption -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
It "Validate that creating a function app with -DisableApplicationInsights does not create an Application Insights project." {
- $functionName = $env.functionNamePowerShell
+ $appName = $env.functionNamePowerShell
+ Write-Verbose "App name: $appName" -Verbose
+
+ $resourceGroupName = $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+
+ $planName = $env.planNameWorkerTypeWindows
+ Write-Verbose "Plan name: $planName" -Verbose
+
+ $storageAccountName = $env.storageAccountWindows
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+
+ $runtime = "PowerShell"
+ Write-Verbose "Runtime: $runtime" -Verbose
+
+ $runtimeVersion = 7.4
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
+
+ $appSettingName = "APPLICATIONINSIGHTS_CONNECTION_STRING"
try
{
- New-AzFunctionApp -Name $functionName `
- -ResourceGroupName $env.resourceGroupNameWindowsPremium `
- -PlanName $env.planNameWorkerTypeWindows `
- -StorageAccount $env.storageAccountWindows `
- -Runtime PowerShell `
- -RuntimeVersion 7.2 `
+ Write-Verbose "Creating function app with -DisableApplicationInsights" -Verbose
+ New-AzFunctionApp -Name $appName `
+ -ResourceGroupName $resourceGroupName `
+ -PlanName $planName `
+ -StorageAccount $storageAccountName `
+ -Runtime $runtime `
+ -RuntimeVersion $runtimeVersion `
-FunctionsVersion 4 `
-DisableApplicationInsights
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be "Windows"
$functionApp.Runtime | Should -Be "PowerShell"
- # Get app settings
- $applicationSettings = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium
- $applicationSettings.ContainsKey("APPINSIGHTS_INSTRUMENTATIONKEY") | Should -Be $false
+ Write-Verbose "Validating that the app setting '$appSettingName' does not exist..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $resourceGroupName
+ $applicationSettings.ContainsKey($appSettingName) | Should -Be $false
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $env.resourceGroupNameWindowsPremium -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
@@ -547,107 +711,46 @@ Describe 'New-AzFunctionApp' {
# These is the list of function apps to be created
$functionAppCreationTestCases = @(
# Consumption apps
- @{
- "Name" = $env.functionNameDotNet
- "Runtime" = "DotNet"
- "RuntimeVersion" = "6"
- "StorageAccountName" = $env.storageAccountLinux
- "ResourceGroupName" = $env.resourceGroupNameLinuxConsumption
- "Location" = $env.location
- "OSType" = "Linux"
- "ExpectedSiteConfig" = @{
- "LinuxFxVersion" = "DOTNET|6.0"
- }
- },
@{
"Name" = $env.functionNameJava
"Runtime" = "Java"
- "RuntimeVersion" = "17"
+ "RuntimeVersion" = "21"
"StorageAccountName" = $env.storageAccountLinux
"ResourceGroupName" = $env.resourceGroupNameLinuxConsumption
"Location" = $env.location
"OSType" = "Linux"
"ExpectedSiteConfig" = @{
- "LinuxFxVersion" = "Java|17"
+ "LinuxFxVersion" = "Java|21"
}
},
@{
"Name" = $env.functionNameNode
"Runtime" = "Node"
- "RuntimeVersion" = "18"
- "StorageAccountName" = $env.storageAccountLinux
- "ResourceGroupName" = $env.resourceGroupNameLinuxConsumption
- "Location" = $env.location
- "OSType" = "Linux"
- "ExpectedSiteConfig" = @{
- "LinuxFxVersion" = "Node|18"
- }
- },
- @{
- "Name" = $env.functionNamePython
- "Runtime" = "Python"
- "RuntimeVersion" = "3.10"
- "StorageAccountName" = $env.storageAccountLinux
- "ResourceGroupName" = $env.resourceGroupNameLinuxConsumption
- "Location" = $env.location
- "OSType" = "Linux"
- "ExpectedSiteConfig" = @{
- "LinuxFxVersion" = "Python|3.10"
- }
- },
- @{
- "Name" = $env.functionNamePowerShell
- "Runtime" = "PowerShell"
- "RuntimeVersion" = "7.2"
+ "RuntimeVersion" = "22"
"StorageAccountName" = $env.storageAccountLinux
"ResourceGroupName" = $env.resourceGroupNameLinuxConsumption
"Location" = $env.location
"OSType" = "Linux"
"ExpectedSiteConfig" = @{
- "LinuxFxVersion" = "PowerShell|7.2"
+ "LinuxFxVersion" = "Node|22"
}
}
# Premium function app service plan
@{
"Name" = $env.functionNameDotNetIsolated
"Runtime" = "DotNet-Isolated"
- "RuntimeVersion" = "6"
+ "RuntimeVersion" = "9"
"StorageAccountName" = $env.storageAccountWindows
"ResourceGroupName" = $env.resourceGroupNameWindowsPremium
"PlanName" = $env.planNameWorkerTypeWindows
"OSType" = "Windows"
"ExpectedSiteConfig" = @{
- "NetFrameworkVersion" = "v6.0"
+ "NetFrameworkVersion" = "v9.0"
}
"ExpectedAppSettings" = @{
"FUNCTIONS_WORKER_RUNTIME" = "dotnet-isolated"
}
}
- @{
- "Name" = $env.functionNamePython
- "Runtime" = "Python"
- "RuntimeVersion" = "3.9"
- "StorageAccountName" = $env.storageAccountLinux
- "ResourceGroupName" = $env.resourceGroupNameLinuxPremium
- "PlanName" = $env.planNameWorkerTypeLinux
- "OSType" = "Linux"
- "ExpectedSiteConfig" = @{
- "LinuxFxVersion" = "Python|3.9"
- }
- },
- @{
- "Name" = $env.functionNameJava
- "Runtime" = "Java"
- "RuntimeVersion" = "17"
- "StorageAccountName" = $env.storageAccountWindows
- "ResourceGroupName" = $env.resourceGroupNameWindowsPremium
- "PlanName" = $env.planNameWorkerTypeWindows
- "OSType" = "Windows"
- "ExpectedSiteConfig" = @{
- "JavaVersion" = "17"
- "netFrameworkVersion" = "v6.0"
- }
- }
@{
"Name" = $env.functionNameCustomHandler
"Runtime" = "Custom"
@@ -668,13 +771,21 @@ Describe 'New-AzFunctionApp' {
foreach ($testCase in $functionAppCreationTestCases)
{
$functionsVersion = 4
- $functionName = $testCase["Name"]
+ $appName = $testCase["Name"]
$runtime = $testCase["Runtime"]
$runtimeVersion = $testCase["RuntimeVersion"]
$resourceGroupName = $testCase["ResourceGroupName"]
$storageAccountName = $testCase["StorageAccountName"]
$OSType = $testCase["OSType"]
+ Write-Verbose "App name: $appName" -Verbose
+ Write-Verbose "Resource group name: $resourceGroupName" -Verbose
+ Write-Verbose "Storage account name: $storageAccountName" -Verbose
+ Write-Verbose "Runtime: $runtime" -Verbose
+ Write-Verbose "RuntimeVersion: $runtimeVersion" -Verbose
+ Write-Verbose "OSType: $OSType" -Verbose
+ Write-Verbose "FunctionsVersion: $functionsVersion" -Verbose
+
$planType = $null
$location = $null
$planName = $null
@@ -690,6 +801,10 @@ Describe 'New-AzFunctionApp' {
$planName = $testCase["PlanName"]
}
+ Write-Verbose "PlanType: $planType" -Verbose
+ if ($planName) { Write-Verbose "PlanName: $planName" -Verbose }
+ if ($location) { Write-Verbose "Location: $location" -Verbose }
+
It "Create v4 $OSType $runtime $runtimeVersion Function App hosted in a $planType plan." {
try
@@ -698,7 +813,7 @@ Describe 'New-AzFunctionApp' {
{
if ($runtimeVersion)
{
- New-AzFunctionApp -Name $functionName `
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-Location $location `
-StorageAccountName $storageAccountName `
@@ -709,7 +824,7 @@ Describe 'New-AzFunctionApp' {
}
else
{
- New-AzFunctionApp -Name $functionName `
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-Location $location `
-StorageAccountName $storageAccountName `
@@ -722,7 +837,7 @@ Describe 'New-AzFunctionApp' {
{
if ($runtimeVersion)
{
- New-AzFunctionApp -Name $functionName `
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-PlanName $planName `
-StorageAccountName $storageAccountName `
@@ -733,7 +848,7 @@ Describe 'New-AzFunctionApp' {
}
else
{
- New-AzFunctionApp -Name $functionName `
+ New-AzFunctionApp -Name $appName `
-ResourceGroupName $resourceGroupName `
-PlanName $planName `
-StorageAccountName $storageAccountName `
@@ -743,16 +858,21 @@ Describe 'New-AzFunctionApp' {
}
}
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $resourceGroupName
+ Write-Verbose "Validating function app properties..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName
$functionApp.OSType | Should -Be $OSType
$functionApp.Runtime | Should -Be $runtime
- # Validate FUNCTIONS_EXTENSION_VERSION
- $applicationSettings = Get-AzFunctionAppSetting -Name $functionName -ResourceGroupName $resourceGroupName
- $applicationSettings.FUNCTIONS_EXTENSION_VERSION | Should be "~$functionsVersion"
+ Write-Verbose "Validating FUNCTIONS_EXTENSION_VERSION and app settings..." -Verbose
+ $applicationSettings = Get-AzFunctionAppSetting -Name $appName -ResourceGroupName $resourceGroupName
+ $applicationSettings.FUNCTIONS_EXTENSION_VERSION | Should -Be "~$functionsVersion"
+
+ Write-Verbose "Validating that APPLICATIONINSIGHTS_CONNECTION_STRING is set..." -Verbose
+ $applicationSettings.APPLICATIONINSIGHTS_CONNECTION_STRING | Should -Not -BeNullOrEmpty
if ($testCase.ContainsKey("ExpectedSiteConfig"))
{
+ Write-Verbose "Validating SiteConfig properties..." -Verbose
$expectedSiteConfig = $testCase["ExpectedSiteConfig"]
foreach ($propertyName in $expectedSiteConfig.Keys)
{
@@ -763,6 +883,7 @@ Describe 'New-AzFunctionApp' {
if ($testCase.ContainsKey("ExpectedAppSettings"))
{
+ Write-Verbose "Validating custom app settings..." -Verbose
$expectedAppSettings = $testCase["ExpectedAppSettings"]
foreach ($appSettingName in $expectedAppSettings.Keys)
{
@@ -773,10 +894,12 @@ Describe 'New-AzFunctionApp' {
}
finally
{
- $functionApp = Get-AzFunctionApp -Name $functionName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
+ Write-Verbose "Cleaning up the function app..." -Verbose
+ $functionApp = Get-AzFunctionApp -Name $appName -ResourceGroupName $resourceGroupName -ErrorAction SilentlyContinue
if ($functionApp)
{
- Remove-AzFunctionApp -InputObject $functionApp -Force -ErrorAction SilentlyContinue
+ Write-Verbose "Removing function app $appName using -InputObject" -Verbose
+ Remove-AzFunctionApp -InputObject $functionApp -Force #-ErrorAction SilentlyContinue
}
}
}
@@ -791,18 +914,23 @@ Describe 'New-AzFunctionApp' {
$expectedErrorMessage = "Functions version not supported. Currently supported version are:"
try
{
+ Write-Verbose "Create function app with an invalid FunctionsVersion: $functionsVersion" -Verbose
+ # Use valid parameters for other properties
New-AzFunctionApp -Name $env.functionNameTestApp `
-ResourceGroupName $env.resourceGroupNameWindowsPremium `
-PlanName $env.planNameWorkerTypeWindows `
-StorageAccount $env.storageAccountWindows `
-Runtime PowerShell `
- -FunctionsVersion $functionsVersion
+ -FunctionsVersion $functionsVersion `
+ -ErrorAction Stop
}
catch
{
+ Write-Verbose "Catch the expected exception" -Verbose
$myError = $_
}
+ Write-Verbose "Validate FullyQualifiedErrorId" -Verbose
$myError.FullyQualifiedErrorId | Should Be $errorId
$myError.Exception.Message | Should Match $expectedErrorMessage
}
diff --git a/src/Functions/Functions.Autorest/test/New-AzFunctionAppPlan.Recording.json b/src/Functions/Functions.Autorest/test/New-AzFunctionAppPlan.Recording.json
index 75af2579b515..528baca58bb7 100644
--- a/src/Functions/Functions.Autorest/test/New-AzFunctionAppPlan.Recording.json
+++ b/src/Functions/Functions.Autorest/test/New-AzFunctionAppPlan.Recording.json
@@ -6,12 +6,12 @@
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "454" ],
- "x-ms-client-request-id": [ "92ecf3f8-9e54-4edf-9a4e-d4beef8a942e" ],
+ "x-ms-unique-id": [ "826" ],
+ "x-ms-client-request-id": [ "ee2a1abb-3544-4094-a605-ca2315714039" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
"FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -23,31 +23,32 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dd6fad3f-be0c-49fa-b5f8-ee27f878d522" ],
+ "x-ms-request-id": [ "bd6a0328-1983-4dde-bc20-18ac4596f62e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "0fef507f-61f8-42bd-81ad-e05fd59bc9bb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011656Z:0fef507f-61f8-42bd-81ad-e05fd59bc9bb" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/aa839bfe-151a-4b3c-8123-53252774929a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d9ec916b-4783-446e-bfb9-1fc16f098172" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000629Z:d9ec916b-4783-446e-bfb9-1fc16f098172" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C474CDA5247F4501A4F671763A0FA584 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:55Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:55 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E08A38FB04124F709A08CFE761C2737F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "30672" ],
+ "Content-Length": [ "36863" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+2": {
+ "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01+2": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-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 \"tier\": \"ElasticPremium\",\r\n \"capacity\": 1\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
@@ -62,43 +63,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378B75454A0\"" ],
+ "ETag": [ "\"1DC55C3B3986BCB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "442a5ee5-285b-4b54-b58b-c7258d60e64d" ],
+ "x-ms-request-id": [ "22e49312-0f53-49b3-b317-4aed480f3279" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-correlation-request-id": [ "9416d7d7-467d-49df-ae4f-9c643a989032" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011700Z:9416d7d7-467d-49df-ae4f-9c643a989032" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/92744253-2c47-4b63-8d3e-4bba58bd461c" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "1684bf68-f41d-462b-8971-e4a6c9027ed8" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000635Z:1684bf68-f41d-462b-8971-e4a6c9027ed8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 872A841C8D0D4D1CAE6F4CEE726A9C34 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:16:56Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:16:59 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AAAB55BD7D714B3EBD788231604B7A7E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:06:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:06:34 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1715" ],
+ "Content-Length": [ "1895" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"centralus\",\"properties\":{\"serverFarmId\":41613,\"name\":\"Functions-MyPlan-1suocjtin7\",\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1},\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41613\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2024-06-21T01:16:57.55\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy\",\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"centralus\",\"properties\":{\"serverFarmId\":94040,\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1},\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94040\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-15T00:06:32.74\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+3": {
+ "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "456" ],
- "x-ms-client-request-id": [ "a7c0be57-e8e1-4964-b1a1-bdfc51fc002b" ],
+ "x-ms-unique-id": [ "828" ],
+ "x-ms-client-request-id": [ "7e559a95-e585-4e77-a917-8aa6ce0b42c2" ],
"CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
"FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -109,41 +111,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bec38d54-08f6-4aab-8ffc-a79d48eaeecc" ],
+ "x-ms-request-id": [ "97aaf663-d1ed-4c58-9a6a-37eccbd11aee" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "c0213b45-a5e8-46a2-81c9-02c8b4b86f69" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011730Z:c0213b45-a5e8-46a2-81c9-02c8b4b86f69" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "f9c22076-b1de-4801-9485-f3a6c1b2505b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000705Z:f9c22076-b1de-4801-9485-f3a6c1b2505b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FDBEF1977DAB40369734E5A0C56790EF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:30Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:29 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A5F700BF989A4C01A27DB788A5EE4DC9 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:05Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:05 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "1806" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41613,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41613\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:16:57.55\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy\",\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94040,\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94040\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:06:32.74\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+4": {
+ "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "457" ],
- "x-ms-client-request-id": [ "a7c0be57-e8e1-4964-b1a1-bdfc51fc002b" ],
+ "x-ms-unique-id": [ "829" ],
+ "x-ms-client-request-id": [ "7e559a95-e585-4e77-a917-8aa6ce0b42c2" ],
"CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
"FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -154,40 +156,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fbf4dd6d-b3b6-4f4a-8a08-818c1b677dce" ],
+ "x-ms-request-id": [ "3d1bf043-b5bc-47c7-975b-b2847078b4f9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "a1738456-43a7-4c56-ae97-b712f069fc51" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011730Z:a1738456-43a7-4c56-ae97-b712f069fc51" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "013a0d3a-61d9-4627-8f7e-9bbcffe186ef" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000705Z:013a0d3a-61d9-4627-8f7e-9bbcffe186ef" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C65486928B8446D9856625528C87C5E3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:30Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:30 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B3AB59C27640477791C212E18EF6CE29 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:05Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:05 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "1806" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41613,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41613\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:16:57.55\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy\",\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94040,\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94040\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:06:32.74\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+5": {
+ "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "458" ],
- "x-ms-client-request-id": [ "2a73af19-60ed-4a8f-baee-cae41e5b7826" ],
+ "x-ms-unique-id": [ "830" ],
+ "x-ms-client-request-id": [ "01e36ef3-73da-48ff-9e4c-cc375c0bbc4c" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -199,40 +201,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b89c151c-b2de-4f99-b0af-831027894d4c" ],
+ "x-ms-request-id": [ "ab2aad3c-686b-47f8-860e-ae1da3613517" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "1378fdc5-fe88-4f3f-a7e2-2974d94bacc5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011731Z:1378fdc5-fe88-4f3f-a7e2-2974d94bacc5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "cdec910a-2334-4712-976a-7155ff6d89e4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000705Z:cdec910a-2334-4712-976a-7155ff6d89e4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4FA05A2438814BFFA8869B44ADE716A0 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:30Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:30 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 860B4EFCC7C9407A8BB10347C12EEC47 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:05Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:05 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "1806" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41613,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41613\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:16:57.55\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy\",\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94040,\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94040\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:06:32.74\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+6": {
+ "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "459" ],
- "x-ms-client-request-id": [ "4fbf4e79-349b-43a6-bbe4-30ee897d5bfd" ],
+ "x-ms-unique-id": [ "831" ],
+ "x-ms-client-request-id": [ "bfe5bfa4-e17e-4fa2-a82d-72ec6e387238" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -244,40 +246,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "0538eaff-deb2-4c08-88da-bc1a05e49bac" ],
+ "x-ms-request-id": [ "56cd410b-6948-4a2d-9107-c064fe355ee4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ],
- "x-ms-correlation-request-id": [ "d64cb507-f7e7-496e-a36f-abcdc7b64386" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011731Z:d64cb507-f7e7-496e-a36f-abcdc7b64386" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "96e1ab80-9e8e-485c-aab9-2210c1903e0c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000705Z:96e1ab80-9e8e-485c-aab9-2210c1903e0c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8059665BC57E45BA9483419BBE94FF7E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:31Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:30 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2E9A1262914647D98419DEC348E2AF90 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:05Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:05 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "1806" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41613,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41613\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:16:57.55\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy\",\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94040,\"name\":\"Functions-MyPlan-ci82qbjuoy\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94040\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:06:32.74\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+7": {
+ "New-AzFunctionAppPlan+[NoContext]+New-AzFunctionAppPlan -Location supports locations with no spaces, e.g., \u0027centralus\u0027+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01+7": {
"Request": {
"Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-MyPlan-ci82qbjuoy?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "460" ],
- "x-ms-client-request-id": [ "99964907-273d-4890-9116-3b8893724a02" ],
+ "x-ms-unique-id": [ "832" ],
+ "x-ms-client-request-id": [ "248c7792-47cf-4cf6-af7b-d2cba26cb747" ],
"CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ],
"FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -289,17 +291,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "12a46592-f14b-4d42-9c3e-60daac5ef45b" ],
+ "x-ms-request-id": [ "fd116041-56a1-46e9-9ca7-324ae98e8195" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ],
- "x-ms-correlation-request-id": [ "7783f872-ab4d-4bf5-9623-da1ddd9757d1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011741Z:7783f872-ab4d-4bf5-9623-da1ddd9757d1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/9d499815-5229-4602-9216-7be87e124958" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "034fe9b4-5db9-4122-934e-8ca0e5248104" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000713Z:034fe9b4-5db9-4122-934e-8ca0e5248104" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F427FEEC5CF648B595BBB1B2C161BE21 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:31Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 44656C5396C14D9FA67A74C2020A94C0 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:06Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:13 GMT" ]
},
"ContentHeaders": {
"Expires": [ "-1" ],
diff --git a/src/Functions/Functions.Autorest/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json b/src/Functions/Functions.Autorest/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json
index 082f198fcb49..069113b7e24c 100644
--- a/src/Functions/Functions.Autorest/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json
+++ b/src/Functions/Functions.Autorest/test/New-Update-Remove-AzFunctionApp.Tests.Recording.json
@@ -1,15 +1,15 @@
{
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
"Method": "POST",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "Content": "{\r\n \"name\": \"Func-PowerShell-NewTest2-fdgw6nz0r1\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -18,17 +18,18 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "8569ba21-38d0-4849-9d23-990a506689df" ],
+ "x-ms-request-id": [ "0c657192-0a95-475f-b0db-adba691a1458" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "7e042622-18a2-48f5-aebd-44bba4633ef7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011742Z:7e042622-18a2-48f5-aebd-44bba4633ef7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/1eda9cd3-d652-4b1f-8cdd-75e4c461b28a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "19e64dfa-cf8a-4c85-aa97-50019ea3f57c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000717Z:19e64dfa-cf8a-4c85-aa97-50019ea3f57c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5990451B2BA7496F8DF31E8077B69B67 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9A59A360AA324618845B9E86DD5DF1EA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:17 GMT" ]
},
"ContentHeaders": {
"Content-Length": [ "47" ],
@@ -39,19 +40,19 @@
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
"Method": "GET",
"RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "462" ],
- "x-ms-client-request-id": [ "5ff74b6e-ae85-462f-9f0c-cc4849ba246e" ],
+ "x-ms-unique-id": [ "834" ],
+ "x-ms-client-request-id": [ "1a60aea7-3a59-4bae-b2f0-f417782141e3" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -62,41 +63,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "d8799443-3411-441a-b2e9-97fdfab19ab9", "473c9e57-e2da-4127-bc0b-4f936e3e396f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "d31cc887-472e-40b6-a021-37c85a808a69" ],
+ "x-ms-correlation-request-id": [ "d31cc887-472e-40b6-a021-37c85a808a69" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000718Z:d31cc887-472e-40b6-a021-37c85a808a69" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "80e455f0-9a72-4346-a5f0-3e1bbe52de2c" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "6797be3d-d56e-4ac2-945f-3bf47083639b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011742Z:6797be3d-d56e-4ac2-945f-3bf47083639b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5FCC2C39130445069E18A0D40DE26970 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 313B38C058A3437C8C023DB019AB19DF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "13689" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508079,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508076,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "463" ],
- "x-ms-client-request-id": [ "c5bcb402-830e-44f5-95ae-fdd23fc6cba3" ],
+ "x-ms-unique-id": [ "835" ],
+ "x-ms-client-request-id": [ "ab680c16-da28-42a2-84f9-00e164c9a61b" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -108,40 +108,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "25cdd4fc-9463-476e-a187-e4996457adf5" ],
+ "x-ms-request-id": [ "8ce76233-0809-446b-86fa-9f19af12223a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "c528ffac-00c1-4fd4-af31-dfeb9983a79e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011742Z:c528ffac-00c1-4fd4-af31-dfeb9983a79e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c6176e79-7b33-4868-8ae3-ceacf4315c62" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000718Z:c6176e79-7b33-4868-8ae3-ceacf4315c62" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F5BDBD0C15344E0CBE22514F2C63AA50 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9CE4DC465ABC411AA98C672186903D4E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "464" ],
- "x-ms-client-request-id": [ "39c2b6ea-2199-4086-a208-fac66c972231" ],
+ "x-ms-unique-id": [ "836" ],
+ "x-ms-client-request-id": [ "f5d08d5e-0f86-4b73-82f2-40b190f9593f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -153,40 +153,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "66ca7fa9-84fb-4f89-8e52-ecc72b3dbe66" ],
+ "x-ms-request-id": [ "7f147007-7220-45c1-acc0-b658eb9fef4d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "529940e9-b40f-464c-bfa2-66cafc679404" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011742Z:529940e9-b40f-464c-bfa2-66cafc679404" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "92a038f1-9857-4c3c-b1fc-e6bc97e2a3bb" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000718Z:92a038f1-9857-4c3c-b1fc-e6bc97e2a3bb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 60D678BBE4CD422EBEAF96DB2FE75F9C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C93DC4F8785A4645AD124548D5EB3DCA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01+5": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "465" ],
- "x-ms-client-request-id": [ "6eb27169-75c3-49ef-a58d-ef41cf00bf3c" ],
+ "x-ms-unique-id": [ "837" ],
+ "x-ms-client-request-id": [ "16c2d5b6-8d92-4382-9551-9e03581514cc" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -198,40 +198,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "da05ecc2-41c8-43ec-9165-451acf673ed4" ],
+ "x-ms-request-id": [ "5cfde5a6-1a0b-42f3-bb1d-4f8878da38b2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ],
- "x-ms-correlation-request-id": [ "b7d57230-54bd-4cde-946f-a834de0571c1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011743Z:b7d57230-54bd-4cde-946f-a834de0571c1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2fb77eee-678f-4f49-b946-a79d9fbdd7bd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000719Z:2fb77eee-678f-4f49-b946-a79d9fbdd7bd" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 86FE292C3EE84295B2318CF746B94F9F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 85C7B99AB76E475B83B1CAB7118FAA22 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1758" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97020,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97020\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:04:22.9633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "466" ],
- "x-ms-client-request-id": [ "4ad97eec-0388-4cf6-9754-7d1de56931cc" ],
+ "x-ms-unique-id": [ "838" ],
+ "x-ms-client-request-id": [ "1850b4a7-2c2c-43bd-87f7-74e7a358993f" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -243,40 +243,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "dca1c4c0-fd04-4fe7-9dc1-09abdda568d4" ],
+ "x-ms-request-id": [ "d3b1569e-468e-466c-a85e-ec86a4913d8e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "9c30ac01-491e-4f6a-8065-0cbf84dd672c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011743Z:9c30ac01-491e-4f6a-8065-0cbf84dd672c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "efc98f88-6f18-4e1e-8ed5-15c9c7a00f46" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000719Z:efc98f88-6f18-4e1e-8ed5-15c9c7a00f46" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 863EB779136249C8BB47F5C474BAA954 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0570DA90D4444B0AB09A5C221ADF1C63 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1740" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":89795,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-229_89795\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:01:10.5366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "467" ],
- "x-ms-client-request-id": [ "719d3d09-a308-4b9e-9ff4-0dd719e8ce4b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "839" ],
+ "x-ms-client-request-id": [ "11337679-640d-4910-ae34-6bcd90bf5cbb" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -287,39 +287,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "2045a320-3e7d-4c9f-af7c-adc2e2def03a" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "b3f12abd-126c-4d5b-9b4b-56cf2e407281" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011743Z:b3f12abd-126c-4d5b-9b4b-56cf2e407281" ],
+ "x-ms-request-id": [ "645617b7-cc4f-4f22-9661-51ccb42e7e16" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9878a8bb-a99d-42fa-b4e4-1086c7c3af29" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000719Z:9878a8bb-a99d-42fa-b4e4-1086c7c3af29" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 37530493C2124E488C08C21E93E70E82 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FB7FE4EE6BAC4759975084DAF7B3BA0D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+8": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "468" ],
- "x-ms-client-request-id": [ "27d00f97-1b79-43f4-a641-4884c40ca446" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "840" ],
+ "x-ms-client-request-id": [ "5e0a2354-311c-43f4-9e50-f1831c52e395" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -330,78 +332,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "039316e1-e8f6-4115-9576-fc23f4994ee0" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "b97ecb82-a453-4ac6-8e44-ec6b5c508864" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011744Z:b97ecb82-a453-4ac6-8e44-ec6b5c508864" ],
+ "x-ms-request-id": [ "564d1ec9-0f40-46cd-acdc-5947505e5681" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "749eede3-5fe5-4e7a-ba1d-5f747f5aa0f9" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000719Z:749eede3-5fe5-4e7a-ba1d-5f747f5aa0f9" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 54A6AACA3982415F94B8B77314668681 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:43 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "288" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
- },
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
- "isContentBase64": false
- }
- },
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01+9": {
- "Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
- "isContentBase64": false,
- "Headers": {
+ "X-MSEdge-Ref": [ "Ref A: 09D9008258464C0BBEB4131C6A1662DF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:19 GMT" ]
},
"ContentHeaders": {
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
- }
- },
- "Response": {
- "StatusCode": 200,
- "Headers": {
- "Cache-Control": [ "no-cache" ],
- "Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
- "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "9f056b6c-11fe-442c-bcc3-f754158688ef" ],
- "x-ms-correlation-request-id": [ "9f056b6c-11fe-442c-bcc3-f754158688ef" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011746Z:9f056b6c-11fe-442c-bcc3-f754158688ef" ],
- "X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1C2043BCB331428D916F25B1742FC215 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:17:45 GMT" ]
- },
- "ContentHeaders": {
- "Content-Length": [ "1395" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e96a-0000-0300-0000-6674d4b80000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+10": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+9": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag1\": \"MyTag1Value1\",\r\n \"MyTag2\": \"MyTag1Value2\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "841" ],
+ "x-ms-client-request-id": [ "bb60324b-1299-4305-8681-523edeb0d603" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1919" ]
}
},
"Response": {
@@ -409,43 +377,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378D4DA0240\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "749a6275-556c-4445-a69c-77342b0823b6" ],
+ "x-ms-request-id": [ "53e3e637-21c9-4e48-8a1e-b6eeb5c96665" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "50d03bea-3959-4d84-9dc4-e0ae81bd7804" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011812Z:50d03bea-3959-4d84-9dc4-e0ae81bd7804" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "74cb5f41-4cf2-4ad2-9148-9132866f645e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000719Z:74cb5f41-4cf2-4ad2-9148-9132866f645e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4DACF23DB512438E9F1AF5D7E618862D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:17:46Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:11 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: ED24442855C94F0D8A69A09C778BE7E3 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7754" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:17:49.01\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+11": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+10": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "471" ],
- "x-ms-client-request-id": [ "c09cd84c-6230-4e6e-aabf-d59af101858b" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "842" ],
+ "x-ms-client-request-id": [ "0f7aef03-5b86-497d-b7b2-a432da5e9712" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -455,42 +422,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378E212EAB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7cf2c953-3643-464c-b8d8-d27dd67bca44" ],
+ "x-ms-request-id": [ "11dc69ec-fca9-4eb3-b6ef-cb960aba5584" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "26f6a2d1-a634-4f27-b532-75682d68e644" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011842Z:26f6a2d1-a634-4f27-b532-75682d68e644" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5ff49f8f-10b4-4605-ab19-c97a3859d4e5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000720Z:5ff49f8f-10b4-4605-ab19-c97a3859d4e5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 307E008F92D947A0BED4E8852F550852 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:18:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 770C4BE783164870B357B1AA5EED2103 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7555" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:18:11.7233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":12,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+11": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "472" ],
- "x-ms-client-request-id": [ "034067c6-ee5b-4bd6-a287-337fa2bd32df" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "843" ],
+ "x-ms-client-request-id": [ "438cc364-fd50-44d2-9d35-5c95b0e7123f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -501,42 +467,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378E212EAB5\"" ],
+ "x-ms-original-request-ids": [ "0f96be76-c077-4345-bdf2-11c36d5d5c4a", "443ecae2-ec92-467b-997e-c15aafecdf18", "f8b60fd2-ba84-43ae-a6e5-57f6e59eb033" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "05dedd18-e192-4606-9fc2-6e691ea7ec2c" ],
+ "x-ms-correlation-request-id": [ "05dedd18-e192-4606-9fc2-6e691ea7ec2c" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251115T000721Z:05dedd18-e192-4606-9fc2-6e691ea7ec2c" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2039b927-7343-4a60-ade0-fccb4801623a" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "e128e68d-f914-43ca-a018-f379e36d6c19" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011842Z:e128e68d-f914-43ca-a018-f379e36d6c19" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F9196A5D452B4069B3546EEC4335FDA6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:18:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0C3A0E9E9AFA455C883F778F4B5EF38C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:20Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7555" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:18:11.7233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+13": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+12": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "473" ],
- "x-ms-client-request-id": [ "dc6d8b11-fdf9-4f55-ac8a-794c005add64" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "844" ],
+ "x-ms-client-request-id": [ "919544a4-39d8-40c1-bb81-457dc269d70d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -547,44 +511,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "1b739de7-f872-404d-a0e2-7181ab496677" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "62f91fd6-29df-4d10-863f-e51f88876c49" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "82d5456c-d845-4389-bc31-ab7c9402eed7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011843Z:82d5456c-d845-4389-bc31-ab7c9402eed7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f2b93bb5-1d8c-402d-b9d1-c24587bd889f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "3167c582-5309-43b2-a87b-36c0dab16bb3" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000721Z:3167c582-5309-43b2-a87b-36c0dab16bb3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2E0462F79FF0476D85AAD20CDD5BAAB4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:18:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 139C9D5F223A461996D81B5C12EBDB00 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:21Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2015-05-01+13": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest2-fdgw6nz0r1?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "474" ],
- "x-ms-client-request-id": [ "c17ade09-d0d6-4576-92be-12245e4437f9" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
}
},
"Response": {
@@ -592,44 +549,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ea5bd549-1dce-4395-a775-146a359b7198" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "3375ed64-b4a3-4f83-a90f-5ca6febfe74f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011843Z:3375ed64-b4a3-4f83-a90f-5ca6febfe74f" ],
"X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f6899d92-5a8c-4e26-ae32-c4d60ff457da" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "cfac6fb7-73f3-4d01-ac59-4ca361b7eae6" ],
+ "x-ms-correlation-request-id": [ "cfac6fb7-73f3-4d01-ac59-4ca361b7eae6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000727Z:cfac6fb7-73f3-4d01-ac59-4ca361b7eae6" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 57CBA66602B34522A01E5EA1DDD7F65A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:18:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5C92CB59FD19474F945BC37DEAD80C82 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:21Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:07:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4130" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1684" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26368,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"3000ec8a-0000-0300-0000-6917c43f0000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest2-fdgw6nz0r1\",\r\n \"name\": \"Func-PowerShell-NewTest2-fdgw6nz0r1\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Func-PowerShell-NewTest2-fdgw6nz0r1\",\r\n \"AppId\": \"166fb684-6993-41b0-a11d-edb087c69973\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"bb52893b-0083-49c6-9e99-39e2358c0905\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Func-PowerShell-NewTest2-fdgw6nz0r1\",\r\n \"CreationDate\": \"2025-11-15T00:07:22.1750446+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest2-fdgw6nz0r1_166fb684-6993-41b0-a11d-edb087c69973_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest2-fdgw6nz0r1-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+15": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+14": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest2-fdgw6nz0r1\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "475" ],
- "x-ms-client-request-id": [ "26fada59-c11d-47c6-bb5f-1fe2d7327f2b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
- "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1718" ]
}
},
"Response": {
@@ -637,39 +591,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C3D52D390B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "7b3dab92-4038-4e20-a384-e83879b763c6" ],
+ "x-ms-request-id": [ "d13eeca2-970f-405f-b247-8a866d5f9bb2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "4a8ffc58-28d9-4348-a37e-d841e3064750" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011844Z:4a8ffc58-28d9-4348-a37e-d841e3064750" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d716c3cc-88ba-4cc4-b00c-f5d414b64827" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "43d1454f-c5f0-4c10-9c97-8c20bbf07925" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000808Z:43d1454f-c5f0-4c10-9c97-8c20bbf07925" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D4F610B6F12F48E7BAED45E814D3B44D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:18:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9835A0AE0F594A46BEBB24DB5C350226 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:07:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:08 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "30672" ],
+ "Content-Length": [ "8496" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":\"East US\",\"sortOrder\":0,\"displayName\":\"East US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":\"North Europe\",\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":\"Southeast Asia\",\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East Asia\",\"name\":\"East Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East Asia\",\"description\":\"East Asia\",\"sortOrder\":4,\"displayName\":\"East Asia\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US\",\"name\":\"West US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US\",\"description\":\"West US\",\"sortOrder\":5,\"displayName\":\"West US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Japan East\",\"name\":\"Japan East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Japan East\",\"description\":\"Japan East\",\"sortOrder\":8,\"displayName\":\"Japan East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US 2\",\"name\":\"East US 2\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US 2\",\"description\":\"East US 2\",\"sortOrder\":9,\"displayName\":\"East US 2\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Central US\",\"name\":\"North Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Central US\",\"description\":\"North Central US\",\"sortOrder\":10,\"displayName\":\"North Central US\",\"orgDomain\":\"PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Australia East\",\"name\":\"Australia East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Australia East\",\"description\":\"Australia East\",\"sortOrder\":13,\"displayName\":\"Australia East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":\"Central US\",\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;XENONMV3;WINDOWSMV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXFREE;MANAGEDAPP\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UK South\",\"name\":\"UK South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UK South\",\"description\":\"UK South\",\"sortOrder\":2147483647,\"displayName\":\"UK South\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;EUAP;XENON;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;ELASTICLINUX;WINDOWSP0V3;MANAGEDAPP\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France Central\",\"name\":\"France Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France Central\",\"description\":\"France Central\",\"sortOrder\":2147483647,\"displayName\":\"France Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Africa North\",\"name\":\"South Africa North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Africa North\",\"description\":\"South Africa North\",\"sortOrder\":2147483647,\"displayName\":\"South Africa North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany West Central\",\"name\":\"Germany West Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany West Central\",\"description\":\"Germany West Central\",\"sortOrder\":2147483647,\"displayName\":\"Germany West Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;XENONMV3;MANAGEDAPP\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;XENONMV3\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway East\",\"name\":\"Norway East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway East\",\"description\":\"Norway East\",\"sortOrder\":2147483647,\"displayName\":\"Norway East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE;XENONMV3\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;XENONMV3\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":\"Italy North\",\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"taiwannorthwest-01.azurewebsites.net\"}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:07:28.7266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+16": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+15": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-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 \"tier\": \"ElasticPremium\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "847" ],
+ "x-ms-client-request-id": [ "0b7a7f68-585b-4aea-bbea-7730e44e89a3" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "205" ]
}
},
"Response": {
@@ -677,43 +637,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378FA14A600\"" ],
+ "ETag": [ "\"1DC55C3EC2C9280\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b4909619-33d8-4003-9946-72fd6b99ad82" ],
+ "x-ms-request-id": [ "3d2bde62-241a-4bf4-933f-5ab11ec7e4ea" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-correlation-request-id": [ "889c6112-ddd9-4569-9c6e-81084bafeb8e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011852Z:889c6112-ddd9-4569-9c6e-81084bafeb8e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "613d5eab-6307-43eb-b34a-33473d7fd49f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000838Z:613d5eab-6307-43eb-b34a-33473d7fd49f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E59250C966804ABC852BA0FAB7A42AB0 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:18:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:18:51 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: FE7F1FB7D3D64636BCC93117BB4532EC Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1715" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"centralus\",\"properties\":{\"serverFarmId\":41614,\"name\":\"Functions-MyPlan-1suocjtin7\",\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1},\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41614\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2024-06-21T01:18:45.61\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:08.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+17": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+16": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "477" ],
- "x-ms-client-request-id": [ "1e69405b-23d1-4c31-b6f9-947df8ac3672" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
- "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "x-ms-unique-id": [ "848" ],
+ "x-ms-client-request-id": [ "3cde6988-a1d4-4295-af17-8cf3425e2f99" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -723,42 +683,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C3EC2C9280\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "28290488-73b4-4280-9418-3bcd3e89f6af" ],
+ "x-ms-request-id": [ "fc5732b3-d84c-4985-b60a-4a18ee0d7115" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "98c10c8a-ca95-4c7f-b4ab-683715674b0c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011922Z:98c10c8a-ca95-4c7f-b4ab-683715674b0c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7ed9cac0-c363-449b-a2fd-516d5594c1ca" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000839Z:7ed9cac0-c363-449b-a2fd-516d5594c1ca" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C02C9056D9674D47830FA4E250EE6B0B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5F99B47EB9E0419F8344B6FF286AE820 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:39Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41614,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41614\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:18:45.61\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:08.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+18": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01+17": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "478" ],
- "x-ms-client-request-id": [ "1e69405b-23d1-4c31-b6f9-947df8ac3672" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
- "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "x-ms-unique-id": [ "849" ],
+ "x-ms-client-request-id": [ "4cf11495-a870-4458-ad99-0c0e1f6990b9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -769,40 +730,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c5ea9b8f-61ca-41a2-8beb-0c9f95be4dfc" ],
+ "x-ms-request-id": [ "acfd7624-7e26-4d8c-b331-7dc7f7ac046a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "f62d213f-ca1c-4009-b5ff-e37f20d6789c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011922Z:f62d213f-ca1c-4009-b5ff-e37f20d6789c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/370834d5-ce69-4b30-8455-96d8990a72c2" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "71c89db4-14f3-42f4-96e5-04086a05a27b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000840Z:71c89db4-14f3-42f4-96e5-04086a05a27b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E1A75E340165442FB4BE472330025D55 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 224C4CF9DD074B579D941D7F7871AAEB Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:39Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:39 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41614,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41614\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:18:45.61\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest2-fdgw6nz0r1\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+19": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01+18": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "479" ],
- "x-ms-client-request-id": [ "3e0eead4-35cb-412d-904b-3fbd0e104930" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "850" ],
+ "x-ms-client-request-id": [ "3d40c3d5-ed05-4c2e-b3f7-9e8629df5416" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -814,40 +775,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "659ae678-fe61-429c-80dd-312598703c85" ],
+ "x-ms-request-id": [ "28d1c59b-9fcc-4525-975d-8937bac795e6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "6205d135-80f4-4f36-ae2e-8dd2a0ee1391" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011922Z:6205d135-80f4-4f36-ae2e-8dd2a0ee1391" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a7e4dfb5-4e5c-47a2-bc1a-9194889c90ff" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7a981b23-97be-4c5a-91d7-c5994b930215" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000840Z:7a981b23-97be-4c5a-91d7-c5994b930215" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8F4588089AEA445ABDF4ED54642352AD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 23FE26BDDED94BE28F33F3FDC27E0ABD Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41614,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41614\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:18:45.61\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+20": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+19": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "480" ],
- "x-ms-client-request-id": [ "53633868-38b8-488e-bee8-7bc7b10617aa" ],
+ "x-ms-unique-id": [ "851" ],
+ "x-ms-client-request-id": [ "78568d6e-e8e6-462d-a1fb-a04d96f4e689" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -858,42 +820,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378E212EAB5\"" ],
+ "ETag": [ "\"1DC55C3EC2C9280\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "aecd48b7-bf54-4a04-b74f-8934834c2e5a" ],
+ "x-ms-request-id": [ "331b1571-1459-4514-9789-2bdce1536ee4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "9d47f0bc-4db3-49b1-b037-a677941cc77a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011923Z:9d47f0bc-4db3-49b1-b037-a677941cc77a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a81441a6-dbeb-4946-94d3-fc1a01feb2ec" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000840Z:a81441a6-dbeb-4946-94d3-fc1a01feb2ec" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 48236CCD9A1D49EBBCBB0B223BB19928 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 412F66C5CCB042029865ABDAF3E01ECB Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7555" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:18:11.7233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:08.36\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+21": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01+20": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "481" ],
- "x-ms-client-request-id": [ "08dc0662-8e46-4d26-b6dc-61d1c3de1d6f" ],
+ "x-ms-unique-id": [ "852" ],
+ "x-ms-client-request-id": [ "f20f6d3d-84d6-4ebf-a203-ece727cbd4e1" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -905,40 +867,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1822c44f-2ce9-4200-99ec-12fbbeea092c" ],
+ "x-ms-request-id": [ "4c688027-bf1c-4d6d-a962-88bef07e6cef" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "c8eccd29-8e51-4e08-bb5c-7e09727e4607" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011923Z:c8eccd29-8e51-4e08-bb5c-7e09727e4607" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a31a21ea-3296-45bc-860d-8512bc75c3c8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "51b7ab99-a991-4947-8859-a14e9e4fa08d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000840Z:51b7ab99-a991-4947-8859-a14e9e4fa08d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EBB9CC44C2694FF8A8BB6E57395B6BCA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:22 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 87E9AA7C34BA41DB9AF0E10C808115A5 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest2-fdgw6nz0r1\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+22": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01+21": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "482" ],
- "x-ms-client-request-id": [ "25a3b053-09c2-4770-85a4-d859393c2456" ],
+ "x-ms-unique-id": [ "853" ],
+ "x-ms-client-request-id": [ "9d9257b2-1d73-49f2-9bcd-fda506b88774" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -950,40 +912,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1c75b381-692f-44fb-b748-d51f4edbe8bf" ],
+ "x-ms-request-id": [ "03387459-f6e3-4152-b112-ad0dc5ecc1b0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "45f8e32c-a7c1-484a-9824-e556a1d78178" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011923Z:45f8e32c-a7c1-484a-9824-e556a1d78178" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/52443051-7911-4632-9150-18a0e1eb029c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "2f474eb4-5b5e-4de1-9f6a-ca726dfc050d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000841Z:2f474eb4-5b5e-4de1-9f6a-ca726dfc050d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5A328846A68348488FF2107B639E7452 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 856C6261FA884BFEBC851E6CFFB8B1AF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:40Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:40 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4130" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26368,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+23": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01+22": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "483" ],
- "x-ms-client-request-id": [ "029c213d-d190-467c-8b7d-c1a48258ed9c" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "x-ms-unique-id": [ "854" ],
+ "x-ms-client-request-id": [ "f2899c98-5570-49e8-878a-7b079538d5ce" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -995,43 +958,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "2b7c3dc8-0fbe-4ec7-a293-9edc35d21864" ],
+ "x-ms-request-id": [ "d626f88e-f94d-4dba-9c8b-22a2b692add4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "5b50f5fb-d20e-4cf7-b551-084ea06acc97" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011924Z:5b50f5fb-d20e-4cf7-b551-084ea06acc97" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/eb4fba68-556c-45ba-a563-85fccb4cd7b5" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "798" ],
+ "x-ms-correlation-request-id": [ "d4961aba-c77d-437e-b9a0-baa88d25e919" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000841Z:d4961aba-c77d-437e-b9a0-baa88d25e919" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BC3EF0B2254846178D95C67AE14F4EC6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:23Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9AF8C24DA5A64605AB510334FE56B9D5 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:41 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7916" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554973,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest2-fdgw6nz0r1\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+24": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+23": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.4\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest2-fdgw6nz0r1\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "484" ],
- "x-ms-client-request-id": [ "ef169e2e-4a2a-48ce-8646-f4e6b6011e51" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1800" ]
}
},
"Response": {
@@ -1039,42 +997,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C3EC2C9280\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c74b3994-53e5-4efb-971d-ebb950fb8978" ],
+ "x-ms-request-id": [ "14302bd8-69dc-421e-b1db-289cfdd9664a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "0994a992-2f4c-42b5-9f4c-8aa38287f202" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011924Z:0994a992-2f4c-42b5-9f4c-8aa38287f202" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/3824dba7-b1a6-4669-bbe6-563c14986c78" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "27941da6-f993-4257-93d4-f403c19e819b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000844Z:27941da6-f993-4257-93d4-f403c19e819b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A24FC37A12564E0093DB1A3F17A014D9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 935ACF24085C451DA232B145427115D2 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:08:41Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:08:44 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "8636" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:43.5266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5877ecb1-f0b3-4eef-afa0-d5ac164e9d68\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+25": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+24": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "485" ],
- "x-ms-client-request-id": [ "56704342-3605-4e4d-b102-874d46626376" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "856" ],
+ "x-ms-client-request-id": [ "bcddac37-4dd4-475b-a1bf-119fe29f8963" ],
+ "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
+ "FullCommandName": [ "Set-AzFunctionApp_Update" ],
+ "ParameterSetName": [ "" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -1084,41 +1043,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C40122946B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "db19e88f-e6d2-4034-9e2e-e71e55b99e16" ],
+ "x-ms-request-id": [ "997c6cca-7b06-497a-86e0-8edd46a6cf15" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ],
- "x-ms-correlation-request-id": [ "b1686430-e531-4539-9ee3-c2e3044395e4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011924Z:b1686430-e531-4539-9ee3-c2e3044395e4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a5136204-90be-45c2-bca2-82b9f6cfe868" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000914Z:a5136204-90be-45c2-bca2-82b9f6cfe868" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F617596A90094DFE907D5776AA21952E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6156F89C25BE43FCAA7C2903D9687159 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:43.5266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5877ecb1-f0b3-4eef-afa0-d5ac164e9d68\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+26": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+25": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "486" ],
- "x-ms-client-request-id": [ "a39a7d9a-97a7-42a7-9c9b-d3d5b78cb354" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "857" ],
+ "x-ms-client-request-id": [ "b2ae89cd-a6dc-4c31-b149-260fbb1fa3b4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1129,41 +1089,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C40122946B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "20f1b673-23f9-4123-b6ed-73793d3e6aa2" ],
+ "x-ms-request-id": [ "e495cccb-5167-4320-b5c2-887f38926b55" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "2acd4219-0b37-45ea-b48d-0b05683538c3" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011924Z:2acd4219-0b37-45ea-b48d-0b05683538c3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a1d3bfea-3846-49de-90a7-4bd469d80d65" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000917Z:a1d3bfea-3846-49de-90a7-4bd469d80d65" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: B0062438594E4C60B3399A1751468FAB Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:23 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AB20971AB6984B35AFA20457D32EAB80 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:43.5266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5877ecb1-f0b3-4eef-afa0-d5ac164e9d68\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+27": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01+26": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "487" ],
- "x-ms-client-request-id": [ "69a8f5e1-86cd-423e-8250-c63f64e77dfc" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "858" ],
+ "x-ms-client-request-id": [ "d8009701-de84-41eb-bd2d-e57cef962472" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1175,40 +1136,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "94d894ca-d34d-4e5d-896d-ecf43810dfd6" ],
+ "x-ms-request-id": [ "64105954-2de8-4c67-9e83-c0e112d1bf67" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "99394ee6-9c1f-4476-bcea-807036c07f08" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011924Z:99394ee6-9c1f-4476-bcea-807036c07f08" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/368f2055-4284-4561-a5cf-3a78a9746bf5" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "a4a6fd4e-75a6-4fd6-bac5-0980336aba7c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000917Z:a4a6fd4e-75a6-4fd6-bac5-0980336aba7c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7F02D68DA5744011A630A75890FF6F89 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0E6F368E67164CE88BA6777AF43EA754 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41614,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41614\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:18:45.61\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest2-fdgw6nz0r1\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+28": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01+27": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "488" ],
- "x-ms-client-request-id": [ "3b29828d-1ea1-4cdf-95a1-d9412bfefe50" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "859" ],
+ "x-ms-client-request-id": [ "d7af7d74-f4e3-4bda-bf28-76603f8e9be3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1220,40 +1181,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1d3fe53c-5cf9-44ee-adb1-a041f37e38be" ],
+ "x-ms-request-id": [ "305cb78b-6bb7-450e-8722-681518b05dfc" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "bc60dbdb-5ffc-433a-81f4-15e6b41b232d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011925Z:bc60dbdb-5ffc-433a-81f4-15e6b41b232d" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/37e5f17e-e909-445e-842b-efb3324097d3" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "24985945-1940-42ab-a38c-2e6c14d15bd0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000918Z:24985945-1940-42ab-a38c-2e6c14d15bd0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D6D6EB07535E4E63BF002B842BB5F0DE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:24Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A21E857E1A1F41059BF930EA12CD73FA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:17 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70510,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+29": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+28": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "489" ],
- "x-ms-client-request-id": [ "8161c5df-f5eb-41fd-b074-532e45c9b953" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "860" ],
+ "x-ms-client-request-id": [ "efe854fd-70ad-48c9-8e28-80f80355f00d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1264,41 +1226,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C40122946B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "986a141d-b6cc-4a77-8662-e19058fedfaf" ],
+ "x-ms-request-id": [ "8fd3a2c5-a0f9-41d3-966e-da1640f25808" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "a2f3d31d-7489-4611-8e28-09822448690d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011925Z:a2f3d31d-7489-4611-8e28-09822448690d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bd49111c-1858-46eb-96c2-14c3c4dcdad5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000918Z:bd49111c-1858-46eb-96c2-14c3c4dcdad5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 431BD50DD9DA4CE4B1D6E6B492D003BA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9B822597E03240C2A1CD57D985344572 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "8610" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"repositorySiteName\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"func-powershell-newtest2-fdgw6nz0r1.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\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest2-fdgw6nz0r1.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:08:43.5266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\\\\$Func-PowerShell-NewTest2-fdgw6nz0r1\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest2-fdgw6nz0r1.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"5877ecb1-f0b3-4eef-afa0-d5ac164e9d68\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+30": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01+29": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "490" ],
- "x-ms-client-request-id": [ "354eb709-2c3c-4dbd-a459-56b8b29088c4" ],
+ "x-ms-unique-id": [ "861" ],
+ "x-ms-client-request-id": [ "a136f6a5-538a-4261-bb56-abfd1a59b43e" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1310,38 +1273,43 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "14916f02-0aba-499b-92a8-e492ff3ffc10" ],
+ "x-ms-request-id": [ "6eeaacfa-dd26-4090-bb2d-4fb8c52f0dca" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "5a5e4de4-3d75-4f55-8e7a-188fb116ae82" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011925Z:5a5e4de4-3d75-4f55-8e7a-188fb116ae82" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e2836ae1-70bf-4270-af10-bc05d5d7e56e" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "e188bfb2-234a-44e8-a44a-900fcf2403c8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000918Z:e188bfb2-234a-44e8-a44a-900fcf2403c8" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 897C1AAF723C4EF09BD90A361EE89432 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:24 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 547004B002614BC5BE6ACCC7BFE8306E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest2-fdgw6nz0r1\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+31": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01+30": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag1\": \"MyTag1Value1\",\r\n \"MyTag2\": \"MyTag1Value2\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.2\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "862" ],
+ "x-ms-client-request-id": [ "27041921-4833-4615-ab3a-ae8eda357e5f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1943" ]
}
},
"Response": {
@@ -1349,43 +1317,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC378E212EAB5\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ad172ce0-e855-4f82-8638-c7a26e1f2e4e" ],
+ "x-ms-request-id": [ "7e9740c9-9e1d-49d1-a189-45589837d045" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "9efb15a3-34b7-4fd6-86aa-f9f818499c77" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011927Z:9efb15a3-34b7-4fd6-86aa-f9f818499c77" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f6e3b11d-f2b8-407c-9091-a1a09e70ca24" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7fb8d7af-0655-4d05-b6c0-d692be745449" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000918Z:7fb8d7af-0655-4d05-b6c0-d692be745449" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 2D301F1647514B69A8A9785351FC3FBF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:25Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:27 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0B300608AD3542A3A76489C8F82F5DD4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7754" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:19:27.1866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1/config/web\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70510,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+32": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+31": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "492" ],
- "x-ms-client-request-id": [ "d34ea95d-d655-4ce1-9d73-9bd3f8293435" ],
- "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
- "FullCommandName": [ "Set-AzFunctionApp_Update" ],
+ "x-ms-unique-id": [ "863" ],
+ "x-ms-client-request-id": [ "0672963a-deeb-4377-9ca0-f45d8a9e8a55" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -1395,42 +1363,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3790F0DB52B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f72e32e5-8950-4dfa-89df-1412a111648b" ],
+ "x-ms-request-id": [ "abdca602-3531-4f1f-89e7-e3b40df55277" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "e00ef775-7b67-4d5e-863c-db7b98b77e95" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011958Z:e00ef775-7b67-4d5e-863c-db7b98b77e95" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "17e72749-7248-4baf-a6f8-dc8a9cd84b2f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000919Z:17e72749-7248-4baf-a6f8-dc8a9cd84b2f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3A974C3860274CE8A12EE5D8B2D33CA7 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:57Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5DAB092BA90D4560B4C155FF618A0E91 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:19 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7550" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:19:27.1866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+33": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+32": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "493" ],
- "x-ms-client-request-id": [ "290866af-2882-478c-9bb1-9eb03ef7a04d" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "864" ],
+ "x-ms-client-request-id": [ "05050872-34b6-4428-bb1c-cd09d621bfff" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1441,135 +1408,124 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3790F0DB52B\"" ],
+ "ETag": [ "\"1DC55C40122946B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1886dc8d-b1f6-41a4-a0f6-bf15e8d4ae85" ],
+ "x-ms-request-id": [ "592189f2-f88e-4e26-b27a-fcd3d755c13c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "70124be1-f773-466f-acbf-0f0e9fb37371" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011958Z:70124be1-f773-466f-acbf-0f0e9fb37371" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/87116f49-6975-4b4c-9be9-392cb8f21fd9" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "0eb2fbba-dc9a-4bd3-81a4-21b6ef394d0f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000927Z:0eb2fbba-dc9a-4bd3-81a4-21b6ef394d0f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 01AAFC8268144FBEB1BC50DF40CEEC74 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 33CF4FDE17A249798DC3A6C4078A2D64 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:26 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7550" ],
- "Content-Type": [ "application/json" ],
- "Expires": [ "-1" ]
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:19:27.1866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": null,
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+34": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+33": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "494" ],
- "x-ms-client-request-id": [ "5529012b-6b42-44c6-b87a-abec8117418f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "865" ],
+ "x-ms-client-request-id": [ "2119238e-93c5-485e-836f-31fdb696a3b7" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
"Response": {
- "StatusCode": 200,
+ "StatusCode": 404,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "829e7346-2852-4280-b2b8-9b45c02cd951" ],
+ "x-ms-correlation-request-id": [ "829e7346-2852-4280-b2b8-9b45c02cd951" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000927Z:829e7346-2852-4280-b2b8-9b45c02cd951" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9d7d5386-5ec1-4f46-ad04-b20f19235b1f" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "77e3a1fd-5aca-4a85-8c29-fa49514d5eeb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011958Z:77e3a1fd-5aca-4a85-8c29-fa49514d5eeb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CAF99105A1134E9284BC92D134B79E9D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:57 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D31FE58A75DF4A028CBDC88982E111CE Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "264" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\u0027 under resource group \u0027Functions-Test-Windows-Premium-rs70mo\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+35": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01+34": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "495" ],
- "x-ms-client-request-id": [ "f5b2fe29-e0d8-4d95-b4e7-a3cec6329155" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "866" ],
+ "x-ms-client-request-id": [ "b223dab8-b52c-4496-8a99-7ab68e8c9cb5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
"Response": {
- "StatusCode": 200,
+ "StatusCode": 404,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "17fa83f7-3cd5-480d-ab1b-6905d2e93584" ],
+ "x-ms-correlation-request-id": [ "17fa83f7-3cd5-480d-ab1b-6905d2e93584" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000927Z:17fa83f7-3cd5-480d-ab1b-6905d2e93584" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "26ea637c-cc3b-4b97-9923-f81ec0f66287" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ],
- "x-ms-correlation-request-id": [ "b1e10b10-ae0a-4f6c-b986-38e5c4c45464" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011958Z:b1e10b10-ae0a-4f6c-b986-38e5c4c45464" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EED2BB54EA524C9282D3DE4F8B6F850C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: A3A4A1421FA548689E21A2C1DC71FEBC Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4130" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "264" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26368,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Func-PowerShell-NewTest2-fdgw6nz0r1\u0027 under resource group \u0027Functions-Test-Windows-Premium-rs70mo\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+36": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": null,
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Func-PowerShell-NewTest3-wbuk7grly4\",\r\n \"type\": \"Site\"\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "496" ],
- "x-ms-client-request-id": [ "e5a5da2a-1ce0-4232-ad01-d2983b378feb" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "72" ]
}
},
"Response": {
@@ -1577,42 +1533,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3790F0DB52B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "97c844b0-ed26-4535-a3b0-d68a32340d5b" ],
+ "x-ms-request-id": [ "67ec4fa3-b37a-4075-bdc3-a3c8222b6b72" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "bce4bb6f-b1d0-4453-ae44-9bbec0a41883" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011959Z:bce4bb6f-b1d0-4453-ae44-9bbec0a41883" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e847222e-76c6-4c26-9131-0a29561e7e35" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "40ce391f-d436-4ca6-b19a-05727dd6875d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000927Z:40ce391f-d436-4ca6-b19a-05727dd6875d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: E058582C02D74D7E8B32FF6EA4C11727 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:58Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C63F6F46117B4EFBBD8B7BB8BFDF3CB1 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7550" ],
+ "Content-Length": [ "47" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:19:27.1866667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"a5c09a90-901c-4c03-acbc-daeec15fee64\"}}",
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+37": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "497" ],
- "x-ms-client-request-id": [ "62913126-a707-4466-95c8-86f4e52a402f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "868" ],
+ "x-ms-client-request-id": [ "bc30583c-9cfb-4fbd-9a6f-13b97bb5746c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1623,41 +1579,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "144358ad-86a2-4089-95c8-8e43e6b1a721", "ab183c22-f4e2-4146-a403-e6f4435e8098" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "8fafd8d2-96b7-41fc-bd90-81de95fedb9b" ],
+ "x-ms-correlation-request-id": [ "8fafd8d2-96b7-41fc-bd90-81de95fedb9b" ],
+ "x-ms-routing-request-id": [ "WESTCENTRALUS:20251115T000928Z:8fafd8d2-96b7-41fc-bd90-81de95fedb9b" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e45ee2be-a5df-44e1-8142-c2d2faf83f80" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11996" ],
- "x-ms-correlation-request-id": [ "c440d776-2802-4606-a5ff-7e8b7cfcc7f2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011959Z:c440d776-2802-4606-a5ff-7e8b7cfcc7f2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0BACBFA975E94EE9954D1EF3001EB834 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:59Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B844D99CDA7C4179AAEC4E467F19A2F7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "15375" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds\",\"name\":\"Default1ds\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508082,\"name\":\"Default1ds\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508079,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508076,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+38": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "498" ],
- "x-ms-client-request-id": [ "ce0fefb3-2634-4599-937f-9a6942e06d93" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "869" ],
+ "x-ms-client-request-id": [ "c4c5a80d-2260-4dbb-b732-80757c47027c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1669,40 +1624,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3c3b315c-6c83-4824-bd4e-31356abbb187" ],
+ "x-ms-request-id": [ "c4c4fdfb-1566-4680-b988-53a390b93600" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "bc3e0df7-9f08-427e-b035-0ac0e6e27016" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011959Z:bc3e0df7-9f08-427e-b035-0ac0e6e27016" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "42254022-2be7-4abb-a2bb-40e8f4bd8fd4" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T000928Z:42254022-2be7-4abb-a2bb-40e8f4bd8fd4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F273B85B1A2E491CBF929F7EC7D0EE8B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:59Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:58 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D4A45289FA1649BBA0BEDED90178596E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:28Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4130" ],
+ "Content-Length": [ "1817" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26368,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+39": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "499" ],
- "x-ms-client-request-id": [ "8c158e42-8965-4e7b-a73d-d15354d5b092" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "870" ],
+ "x-ms-client-request-id": [ "d65a0229-0477-4d40-8553-2b0f8c206779" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1714,38 +1669,43 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "74514974-8b4e-456e-aacc-a6d2c08e22c6" ],
+ "x-ms-request-id": [ "e49d2842-d5c8-4756-8f6e-a28b9ade5ba7" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "5bf80c81-ba0c-452c-ac4a-9eb489584761" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T011959Z:5bf80c81-ba0c-452c-ac4a-9eb489584761" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "7768a2f9-a295-4128-994f-b07b9ff65426" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000929Z:7768a2f9-a295-4128-994f-b07b9ff65426" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C87026DB6EAC4E348828DCB49F5AAA67 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:59Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:19:59 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 99B76DD28212445881FAE739812DC010 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1782" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+40": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds?api-version=2023-12-01+5": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag1\": \"MyTag1Value1\",\r\n \"MyTag2\": \"MyTag1Value2\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.2\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "871" ],
+ "x-ms-client-request-id": [ "02ae088e-c7f4-483f-ac8b-9e22160fc36d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1933" ]
}
},
"Response": {
@@ -1753,43 +1713,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3790F0DB52B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d73ed022-224f-482c-9a1c-54fa4003e3a2" ],
+ "x-ms-request-id": [ "1809a295-68f4-4e6c-9411-7fe64eb6739f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "26484db6-2abc-40bb-a707-a09eeeed6612" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012002Z:26484db6-2abc-40bb-a707-a09eeeed6612" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "858a28a3-7f95-4f2e-af66-6f28ad9eebd3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000929Z:858a28a3-7f95-4f2e-af66-6f28ad9eebd3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6624E07E3BB1421A8FBC42C976B807A1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:19:59Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:01 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D2AD5A2DF42C433F8B765035CA769683 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7609" ],
+ "Content-Length": [ "1747" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:01.76\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds\",\"name\":\"Default1ds\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":76264,\"name\":\"Default1ds\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-265_76264\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:08:29.32\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+41": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01+6": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "501" ],
- "x-ms-client-request-id": [ "4d5678f1-42bf-4e6d-bc0c-edadf2dce427" ],
- "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
- "FullCommandName": [ "Set-AzFunctionApp_Update" ],
+ "x-ms-unique-id": [ "872" ],
+ "x-ms-client-request-id": [ "a31c8468-0700-4610-b7fe-308fc41cf09c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -1799,42 +1758,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37923A92E00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "53eb1d4e-a6fd-4e57-9e0d-2630705c8f00" ],
+ "x-ms-request-id": [ "be8be1de-b964-4af7-b66a-e9f3cf3e293c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "7a7304b9-8b07-4ed4-a372-b0b696c634b9" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012032Z:7a7304b9-8b07-4ed4-a372-b0b696c634b9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "eb32d8d0-789d-4aad-b45e-eb1a4e399de2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000929Z:eb32d8d0-789d-4aad-b45e-eb1a4e399de2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F8DDA4B7DCB64DF4A341693EE5817616 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:32Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:31 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1B048C9F39424DE0A86F635EFB2AD75E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7405" ],
+ "Content-Length": [ "1758" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:01.76\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97020,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97020\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:04:22.9633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+42": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01+7": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "502" ],
- "x-ms-client-request-id": [ "bc96d7a4-973b-4f61-980d-04272189d9a7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "873" ],
+ "x-ms-client-request-id": [ "46080fdd-9feb-4488-8c96-cbbf5e4c01d9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1845,42 +1803,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37923A92E00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fd96df07-d8fa-4d82-adc4-4e20b45bde65" ],
+ "x-ms-request-id": [ "854b9590-83b7-46cf-a483-ca682bf753b5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "d9ffd690-a5e1-4f9d-acf9-5058b3d72ade" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012032Z:d9ffd690-a5e1-4f9d-acf9-5058b3d72ade" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e5c76d2a-f4cc-4b26-9d68-f638438c4ec0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000929Z:e5c76d2a-f4cc-4b26-9d68-f638438c4ec0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 12AD73C75546447FB8C59EA048DD8ED6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:32Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CD83DB4C7EAB4E32B46225B915174B0C Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7405" ],
+ "Content-Length": [ "1740" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:01.76\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":89795,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-229_89795\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:01:10.5366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+43": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+8": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "503" ],
- "x-ms-client-request-id": [ "3bb19f04-e274-4bc3-918b-56a2d408851a" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "874" ],
+ "x-ms-client-request-id": [ "76f045e7-4ca5-46db-a0a9-b3536ccc0b1e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1892,40 +1849,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "14df7118-97e1-43b0-960e-8d221551bdcc" ],
+ "x-ms-request-id": [ "aa7aa95a-0104-4091-9122-dff4aa9b49ae" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "14462bb8-ab84-42d4-ba2c-2a9eb583b6b1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012033Z:14462bb8-ab84-42d4-ba2c-2a9eb583b6b1" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "435f7f22-a75d-468e-825f-25d5401eadd4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000929Z:435f7f22-a75d-468e-825f-25d5401eadd4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8E11EC4FC5974825BC4CDA5D2A266A63 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:32Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 747984F03AA34AB1981401EBCC0E4B6D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+44": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+9": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "504" ],
- "x-ms-client-request-id": [ "bc3045dd-5cc2-4597-8148-4a2c34c883ee" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "875" ],
+ "x-ms-client-request-id": [ "12372334-0dd6-4844-b918-144c8cb39a90" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1937,40 +1894,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "62f98fa0-2515-4cfe-ba98-b38ddeaff93b" ],
+ "x-ms-request-id": [ "46b8dd85-959c-4e2a-9753-0a563bd0607b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "e8c389bf-a4bb-4485-9c73-fb2dca0f2120" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012033Z:e8c389bf-a4bb-4485-9c73-fb2dca0f2120" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9e637862-4796-4eff-8b67-46de2e7eae86" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000930Z:9e637862-4796-4eff-8b67-46de2e7eae86" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 39A20BC78B3C4181B1943C5C3C59ACE4 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EA0E03D32CFA4165A855786D17ADD997 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:30Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4129" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+45": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+10": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "505" ],
- "x-ms-client-request-id": [ "94e781d9-a73c-47e1-b76e-38e685ffa8d6" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "876" ],
+ "x-ms-client-request-id": [ "c90af9d1-87e5-4856-b4fb-0f333da0f02f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -1981,42 +1938,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37923A92E00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fe32f954-f7d5-494c-99a0-24cb149fbe58" ],
+ "x-ms-request-id": [ "f642e65f-1af8-43b7-a526-c0bbbd037209" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "67e1c36d-55fd-4ff0-abaf-25fa608e008d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012033Z:67e1c36d-55fd-4ff0-abaf-25fa608e008d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "cc1faea5-4650-4a08-8782-fec6d485606b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000930Z:cc1faea5-4650-4a08-8782-fec6d485606b" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 55B14917FA4B4415892251790EAA069D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:32 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D18A19807C584CF4A493B9BF5AB26F36 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:30Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:30 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7405" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:01.76\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+46": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+11": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "506" ],
- "x-ms-client-request-id": [ "55c8366a-ae7a-4571-a548-254bcf63441e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "877" ],
+ "x-ms-client-request-id": [ "64d2351e-5788-4961-bfb2-9931b92350d4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2028,40 +1984,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "05bb15f4-62aa-444d-bfcc-2d0d879cc623" ],
+ "x-ms-request-id": [ "f3704a14-7e7a-42a5-8c92-2d8ea4eb5de3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "50e32703-dc5a-467e-9c7c-62be79ce430a" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012033Z:50e32703-dc5a-467e-9c7c-62be79ce430a" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "459c86f2-c525-4b34-98d7-30efc30197fe" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000931Z:459c86f2-c525-4b34-98d7-30efc30197fe" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0C24C2ED3DEE4F08BF85C2915C1465CD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:33Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D5608B85902F4715988E3CDCF207283A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:30Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:31 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":12,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+47": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+12": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "507" ],
- "x-ms-client-request-id": [ "5968e2c2-85ee-4bb1-9e8c-e8f86faf51ed" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "878" ],
+ "x-ms-client-request-id": [ "5f12d93b-e842-492a-b1fb-b84bcb0ac118" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2072,41 +2028,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "70e9cc6e-e52a-4e63-9b9f-15a78254d9cf", "c7939bf1-e78d-4eff-942b-f4206af3319d", "1a370aac-2d98-4b18-9158-d03ca1dab55f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "7ad39e76-cbb8-4dec-a1a2-2f1a1b71c390" ],
+ "x-ms-correlation-request-id": [ "7ad39e76-cbb8-4dec-a1a2-2f1a1b71c390" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251115T000931Z:7ad39e76-cbb8-4dec-a1a2-2f1a1b71c390" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c44c6ec9-a2a7-4ece-8603-19f2df7e3ac6" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "c2bed4bd-fafd-4e30-a136-7b78b5bd422f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012034Z:c2bed4bd-fafd-4e30-a136-7b78b5bd422f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 45B3A472A2C142BFAD1A2D678F033A56 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3F8FE65556BE4AB8AE7E757571FD1D0B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:31Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:31 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4129" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+48": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+13": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "508" ],
- "x-ms-client-request-id": [ "bc45b8b2-e6fd-4c19-b93c-b06aa3900a1b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "879" ],
+ "x-ms-client-request-id": [ "10ead558-380a-4c81-b956-2de02197d5f4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2117,44 +2072,37 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "5ea2c76b-9fbc-4fc6-a3f4-0132a0ee2424" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fe7ac803-bd76-4269-bc99-b370327ff011" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "c24e4d75-5084-43e6-a722-cac2b38f6c49" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012034Z:c24e4d75-5084-43e6-a722-cac2b38f6c49" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/0b3430c6-5506-42ee-ad9a-ad64998108b6" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "1812530d-6e7e-4626-ac6f-702336d20acf" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T000932Z:1812530d-6e7e-4626-ac6f-702336d20acf" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 1DD4DC02979B4087AF8FE64FDE8F6057 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DE564C31022541BC89EF1D5D0DBB5221 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:31Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:31 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "288" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\"}}",
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Insights/components?api-version=2015-05-01+49": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2015-05-01+14": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Insights/components?api-version=2015-05-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest3-wbuk7grly4?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}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "509" ],
- "x-ms-client-request-id": [ "ca8c4a34-f316-49f5-bf90-ec5cdd7fd2ce" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzAppInsights" ],
- "FullCommandName": [ "Get-AzAppInsights_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
}
},
"Response": {
@@ -2167,35 +2115,36 @@
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-request-id": [ "248ebc27-3604-456d-88b2-688b3e85af5e" ],
- "x-ms-correlation-request-id": [ "248ebc27-3604-456d-88b2-688b3e85af5e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012034Z:248ebc27-3604-456d-88b2-688b3e85af5e" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b25956d8-a51a-4f2e-8d02-75fcbadf0601" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "fd3c279b-203f-45f1-b8b7-33fea28f9869" ],
+ "x-ms-correlation-request-id": [ "fd3c279b-203f-45f1-b8b7-33fea28f9869" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T000938Z:fd3c279b-203f-45f1-b8b7-33fea28f9869" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5356C4D5D8E34B77A6B387302016173D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6333B69C85EC4270A984EBF2E2A246AA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:32Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:09:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "28591" ],
+ "Content-Length": [ "1684" ],
"Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-72-n0c7kq\",\r\n \"name\": \"Functions-PowerShell-72-n0c7kq\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28006732-0000-0300-0000-6674ce5c0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-72-n0c7kq\",\r\n \"AppId\": \"a6a3f52c-ae9a-4cd6-93f1-7d5e311e64ea\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"fa6044a6-c259-4170-b89d-2f11a85f94e7\",\r\n \"ConnectionString\": \"InstrumentationKey=fa6044a6-c259-4170-b89d-2f11a85f94e7;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=a6a3f52c-ae9a-4cd6-93f1-7d5e311e64ea\",\r\n \"Name\": \"Functions-PowerShell-72-n0c7kq\",\r\n \"CreationDate\": \"2024-06-21T00:50:11.9027877+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-Node-18-1u8q25\",\r\n \"name\": \"Functions-Node-18-1u8q25\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e735-0000-0300-0000-6674ce980000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Node-18-1u8q25\",\r\n \"AppId\": \"29858211-be59-4b14-b2ab-138d40f0de1c\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"78b84753-614d-4b26-a471-25e26fecf1ee\",\r\n \"ConnectionString\": \"InstrumentationKey=78b84753-614d-4b26-a471-25e26fecf1ee;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=29858211-be59-4b14-b2ab-138d40f0de1c\",\r\n \"Name\": \"Functions-Node-18-1u8q25\",\r\n \"CreationDate\": \"2024-06-21T00:51:13.7055576+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/microsoft.insights/components/Functions-DotNet-6-9uj4si\",\r\n \"name\": \"Functions-DotNet-6-9uj4si\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800ac38-0000-0300-0000-6674ceba0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-6-9uj4si\",\r\n \"AppId\": \"8ce21137-5a86-4ed9-a3e5-8ee1cd2a0851\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"a2f5facb-093f-44b6-9e00-911b1fbd70e9\",\r\n \"ConnectionString\": \"InstrumentationKey=a2f5facb-093f-44b6-9e00-911b1fbd70e9;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=8ce21137-5a86-4ed9-a3e5-8ee1cd2a0851\",\r\n \"Name\": \"Functions-DotNet-6-9uj4si\",\r\n \"CreationDate\": \"2024-06-21T00:52:10.6718185+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Python-310-bj26n8\",\r\n \"name\": \"Functions-Python-310-bj26n8\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800b641-0000-0300-0000-6674cefb0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-310-bj26n8\",\r\n \"AppId\": \"6ecc8d1f-0a58-444c-b43b-0bb50175068d\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"2eaef2e0-6acb-4b79-b771-8312078be897\",\r\n \"ConnectionString\": \"InstrumentationKey=2eaef2e0-6acb-4b79-b771-8312078be897;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=6ecc8d1f-0a58-444c-b43b-0bb50175068d\",\r\n \"Name\": \"Functions-Python-310-bj26n8\",\r\n \"CreationDate\": \"2024-06-21T00:53:15.5365035+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo-new\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo-new\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28000b49-0000-0300-0000-6674cf390000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo-new\",\r\n \"AppId\": \"32cb91e9-6c19-49c2-9e1a-5c74e8167aa1\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": null,\r\n \"InstrumentationKey\": \"e2b07092-a978-4d94-af24-5ea770e4263b\",\r\n \"ConnectionString\": \"InstrumentationKey=e2b07092-a978-4d94-af24-5ea770e4263b;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=32cb91e9-6c19-49c2-9e1a-5c74e8167aa1\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo-new\",\r\n \"CreationDate\": \"2024-06-21T00:54:17.3884484+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e96a-0000-0300-0000-6674d4b80000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-CustomImage-5y3dpkzqcb\",\r\n \"name\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28005958-0000-0300-0000-6674d0100000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"AppId\": \"c6be27ef-cc82-4ad8-aa75-298df5ab14ae\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"cc8ac43e-b206-47a5-8058-3e2cd6a497f3\",\r\n \"ConnectionString\": \"InstrumentationKey=cc8ac43e-b206-47a5-8058-3e2cd6a497f3;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=c6be27ef-cc82-4ad8-aa75-298df5ab14ae\",\r\n \"Name\": \"Functions-CustomImage-5y3dpkzqcb\",\r\n \"CreationDate\": \"2024-06-21T00:56:08.8071481+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28006357-0000-0300-0000-6674d0000000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"ce387e87-a068-44f8-8a8b-464832ecb014\",\r\n \"ConnectionString\": \"InstrumentationKey=ce387e87-a068-44f8-8a8b-464832ecb014;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=91e29ec5-a395-4783-8b6e-223d27676d93\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:21.5387613+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-TestAppName-o7atemdn6x\",\r\n \"name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28002f58-0000-0300-0000-6674d0040000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"AppId\": \"259c0804-390a-419f-9560-9b21cefcb580\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"9db50430-8b46-4b2d-a641-377546ab3577\",\r\n \"ConnectionString\": \"InstrumentationKey=9db50430-8b46-4b2d-a641-377546ab3577;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=259c0804-390a-419f-9560-9b21cefcb580\",\r\n \"Name\": \"Functions-TestAppName-o7atemdn6x\",\r\n \"CreationDate\": \"2024-06-21T00:57:40.8885518+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/microsoft.insights/components/Functions-Python-iyf85pjd9l\",\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28001867-0000-0300-0000-6674d3960000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-iyf85pjd9l\",\r\n \"AppId\": \"f84b56aa-fb47-4198-8d5e-93c737d87873\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"3acd53fb-3572-4fa8-b91e-f48bfd5a6982\",\r\n \"ConnectionString\": \"InstrumentationKey=3acd53fb-3572-4fa8-b91e-f48bfd5a6982;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f84b56aa-fb47-4198-8d5e-93c737d87873\",\r\n \"Name\": \"Functions-Python-iyf85pjd9l\",\r\n \"CreationDate\": \"2024-06-21T00:57:47.3295727+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e55a-0000-0300-0000-6674d0600000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"f25825b3-5fde-4712-a9e7-ee859f6df902\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"c024a4a7-73ab-44da-a551-c208b6d73ac8\",\r\n \"ConnectionString\": \"InstrumentationKey=c024a4a7-73ab-44da-a551-c208b6d73ac8;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f25825b3-5fde-4712-a9e7-ee859f6df902\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:59:12.5706273+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-DotNet-fzbnp5j12m\",\r\n \"name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800d15f-0000-0300-0000-6674d1e30000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"AppId\": \"f1dcf9c3-dc4a-4949-aea2-0dca866335da\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"acfe5cbd-9c18-4a5c-8296-28f0544156cf\",\r\n \"ConnectionString\": \"InstrumentationKey=acfe5cbd-9c18-4a5c-8296-28f0544156cf;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=f1dcf9c3-dc4a-4949-aea2-0dca866335da\",\r\n \"Name\": \"Functions-DotNet-fzbnp5j12m\",\r\n \"CreationDate\": \"2024-06-21T01:03:11.9534357+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Java-k0vbul5y8x\",\r\n \"name\": \"Functions-Java-k0vbul5y8x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e160-0000-0300-0000-6674d22c0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Java-k0vbul5y8x\",\r\n \"AppId\": \"e9ef6317-e5cc-459c-b68e-879c0e2d237c\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"8a6d9fd4-69c8-4cc5-ae81-f1490938a438\",\r\n \"ConnectionString\": \"InstrumentationKey=8a6d9fd4-69c8-4cc5-ae81-f1490938a438;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e9ef6317-e5cc-459c-b68e-879c0e2d237c\",\r\n \"Name\": \"Functions-Java-k0vbul5y8x\",\r\n \"CreationDate\": \"2024-06-21T01:06:52.3100553+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Node-4fqxib7usc\",\r\n \"name\": \"Functions-Node-4fqxib7usc\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28002162-0000-0300-0000-6674d2730000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Node-4fqxib7usc\",\r\n \"AppId\": \"25041e42-7597-45f7-a834-ee831ea9537e\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a\",\r\n \"ConnectionString\": \"InstrumentationKey=1ae1aeff-8fa2-4bf9-9004-3987a9b0eb8a;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=25041e42-7597-45f7-a834-ee831ea9537e\",\r\n \"Name\": \"Functions-Node-4fqxib7usc\",\r\n \"CreationDate\": \"2024-06-21T01:08:03.241404+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-Python-iyf85pjd9l\",\r\n \"name\": \"Functions-Python-iyf85pjd9l\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28006b63-0000-0300-0000-6674d2ba0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Python-iyf85pjd9l\",\r\n \"AppId\": \"2b2e1923-aceb-4b6a-acb6-45c3f5114756\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"28c9c284-01ef-4482-81ba-4b90e467d131\",\r\n \"ConnectionString\": \"InstrumentationKey=28c9c284-01ef-4482-81ba-4b90e467d131;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=2b2e1923-aceb-4b6a-acb6-45c3f5114756\",\r\n \"Name\": \"Functions-Python-iyf85pjd9l\",\r\n \"CreationDate\": \"2024-06-21T01:09:14.3402753+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28004765-0000-0300-0000-6674d3070000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"dbadec04-f560-41d3-9e38-544954eee5aa\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"97d89d08-0973-44ed-9c86-411f097d7105\",\r\n \"ConnectionString\": \"InstrumentationKey=97d89d08-0973-44ed-9c86-411f097d7105;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=dbadec04-f560-41d3-9e38-544954eee5aa\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T01:10:31.0470776+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"name\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28007166-0000-0300-0000-6674d3590000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"AppId\": \"38ead3a8-b8b0-4dc6-9cb7-3068e409fc8c\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"c98dc022-0624-46dc-ba44-94ecb3c8c16a\",\r\n \"ConnectionString\": \"InstrumentationKey=c98dc022-0624-46dc-ba44-94ecb3c8c16a;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=38ead3a8-b8b0-4dc6-9cb7-3068e409fc8c\",\r\n \"Name\": \"Functions-DotNet-Isolated9mgi8jlqpw\",\r\n \"CreationDate\": \"2024-06-21T01:11:41.6201575+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-Java-k0vbul5y8x\",\r\n \"name\": \"Functions-Java-k0vbul5y8x\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28001768-0000-0300-0000-6674d3f90000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-Java-k0vbul5y8x\",\r\n \"AppId\": \"8278f501-f1ea-407a-92dd-a7828521d420\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"5225ee3a-a446-43f5-b3df-c1fa272ecccf\",\r\n \"ConnectionString\": \"InstrumentationKey=5225ee3a-a446-43f5-b3df-c1fa272ecccf;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=8278f501-f1ea-407a-92dd-a7828521d420\",\r\n \"Name\": \"Functions-Java-k0vbul5y8x\",\r\n \"CreationDate\": \"2024-06-21T01:14:09.7372619+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-CustomHandleresz8ym7unv\",\r\n \"name\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800e568-0000-0300-0000-6674d44f0000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"AppId\": \"1c45451a-114b-4566-8dab-7f99116847c0\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"225cfc17-b4a8-4f0d-bc50-ff3d02783c68\",\r\n \"ConnectionString\": \"InstrumentationKey=225cfc17-b4a8-4f0d-bc50-ff3d02783c68;IngestionEndpoint=https://centralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=1c45451a-114b-4566-8dab-7f99116847c0\",\r\n \"Name\": \"Functions-CustomHandleresz8ym7unv\",\r\n \"CreationDate\": \"2024-06-21T01:15:38.2030237+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}",
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"3000a99b-0000-0300-0000-6917c4c20000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest3-wbuk7grly4\",\r\n \"name\": \"Func-PowerShell-NewTest3-wbuk7grly4\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Func-PowerShell-NewTest3-wbuk7grly4\",\r\n \"AppId\": \"5ae0ffcd-7e7a-4681-840c-63a311aa22dc\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"0b410fca-9b3b-412e-8fce-f7c5eb94a422\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Func-PowerShell-NewTest3-wbuk7grly4\",\r\n \"CreationDate\": \"2025-11-15T00:09:32.9413769+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest3-wbuk7grly4_5ae0ffcd-7e7a-4681-840c-63a311aa22dc_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest3-wbuk7grly4-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+50": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+15": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"MyTag1\": \"MyTag1Value1\",\r\n \"MyTag2\": \"MyTag1Value2\"\r\n },\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.2\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"e2b07092-a978-4d94-af24-5ea770e4263b\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest3-wbuk7grly4\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1890" ]
+ "Content-Length": [ "1718" ]
}
},
"Response": {
@@ -2203,43 +2152,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37923A92E00\"" ],
+ "ETag": [ "\"1DC55C42411C18B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c9eb5223-515e-440c-bd72-aa05942914c0" ],
+ "x-ms-request-id": [ "f0a69404-f278-4092-87ac-538a151c1866" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "056601cc-a3c9-4772-8feb-70db456ab676" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012039Z:056601cc-a3c9-4772-8feb-70db456ab676" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0c4fcc5d-de6c-42bd-8694-b52b09353bf9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "7c5afe06-7be6-42e5-9427-019ccb1a0a85" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001022Z:7c5afe06-7be6-42e5-9427-019ccb1a0a85" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 711E6D010DCC49DFACEBBAEC02E5423F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:20:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:20:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6A25BDC7F67445FAA8F72223CAB3043A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:09:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:21 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7614" ],
+ "Content-Length": [ "8496" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:36.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:09:41.4633333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+51": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+16": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "511" ],
- "x-ms-client-request-id": [ "1fe0e292-6480-4c13-9879-7d2dcdf45496" ],
- "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
- "FullCommandName": [ "Set-AzFunctionApp_Update" ],
+ "x-ms-unique-id": [ "882" ],
+ "x-ms-client-request-id": [ "ab577f5e-ffcf-404d-9e28-941080827936" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -2249,42 +2198,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3793814550B\"" ],
+ "ETag": [ "\"1DC55C43BAE4560\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "045901b6-05eb-474f-838f-2716132606dd" ],
+ "x-ms-request-id": [ "e6f9f05d-242b-4d01-b2ff-03741b6e0c72" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "ba34e103-974d-416c-a056-b07c51216073" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012109Z:ba34e103-974d-416c-a056-b07c51216073" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a222ca10-7b80-43e1-8093-6c78a349a040" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001052Z:a222ca10-7b80-43e1-8093-6c78a349a040" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 921C1CB5951C4E208DE7A122E77CB0AF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:09 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6D9BBB18E8AB4A5A927D878001AC5E67 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7410" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:36.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:21.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+52": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+17": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "512" ],
- "x-ms-client-request-id": [ "642d8a42-ee4b-498b-89ee-42e63bf0e5b1" ],
+ "x-ms-unique-id": [ "883" ],
+ "x-ms-client-request-id": [ "6e7bfd99-35e4-4ad5-9f1e-e238ddb7c6c8" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2295,42 +2244,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3793814550B\"" ],
+ "ETag": [ "\"1DC55C43BAE4560\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "93eb91e2-f0eb-4aa4-8e4e-939530ef20bb" ],
+ "x-ms-request-id": [ "01be3c63-b871-4ff6-a4fa-024ee8b3ef03" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "9de7a679-a20b-4723-ba82-d3a29367048d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012110Z:9de7a679-a20b-4723-ba82-d3a29367048d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a0c8b7ae-ca0c-4a7e-8b33-889dc3cf5b4e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001052Z:a0c8b7ae-ca0c-4a7e-8b33-889dc3cf5b4e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A0C76A1EC4A34CD3898A1B33B0574E7F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:09Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:09 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1F960986ED1D4C90854303637DA3A029 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7410" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:36.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:21.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+53": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01+18": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "513" ],
- "x-ms-client-request-id": [ "d32cf759-21cf-4bd7-8555-90b7fe627f5e" ],
+ "x-ms-unique-id": [ "884" ],
+ "x-ms-client-request-id": [ "7b07cca9-afb1-4dad-9a6b-86c30ee1b4eb" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2342,40 +2291,86 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1547ef03-a1e0-44f3-ad3d-2c580d5a819b" ],
+ "x-ms-request-id": [ "b9decedd-90db-42d0-9bcb-d05f0a8b2589" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "0fc9242f-2948-480d-8b5a-9bd94350cced" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012110Z:0fc9242f-2948-480d-8b5a-9bd94350cced" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/3f87760f-3c7a-48d9-b4bf-38c719d98bd0" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "cf905ac0-4863-4146-8c9f-1867d7a5d24c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001052Z:cf905ac0-4863-4146-8c9f-1867d7a5d24c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 93A4C5C28A38420A89313F72A73CD721 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:09 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5A48F0308D734AFDAE754EE6A33EAF4D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"e2b07092-a978-4d94-af24-5ea770e4263b\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest3-wbuk7grly4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+54": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01+19": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "514" ],
- "x-ms-client-request-id": [ "e2cebad7-cdd2-45fe-b215-4a9f25618e4b" ],
+ "x-ms-unique-id": [ "885" ],
+ "x-ms-client-request-id": [ "45de6e87-f780-4b02-8c7d-d4fb416c45f0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "e6ec7a37-8010-4090-82c4-5f39b31b26e6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/52f59466-897a-448f-8c25-a4c0d36f2044" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "00f230c0-cc53-47cf-a52a-284a2fc1708e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001053Z:00f230c0-cc53-47cf-a52a-284a2fc1708e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9093777FEC034A45BB03CFB21C8189F9 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:52 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4191" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "886" ],
+ "x-ms-client-request-id": [ "78e93b39-d4e7-4e69-b722-f24432a6881b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2386,41 +2381,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C43BAE4560\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "60693a9e-9b3d-4487-80dc-99b677278f68" ],
+ "x-ms-request-id": [ "2aeae5f9-a6ed-4014-9c3c-7783f9b5014a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "a5e3f1cb-dac8-4f4c-bba7-0ed74d1e63ff" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012110Z:a5e3f1cb-dac8-4f4c-bba7-0ed74d1e63ff" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "a40f5ce5-4b7b-4455-ae92-193d950dbb1d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001053Z:a40f5ce5-4b7b-4455-ae92-193d950dbb1d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EB11A0F8673144F88DDE1A231FF2661C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1182169106E7432DA2FEE155A18B45D9 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:53 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4129" ],
+ "Content-Length": [ "8465" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:21.75\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+55": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01+21": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "515" ],
- "x-ms-client-request-id": [ "a62cbedd-ebf9-4e55-a570-1837a8660424" ],
+ "x-ms-unique-id": [ "887" ],
+ "x-ms-client-request-id": [ "394a7a0d-5350-463b-8b9c-731668cebcd6" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2432,40 +2428,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "bbfeba82-50bc-409a-9708-ea2490ddb32d" ],
+ "x-ms-request-id": [ "5d4c888c-c5f0-4c06-938d-cb4857b4809d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "65b816ec-0157-4b0e-aadd-9289c69c3755" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012111Z:65b816ec-0157-4b0e-aadd-9289c69c3755" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/26c33d26-46d9-4294-a970-c8c3bca09f5f" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5c3203e3-0389-4f54-b2cb-0fd1efc6bd97" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001053Z:5c3203e3-0389-4f54-b2cb-0fd1efc6bd97" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 7B7A1560749E45D0B4FA5A907E722313 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:10Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 167DB613DA1A4F5E8A7D20B8D52F195F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:53 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"e2b07092-a978-4d94-af24-5ea770e4263b\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest3-wbuk7grly4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+56": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01+22": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "516" ],
- "x-ms-client-request-id": [ "9013e464-c2c3-43c8-b79e-5cd656d5e224" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "888" ],
+ "x-ms-client-request-id": [ "6e8f340d-7922-4fa5-b866-ce47299060a4" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2476,42 +2472,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3793814550B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "91836a19-ee9e-4b5b-9b98-f08745274d14" ],
+ "x-ms-request-id": [ "02d4c20f-777a-4cf5-af86-6e4c21caf0a4" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "a9c74ea5-9c88-4cd4-b8b1-87ccaa8c1095" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012111Z:a9c74ea5-9c88-4cd4-b8b1-87ccaa8c1095" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/cb6dae37-df56-49ba-bfa5-8242c21c4b90" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "242a3349-f936-4ec1-95db-8db7d82e6e28" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001054Z:242a3349-f936-4ec1-95db-8db7d82e6e28" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 55B6E3489CD14D08B399BC63BFB37551 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E895CF98AEF04E7B8E345C914E54D602 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:53 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7410" ],
+ "Content-Length": [ "4191" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:20:36.0166667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+57": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01+23": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "517" ],
- "x-ms-client-request-id": [ "c6a50850-5845-409c-a18d-7882cfbc1c3c" ],
+ "x-ms-unique-id": [ "889" ],
+ "x-ms-client-request-id": [ "447874fc-16d8-48a9-a61d-a05e0ba3d6e5" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2523,43 +2519,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "50913261-0d1d-458c-bd10-ea87ffecc96c" ],
+ "x-ms-request-id": [ "cf86fd86-4a0c-4524-b5f2-4a284453f475" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "e072cca8-38f9-4326-a020-fe337fa76875" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012111Z:e072cca8-38f9-4326-a020-fe337fa76875" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/bd28578a-626c-4587-ac3b-b9e631b84645" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "5e77a0f8-2e85-4aaf-adc6-5dc0be2a64cc" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001054Z:5e77a0f8-2e85-4aaf-adc6-5dc0be2a64cc" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DF0F2BBD307F49218274C38B57A97C7A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:10 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 20B7CD2C435949B3BA889297DAA7E4C8 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:54Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:54 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1240" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"e2b07092-a978-4d94-af24-5ea770e4263b\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest3-wbuk7grly4\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+58": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+24": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
+ "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.4\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest3-wbuk7grly4\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"UserAssigned\",\r\n \"userAssignedIdentities\": {\r\n \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\": {\r\n }\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "518" ],
- "x-ms-client-request-id": [ "8bb15cc9-96a8-4c7b-8b21-c310681338ad" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "2028" ]
}
},
"Response": {
@@ -2567,42 +2558,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C43BAE4560\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "ccb0dfb1-9ac2-4544-8a46-008338ebd3dd" ],
+ "x-ms-request-id": [ "658cfcba-3409-4c74-80fe-88c783b34d36" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "5c2c3505-1847-4a40-aeb6-43108d11e691" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012112Z:5c2c3505-1847-4a40-aeb6-43108d11e691" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/647b63f8-9c8b-4efd-91d6-a173811cc2a8" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "696a1b6e-6f92-45fe-afeb-7f59910256e5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001056Z:696a1b6e-6f92-45fe-afeb-7f59910256e5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5FADDB119E664A8E8246E5F531F561CC Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:11Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:12 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AB55020A97834E0BB96D24F598A78480 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:10:54Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:10:56 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4129" ],
+ "Content-Length": [ "8833" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag1\":\"MyTag1Value1\",\"MyTag2\":\"MyTag1Value2\"},\"properties\":{\"numberOfWorkers\":1,\"defaultDocuments\":[\"Default.htm\",\"Default.html\",\"Default.asp\",\"index.htm\",\"index.html\",\"iisstart.htm\",\"default.aspx\",\"index.php\"],\"netFrameworkVersion\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:56.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+59": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+25": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "519" ],
- "x-ms-client-request-id": [ "be82977a-9e2c-4575-880e-2e64b7ad5d7e" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_DeleteViaIdentity" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "891" ],
+ "x-ms-client-request-id": [ "65592876-1797-455a-89bd-02e2bdd13fe3" ],
+ "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
+ "FullCommandName": [ "Set-AzFunctionApp_Update" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -2612,41 +2604,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3793814550B\"" ],
+ "ETag": [ "\"1DC55C4501BF775\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "daf34192-26af-4fd0-82d5-36b4e60f16b1" ],
+ "x-ms-request-id": [ "b92498d9-75b4-41fe-b347-2a764569c7b2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ],
- "x-ms-correlation-request-id": [ "a5216c10-5add-481b-8abb-7220eeac39a6" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012126Z:a5216c10-5add-481b-8abb-7220eeac39a6" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "999fbddf-64f9-45dc-a005-283f63d14315" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001128Z:999fbddf-64f9-45dc-a005-283f63d14315" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8F88E1161786442488872DCD34F8D27F Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:12Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:25 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9858D66BA3844D4CABEB624CB5175088 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:27 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "8807" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:56.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+60": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+26": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "520" ],
- "x-ms-client-request-id": [ "aff53d94-d065-4166-ad59-a8e12d902826" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "892" ],
+ "x-ms-client-request-id": [ "8018c135-d7e6-4d71-aeea-89c434b3f822" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2657,41 +2650,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4501BF775\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "1227d254-8260-4b6c-bc3a-d70a269a6393" ],
+ "x-ms-request-id": [ "76797899-081c-48f2-a061-fc88c11f1820" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "5683bc10-61ff-48b7-ac52-9a942c12b4da" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012126Z:5683bc10-61ff-48b7-ac52-9a942c12b4da" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8e3c81b4-4630-4872-9f13-d573b011bffb" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001128Z:8e3c81b4-4630-4872-9f13-d573b011bffb" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EFCA38D2E0D247F489D7A4A25E27D677 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:26 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 71453BD45DC34A289D367B98203FE307 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:28Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1626" ],
+ "Content-Length": [ "8807" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7\",\"name\":\"Functions-MyPlan-1suocjtin7\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41614,\"name\":\"Functions-MyPlan-1suocjtin7\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41614\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T01:18:45.61\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:56.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01+61": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01+27": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-MyPlan-1suocjtin7?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "521" ],
- "x-ms-client-request-id": [ "a0befca0-8ded-4e81-ada1-502175f0f4cd" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionAppPlan" ],
- "FullCommandName": [ "Remove-AzFunctionAppPlan_DeleteViaIdentity" ],
+ "x-ms-unique-id": [ "893" ],
+ "x-ms-client-request-id": [ "45b7e40c-8efd-43e1-85c6-bddbaab2b232" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2703,37 +2697,43 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6fac21ad-193c-43c7-b15c-3009f7c8669f" ],
+ "x-ms-request-id": [ "f9006b0f-1c51-499c-ae82-e1100f178075" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ],
- "x-ms-correlation-request-id": [ "5175015c-affe-4b0c-9400-278559c7406d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012138Z:5175015c-affe-4b0c-9400-278559c7406d" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/9e45b471-a752-4fbc-ae02-5f4bfd1768d2" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "863c9065-b115-4cb7-9286-3fbf7285b160" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001128Z:863c9065-b115-4cb7-9286-3fbf7285b160" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F6089A64B3BB4DE0B189DA0CE33A90EB Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:26Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 2EE3110BDB424C10BF8C4FB13B25C600 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:28Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:28 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "1182" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest3-wbuk7grly4\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+1": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01+28": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "894" ],
+ "x-ms-client-request-id": [ "64c825dd-34bf-45ff-b81d-ba0012beb8a0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
}
},
"Response": {
@@ -2742,40 +2742,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5860d3c4-3bbc-4c49-8bdc-6ab335bd94ec" ],
+ "x-ms-request-id": [ "62d67ad1-c115-4930-a724-63d6c217af6b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "e54eb6ce-5b29-4d11-8561-8dad64b6f198" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012138Z:e54eb6ce-5b29-4d11-8561-8dad64b6f198" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/8fbde436-4921-40c2-ab3c-2aac7041cf48" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "2d270a64-1dab-4668-a4dc-258fe7068eb3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001129Z:2d270a64-1dab-4668-a4dc-258fe7068eb3" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 9F8BB9C2FD61401980881EF79E05C791 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 116381A73F7C440A8C4E6A774CD4806E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":70511,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+29": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "523" ],
- "x-ms-client-request-id": [ "118e1cd1-7676-44e6-a4f2-f6e24897b3aa" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "x-ms-unique-id": [ "895" ],
+ "x-ms-client-request-id": [ "74665e75-aeff-4423-ad87-2bd4d8cb4db8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2786,41 +2787,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4501BF775\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "357ac7f8-c971-4f62-83e4-42854e43b1c2" ],
+ "x-ms-request-id": [ "5b3cebd6-7ea9-48a1-8f3f-81a9434a1f42" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "20cd7f33-8e71-4b3a-9dd3-22ca9819828f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012138Z:20cd7f33-8e71-4b3a-9dd3-22ca9819828f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fe5d926f-108d-4145-bd97-f4c9099935be" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001129Z:fe5d926f-108d-4145-bd97-f4c9099935be" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6D9614B9746D499DB99BBBB12B2237D3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 58471AE5679A44539019E06A8C0FC8A6 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "8807" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest3-wbuk7grly4\",\"repositorySiteName\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"func-powershell-newtest3-wbuk7grly4.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\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest3-wbuk7grly4.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:10:56.0233333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest3-wbuk7grly4\\\\$Func-PowerShell-NewTest3-wbuk7grly4\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest3-wbuk7grly4.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourcegroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ID1\":{\"principalId\":\"61169926-c85a-4a5d-a53d-fdbcd266f581\",\"clientId\":\"75ecd9fd-38ba-4818-895e-2792e06feaac\"}}}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+3": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01+30": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "524" ],
- "x-ms-client-request-id": [ "cb690637-b6a7-46c2-9fdb-997654b033d0" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "896" ],
+ "x-ms-client-request-id": [ "e14b595c-785d-4b75-9ffc-0830799736ea" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2832,40 +2834,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "b75cd748-5020-41aa-827a-9502833f36a9" ],
+ "x-ms-request-id": [ "341c7505-e91e-4e00-a1a5-70f6c6b80109" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ],
- "x-ms-correlation-request-id": [ "774ae2bc-5896-4f3a-a2fe-94c8df00e96e" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012138Z:774ae2bc-5896-4f3a-a2fe-94c8df00e96e" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/312bda0a-427b-476c-8ffa-25811e159893" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "2fad1d67-4c49-4958-82e2-09a2e15633d6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001129Z:2fad1d67-4c49-4958-82e2-09a2e15633d6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0264FD6F11164244A9FD5CC55B24F5BF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:37 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 169AB580E30E43B9A4E827FAC9B6F302 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "1182" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest3-wbuk7grly4\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+4": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01+31": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "525" ],
- "x-ms-client-request-id": [ "4eb4a75a-7ba4-4470-b841-32cabb661a4b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "897" ],
+ "x-ms-client-request-id": [ "044a727f-cde2-46d5-b440-0971dcbc4bd5" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2877,40 +2879,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "19507799-fdbb-4c62-8760-e0b0416df34d" ],
+ "x-ms-request-id": [ "fc773c1b-f44a-4529-8271-6a75a312bcd9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "ed9f35b4-bfab-46ef-aaf3-85ca4e76feb4" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012138Z:ed9f35b4-bfab-46ef-aaf3-85ca4e76feb4" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a241dc40-28a1-470e-9c35-2d941510fc1f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e044b3b1-469c-4a52-8b4c-de1a23cc2c53" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001129Z:e044b3b1-469c-4a52-8b4c-de1a23cc2c53" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 35A501CDE662419094ACA3710C043BD0 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:38Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 97342994665C4D5095261830B18098D7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "4192" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4/config/web\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":70511,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+32": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "526" ],
- "x-ms-client-request-id": [ "13812691-1dfd-4f94-8591-60d0016038fd" ],
+ "x-ms-unique-id": [ "898" ],
+ "x-ms-client-request-id": [ "1cb331da-d49c-4f4c-ab75-f38d2241b82b" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
"FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2922,40 +2925,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "aacb616c-697c-43e6-8432-8bc097a7fd76" ],
+ "x-ms-request-id": [ "2074db23-db8f-45fc-8a7b-6add7e9f2ca5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "be6462a4-8ec8-45b7-877d-6e340a7f0bdf" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012139Z:be6462a4-8ec8-45b7-877d-6e340a7f0bdf" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2b9bbc08-4fd3-4721-8875-5f525bddb4a7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001130Z:2b9bbc08-4fd3-4721-8875-5f525bddb4a7" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 55C91B901A4748E1AD0438D1DDD530F3 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DC43B0FAB6B948C2A70F9791096A2736 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:30Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:29 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01+6": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01+33": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "Method": "DELETE",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "527" ],
- "x-ms-client-request-id": [ "58895f32-771c-49ff-a047-698f9481dbfc" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "899" ],
+ "x-ms-client-request-id": [ "8915aad5-6ecf-4f28-8f29-0b595d3a9772" ],
+ "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
+ "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -2966,84 +2969,126 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4501BF775\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5ae5c933-d0ac-45e5-8183-c17469481b69" ],
+ "x-ms-request-id": [ "a8e99635-b1fb-4885-8544-9f93a5e24aa6" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "81461ad0-fb28-483c-9d06-76392582c899" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012139Z:81461ad0-fb28-483c-9d06-76392582c899" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/df51843a-1bef-4435-85d8-12439a1e719d" ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [ "800" ],
+ "x-ms-ratelimit-remaining-subscription-global-deletes": [ "12000" ],
+ "x-ms-correlation-request-id": [ "c675860c-ce5c-437b-91b0-2dc2ae745ea6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001138Z:c675860c-ce5c-437b-91b0-2dc2ae745ea6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DFD581F6E6DD4030AE930A79FBFCB97D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E9E0F6D071D34FF78D897870BF69A350 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:30Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
- "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ],
+ "Content-Length": [ "0" ]
+ },
+ "Content": null,
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+34": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "900" ],
+ "x-ms-client-request-id": [ "68eb511e-c219-4e3b-ae86-175a1bc325f0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 404,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "06c095f1-a4bd-4ef2-8b79-4eacb8160bde" ],
+ "x-ms-correlation-request-id": [ "06c095f1-a4bd-4ef2-8b79-4eacb8160bde" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001138Z:06c095f1-a4bd-4ef2-8b79-4eacb8160bde" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C0632250E576416EB6AC6D47C5E681CE Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:38 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "264" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\u0027 under resource group \u0027Functions-Test-Windows-Premium-rs70mo\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+7": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01+35": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "528" ],
- "x-ms-client-request-id": [ "d7e8d46d-6694-4368-9c0c-d36e769a0ffd" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "901" ],
+ "x-ms-client-request-id": [ "12749e0a-be2a-4b1a-bf95-1a30c4f3051d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
"Response": {
- "StatusCode": 200,
+ "StatusCode": 404,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "4b8fdd1c-8b24-4925-a0e8-1b94f34a5f01" ],
+ "x-ms-failure-cause": [ "gateway" ],
+ "x-ms-request-id": [ "05adf2ae-6441-4f60-b46e-7485ae208a4d" ],
+ "x-ms-correlation-request-id": [ "05adf2ae-6441-4f60-b46e-7485ae208a4d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001138Z:05adf2ae-6441-4f60-b46e-7485ae208a4d" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ],
- "x-ms-correlation-request-id": [ "21526908-2eb7-4c69-9924-2a8048b1f401" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012139Z:21526908-2eb7-4c69-9924-2a8048b1f401" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EB786A21E6F64252BB52004F50A1B7D6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D10F2D3C424943809A3D1913A9046CAD Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "264" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Func-PowerShell-NewTest3-wbuk7grly4\u0027 under resource group \u0027Functions-Test-Windows-Premium-rs70mo\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01+8": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+1": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "529" ],
- "x-ms-client-request-id": [ "3640cdd8-8bb2-47f0-9371-9a2db75292f7" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "902" ],
+ "x-ms-client-request-id": [ "40f1ccd9-cb64-4e65-8283-5be6c6d027a6" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3054,37 +3099,40 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "b3cd909d-5c3c-41ff-84fd-f43fd6e16539" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "bdbb0115-38a1-4747-83fd-ff2f2e09a68d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012139Z:bdbb0115-38a1-4747-83fd-ff2f2e09a68d" ],
+ "x-ms-request-id": [ "c5a4f537-6c59-4dff-93bb-f0aaded0e872" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/9bd1a85a-cfb6-4fa5-90a6-9f66a471a0ca" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "af73e587-fa1d-4d5a-a4dd-76c11ccf1662" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001138Z:af73e587-fa1d-4d5a-a4dd-76c11ccf1662" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: ABAB7855365F4B0088DF49AF4B4C0C44 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 012DF575ADA74AB28FAAE159290DA291 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:38 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "36863" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01+2": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01",
+ "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 6,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"tier\": \"ElasticPremium\",\r\n \"capacity\": 1\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
+ "Content-Length": [ "205" ]
}
},
"Response": {
@@ -3092,40 +3140,1608 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "ETag": [ "\"1DC55C46B27634B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "402e91e6-59d2-4fce-815c-e6091525bcd7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ],
- "x-ms-request-id": [ "d298d18c-c97f-4870-b592-d6f35badd3b5" ],
- "x-ms-correlation-request-id": [ "d298d18c-c97f-4870-b592-d6f35badd3b5" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012142Z:d298d18c-c97f-4870-b592-d6f35badd3b5" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/ec9a360d-5848-4e54-9326-dcf7c5f40afe" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "382c4825-b974-479c-b394-16ab1096f6a3" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T001142Z:382c4825-b974-479c-b394-16ab1096f6a3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 4504123C594B44B5B2F8890C52AFA701 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:21:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F53B4E91AA914F34B35AF75827F62DA7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:11:38Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:11:42 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1395" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "1915" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"28009e6d-0000-0300-0000-6674d5a40000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"central us\",\"properties\":{\"serverFarmId\":94041,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1},\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":6,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94041\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-15T00:11:40.6166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+10": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01+3": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "904" ],
+ "x-ms-client-request-id": [ "a468fe0c-b438-40de-8c8f-4ff6b987d224" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "bef9974a-8510-4645-960a-12c462073670" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8f7207d8-1e06-4015-93c9-3c0763aabd43" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001212Z:8f7207d8-1e06-4015-93c9-3c0763aabd43" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C05588EE8F314AE0BDEFAA74E0FCC9C4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:12Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1825" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94041,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":6,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94041\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:11:40.6166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01+4": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "905" ],
+ "x-ms-client-request-id": [ "a468fe0c-b438-40de-8c8f-4ff6b987d224" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "b0be3705-7b0d-4aee-baab-dcfb2336bae8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c57aa5d5-0b76-4ef2-98cb-0cbf0e3ec123" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001213Z:c57aa5d5-0b76-4ef2-98cb-0cbf0e3ec123" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FC8538AE2F3E4C80A6C46ECA734E03E7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:12Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1825" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94041,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":6,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94041\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:11:40.6166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01+5": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
+ "Content": "{\r\n \"name\": \"Func-PowerShell-NewTest5-195kucxe6q\",\r\n \"type\": \"Site\"\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "72" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "f25d5acf-3b1b-4e84-8a88-8db6284dcb3e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/bc86c4d8-9a2b-4ef8-9ea9-a5399cbb7bf0" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "bcec2023-158d-4ce4-b243-4d05cea38c74" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001213Z:bcec2023-158d-4ce4-b243-4d05cea38c74" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 986FB3479B3F4AF4B0ABEB50918F6924 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "47" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+6": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "907" ],
+ "x-ms-client-request-id": [ "93afcc20-cdd9-4354-b3bf-2713bf9cf098" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "1c59cef5-eb99-47e4-a528-985b42c61cfa", "a1e229cf-546a-43ad-8f2d-bdc2c0e0e0d9" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "31866b48-3786-435c-bc9f-7658434929d0" ],
+ "x-ms-correlation-request-id": [ "31866b48-3786-435c-bc9f-7658434929d0" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T001214Z:31866b48-3786-435c-bc9f-7658434929d0" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 9660F6F3A991462B9BD05ED37C192914 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "17140" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds\",\"name\":\"Default1ds\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508082,\"name\":\"Default1ds\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508079,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508076,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508088,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+7": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "908" ],
+ "x-ms-client-request-id": [ "0dfc6234-2aae-47a5-b35e-0784da248d31" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "61ca43b4-d4e0-4043-9c62-ea17043cad45" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "07da6d6d-d507-4395-8d49-8b269deec3f1" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T001214Z:07da6d6d-d507-4395-8d49-8b269deec3f1" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A0E768E21A0542E582361042267FE6FA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1817" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+8": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "909" ],
+ "x-ms-client-request-id": [ "b456867f-5870-4601-a3c5-878d298ae3b3" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "39b107db-9be1-4b22-b1f2-c289856b57b7" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "900e876b-e9fe-4108-95e1-92ae954b4f7b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001214Z:900e876b-e9fe-4108-95e1-92ae954b4f7b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 7F4B87217AF0402A889D285BBC3B33F4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1782" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds?api-version=2023-12-01+9": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "910" ],
+ "x-ms-client-request-id": [ "e9224b5e-7c91-4fa0-8f8a-920655d81e1e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "4010db61-17ad-4dc3-b245-1ef8e09a5c01" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "19e7b8a1-b392-46fb-8db3-4aee62df05e3" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001214Z:19e7b8a1-b392-46fb-8db3-4aee62df05e3" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: DCE9C3934E8749E8997518098D5A0076 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1747" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds\",\"name\":\"Default1ds\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":76264,\"name\":\"Default1ds\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-265_76264\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:08:29.32\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01+10": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "911" ],
+ "x-ms-client-request-id": [ "3cb588f9-6c27-430d-8a0d-210750b1c6c1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b22d45c3-6547-4df2-8ee5-ffdd9beff46e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "194db95f-5d14-4495-9a82-1c68165a09fb" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001214Z:194db95f-5d14-4495-9a82-1c68165a09fb" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5E99E2389D1446C3B7D122A5FD971C17 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1758" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97020,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97020\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:04:22.9633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01+11": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "912" ],
+ "x-ms-client-request-id": [ "49686607-8945-422a-a122-61bffb5c94b8" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "27a5b59e-db9d-4ffd-a0ef-1335f88f9185" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6b75e19b-c5e6-4d8e-afe6-9fd9c862f894" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001215Z:6b75e19b-c5e6-4d8e-afe6-9fd9c862f894" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: E196CED54CF144419C46A02E878EBD06 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1740" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":89795,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-229_89795\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:01:10.5366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+12": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "913" ],
+ "x-ms-client-request-id": [ "fcf21df6-1d89-4ab4-9734-f5d055d51d5d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "9d7f8946-0c08-452c-9142-418d2e4fe944" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "cb4c5bb9-e026-4848-99fc-f5f5ae0293d6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001215Z:cb4c5bb9-e026-4848-99fc-f5f5ae0293d6" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 31E32B6AB10D4ED1961065FBA26A9036 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1746" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+13": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "914" ],
+ "x-ms-client-request-id": [ "39b3377d-ef5c-48a7-abef-9198e1a4c02d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "3918e4ca-623b-40a0-9fdc-dd9a17fd4d96" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d2570825-3140-47e9-be74-93323c124cd8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001215Z:d2570825-3140-47e9-be74-93323c124cd8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F70C26C682F240FFA0E01CA358974435 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1819" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+14": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "915" ],
+ "x-ms-client-request-id": [ "7e57f44a-354a-4fe2-a630-4a10142b577d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a9335a4f-4555-40f5-9f62-f5e7c5e6891b" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "1cfe1ecc-dd35-4389-86f8-1db7a9f8cae7" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001215Z:1cfe1ecc-dd35-4389-86f8-1db7a9f8cae7" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A356B2C85A374C3E8A4453DC47B58D0D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1821" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01+15": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "916" ],
+ "x-ms-client-request-id": [ "67f7d934-eab4-4174-895e-161c0c77c0c9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "a0a3d067-cde8-4f7c-a32c-aa335317a95f" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "55ddb6f2-8d1e-432b-826f-7ff3eb7cbd8a" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001216Z:55ddb6f2-8d1e-432b-826f-7ff3eb7cbd8a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 909BC4E3164A49388346D9323B51F57B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:15 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1825" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94041,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":6,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94041\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:11:40.6166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+16": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "917" ],
+ "x-ms-client-request-id": [ "6eecacca-f1f0-4d14-be87-6db089a4224d" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "814aff30-55df-4c56-a27b-cf99b20f8148" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "685f07f8-210c-419d-87ad-505e4621b3cd" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001216Z:685f07f8-210c-419d-87ad-505e4621b3cd" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C22C1EDD872E463F83C37216D9B25230 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:16 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1697" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":12,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01+17": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "918" ],
+ "x-ms-client-request-id": [ "f664ebb3-ce10-4a7e-ac91-8431c008ad5a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
+ "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "f610ea37-cc22-4db8-9926-524d36e6159f", "490a42a0-c000-49ff-bd9e-fa7b84c79ad4", "343d4c88-2480-4f51-b9e9-0c5cd8c6f8fa" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "a08cd080-9e73-4312-8230-0edbf179acb4" ],
+ "x-ms-correlation-request-id": [ "a08cd080-9e73-4312-8230-0edbf179acb4" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251115T001217Z:a08cd080-9e73-4312-8230-0edbf179acb4" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 884D6E9F7D01432299FA3516734A7089 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "12363" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappcustomsa8wks\",\"name\":\"flexappcustomsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:18:39.9508940Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:18:39.8571445Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappcustomsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappcustomsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappcustomsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappcustomsa8wks.queue.core.windows.net/\",\"table\":\"https://flexappcustomsa8wks.table.core.windows.net/\",\"file\":\"https://flexappcustomsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappdotnetisolatedsa8\",\"name\":\"flexappdotnetisolatedsa8\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:18.4645158Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:18.3707687Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappdotnetisolatedsa8.dfs.core.windows.net/\",\"web\":\"https://flexappdotnetisolatedsa8.z7.web.core.windows.net/\",\"blob\":\"https://flexappdotnetisolatedsa8.blob.core.windows.net/\",\"queue\":\"https://flexappdotnetisolatedsa8.queue.core.windows.net/\",\"table\":\"https://flexappdotnetisolatedsa8.table.core.windows.net/\",\"file\":\"https://flexappdotnetisolatedsa8.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappjavasa8wks\",\"name\":\"flexappjavasa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:20.0120024Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:19.9182480Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappjavasa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappjavasa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappjavasa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappjavasa8wks.queue.core.windows.net/\",\"table\":\"https://flexappjavasa8wks.table.core.windows.net/\",\"file\":\"https://flexappjavasa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexappnodesa8wks\",\"name\":\"flexappnodesa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:15:48.9804383Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:15:48.8866855Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexappnodesa8wks.dfs.core.windows.net/\",\"web\":\"https://flexappnodesa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexappnodesa8wks.blob.core.windows.net/\",\"queue\":\"https://flexappnodesa8wks.queue.core.windows.net/\",\"table\":\"https://flexappnodesa8wks.table.core.windows.net/\",\"file\":\"https://flexappnodesa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppowershellsa8wks\",\"name\":\"flexapppowershellsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:16:46.5903922Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:16:46.4966377Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppowershellsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppowershellsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppowershellsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppowershellsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppowershellsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppowershellsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Storage/storageAccounts/flexapppythonsa8wks\",\"name\":\"flexapppythonsa8wks\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:17:43.6847015Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:17:43.5909556Z\",\"primaryEndpoints\":{\"dfs\":\"https://flexapppythonsa8wks.dfs.core.windows.net/\",\"web\":\"https://flexapppythonsa8wks.z7.web.core.windows.net/\",\"blob\":\"https://flexapppythonsa8wks.blob.core.windows.net/\",\"queue\":\"https://flexapppythonsa8wks.queue.core.windows.net/\",\"table\":\"https://flexapppythonsa8wks.table.core.windows.net/\",\"file\":\"https://flexapppythonsa8wks.file.core.windows.net/\"},\"primaryLocation\":\"eastasia\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"southeastasia\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Storage/storageAccounts/functionslinuxstoragea16\",\"name\":\"functionslinuxstoragea16\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:33.8567741Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:33.6067804Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstoragea16.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstoragea16.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstoragea16.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstoragea16.queue.core.windows.net/\",\"table\":\"https://functionslinuxstoragea16.table.core.windows.net/\",\"file\":\"https://functionslinuxstoragea16.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh\",\"name\":\"functionswinstorage9nh\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:07:12.5599103Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:07:12.3099132Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage9nh.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage9nh.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage9nh.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage9nh.queue.core.windows.net/\",\"table\":\"https://functionswinstorage9nh.table.core.windows.net/\",\"file\":\"https://functionswinstorage9nh.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-ACA-Test-gls5/providers/Microsoft.Storage/storageAccounts/funcacastotoragegls5\",\"name\":\"funcacastotoragegls5\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"westcentralus\",\"tags\":{},\"properties\":{\"minimumTlsVersion\":\"TLS1_2\",\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2025-11-14T23:14:54.2691038Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2025-11-14T23:14:54.1909766Z\",\"primaryEndpoints\":{\"dfs\":\"https://funcacastotoragegls5.dfs.core.windows.net/\",\"web\":\"https://funcacastotoragegls5.z4.web.core.windows.net/\",\"blob\":\"https://funcacastotoragegls5.blob.core.windows.net/\",\"queue\":\"https://funcacastotoragegls5.queue.core.windows.net/\",\"table\":\"https://funcacastotoragegls5.table.core.windows.net/\",\"file\":\"https://funcacastotoragegls5.file.core.windows.net/\"},\"primaryLocation\":\"westcentralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"westus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01+18": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Storage/storageAccounts/functionswinstorage9nh/listKeys?api-version=2019-04-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "919" ],
+ "x-ms-client-request-id": [ "ec2fc1f4-a448-4eb6-819a-e68789ff3888" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
+ "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-request-id": [ "f3dd0751-5dfc-4ce8-83d8-38b02c1e2dcf" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/f24302a8-2302-450c-b80c-d3f64c326dd4" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "dc1a2563-53cb-4e6f-9fe8-a18e28ccaa61" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T001217Z:dc1a2563-53cb-4e6f-9fe8-a18e28ccaa61" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: F92DD172B82D41B1A4162EA373D01D4A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:17 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "288" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"XdRPjTvmXjQMhxIk7/0efi1VUwT9GqtvXytgpQq10fcA3g5S93YAcwsIUF+xMVQTZz3e15d7GB5S+AStGaPriw==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"VXg+rSphKtrOKQNXppKqPsy34kRhElRPaNfnREakziZH78Ia6w89TNN2ebOElPKUvBzQyiFQyCYo+AStNK8+hw==\",\"permissions\":\"FULL\"}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest5-195kucxe6q?api-version=2015-05-01+19": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Insights/components/Func-PowerShell-NewTest5-195kucxe6q?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}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "116" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
+ "Access-Control-Expose-Headers": [ "Request-Context" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/285aa447-0ad0-43d7-8da3-ad84236b6f63" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-request-id": [ "961346e0-c67b-457f-a6f2-f24d3d0b5002" ],
+ "x-ms-correlation-request-id": [ "961346e0-c67b-457f-a6f2-f24d3d0b5002" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001223Z:961346e0-c67b-457f-a6f2-f24d3d0b5002" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 3043A579EC4742E6AF69DC2AF49F8FA6 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:12:22 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1684" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"30005bb0-0000-0300-0000-6917c5660000\\\"\",\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest5-195kucxe6q\",\r\n \"name\": \"Func-PowerShell-NewTest5-195kucxe6q\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"ApplicationId\": \"Func-PowerShell-NewTest5-195kucxe6q\",\r\n \"AppId\": \"30ef05f9-a5c0-46ae-a803-b842e50d91b4\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"d30b5173-58dd-434e-a1bd-f659bfc9254b\",\r\n \"ConnectionString\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\r\n \"Name\": \"Func-PowerShell-NewTest5-195kucxe6q\",\r\n \"CreationDate\": \"2025-11-15T00:12:18.4919987+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"WorkspaceResourceId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest5-195kucxe6q_30ef05f9-a5c0-46ae-a803-b842e50d91b4_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest5-195kucxe6q-ws\",\r\n \"IngestionMode\": \"LogAnalytics\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+20": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-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 \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v8.0\",\r\n \"powerShellVersion\": \"7.4\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest5-195kucxe6q\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1851" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C485B5AFE0\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "ed5cf340-c038-4c25-a5ab-a51a1ba82a61" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5cfc13e2-b758-471c-8e58-239f806b20fa" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "800" ],
+ "x-ms-correlation-request-id": [ "525916c0-c848-48c4-8d4f-417a8a6a4630" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001305Z:525916c0-c848-48c4-8d4f-417a8a6a4630" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 985DF0136FAE43E28A35A10A937E03D1 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:12:23Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:04 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "8732" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:12:25.3\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+21": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "922" ],
+ "x-ms-client-request-id": [ "92298ba5-3f47-4330-9a0c-7086ea5f6554" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
+ "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C49D0E8E00\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "f4308206-f3b5-4bff-8265-cc46f1150e8a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "5681770b-e892-4514-99ad-2da98bccec83" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001335Z:5681770b-e892-4514-99ad-2da98bccec83" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 6FF5A7C672654B47B91BF775AE0A7EDC Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:13:35Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:35 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "8707" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:13:05.12\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+22": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "923" ],
+ "x-ms-client-request-id": [ "e8101288-3a7f-40a6-b98c-33a362c89e9f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C49D0E8E00\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "7aab1cef-1b12-4118-acb9-0ae1515fe43a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "ed50b39a-6f73-4cac-a8d0-0ec4d751be4e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001335Z:ed50b39a-6f73-4cac-a8d0-0ec4d751be4e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 71C186F1CA554615839E0905A025B3D2 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:13:35Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:35 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "8707" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:13:05.12\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+23": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "924" ],
+ "x-ms-client-request-id": [ "c7cbb081-e0d3-4304-9f23-fd53a94aad42" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "3cb48272-2443-444e-8c7e-f75315378c1a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ff4e7b74-b359-45f2-a82f-b8ca687cbd7b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "965ac02d-eb10-43b6-9b53-fd004d18a410" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001336Z:965ac02d-eb10-43b6-9b53-fd004d18a410" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 0A40E31A857B42578B5433423BB4AA86 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:13:36Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:35 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1239" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+24": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "925" ],
+ "x-ms-client-request-id": [ "0457b63d-d7a9-47b4-8775-b5e5eb0f7f42" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "7bf948aa-f03b-44e7-a6b2-deddc3085e99" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/0f810bef-aec6-492f-84b4-d2056f86cae4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "6a7d22a4-932d-486f-825e-26ae96db4e4c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001336Z:6a7d22a4-932d-486f-825e-26ae96db4e4c" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: A3F8A2E2E4F949769FED56EA5D64823E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:13:36Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4249" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70512,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01+25": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions?sku=ElasticPremium\u0026linuxWorkersEnabled=False\u0026api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "926" ],
+ "x-ms-client-request-id": [ "743ece4d-4f9a-4c0e-a4e1-a7938ebf188f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppAvailableLocation" ],
+ "FullCommandName": [ "Get-AzFunctionAppAvailableLocation_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "8acd3969-0c96-46c5-8258-f1a8d6790944" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/cc005750-ac61-4a0e-900b-490b92b3492e" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "46ef3500-361d-48b3-8736-fa0a98f32ec6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001336Z:46ef3500-361d-48b3-8736-fa0a98f32ec6" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 36C837B8F0DC4E5E87509D3FA95684C7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:13:36Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:36 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "36863" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Canada Central\",\"name\":\"Canada Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Canada Central\",\"description\":null,\"sortOrder\":0,\"displayName\":\"Canada Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;WINDOWSP0V3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"canadacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/North Europe\",\"name\":\"North Europe\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"North Europe\",\"description\":null,\"sortOrder\":1,\"displayName\":\"North Europe\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"northeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXFREE;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westeurope-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Southeast Asia\",\"name\":\"Southeast Asia\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Southeast Asia\",\"description\":null,\"sortOrder\":3,\"displayName\":\"Southeast Asia\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"southeastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastasia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;DSERIES;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;LINUXDYNAMIC;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;XENONV3;XENONMV3;ZONEREDUNDANCY;FLEXCONSUMPTION\",\"subDomains\":\"japanwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"japaneast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"eastus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"northcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/South Central US\",\"name\":\"South Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"South Central US\",\"description\":\"South Central US\",\"sortOrder\":11,\"displayName\":\"South Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP\",\"subDomains\":\"southcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXFREE;ELASTICPREMIUM;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"brazilsouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;XENON;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"australiaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;LINUXP0V3;WINDOWSP0V3;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"australiasoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Central US\",\"name\":\"Central US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Central US\",\"description\":null,\"sortOrder\":15,\"displayName\":\"Central US\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/East US\",\"name\":\"East US\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"East US\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"East US\",\"orgDomain\":\"FCZONEREDUNDANCY;ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;FAKEORG;LINUXDSERIES;XENON;SFCONTAINERS;LINUXDYNAMIC;LINUXFREE;ELASTICLINUX;ELASTICPREMIUM;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES;MAVICSERIES\",\"subDomains\":\"eastus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;SFCONTAINERS;LINUXDYNAMIC;ELASTICPREMIUM;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;ELASTICPREMIUM;ELASTICLINUX;LINUXV3;MANAGEDAPP;FLEXCONSUMPTION;ZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":null}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;DSERIES;LINUXDSERIES;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"centralindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE\",\"subDomains\":\"westindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXFREE;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"southindia-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;WINDOWSV3;LINUXV3;XENONV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION\",\"subDomains\":\"canadaeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"westcentralus-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;ZONEREDUNDANCY;FLEXCONSUMPTION;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;LINUXFREE;MANAGEDAPP;XENONMV3;FLEXCONSUMPTION\",\"subDomains\":\"ukwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DYNAMIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;PV4SERIES;MV4SERIES\",\"subDomains\":\"uksouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;LINUX;LINUXFREE;ELASTICLINUX;WINDOWSV3;XENONV3;LINUXV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;XENONMV3;LINUXDYNAMIC;DSERIES;ZONEREDUNDANCY;FCZONEREDUNDANCY;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION;MAVICSERIES\",\"subDomains\":\"eastus2euap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;DYNAMIC;WINDOWSV3;WINDOWSP0V3;MANAGEDAPP;ELASTICLINUX\",\"subDomains\":\"centraluseuap-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXP0V3;LINUXFREE;WINDOWSP0V3;LINUXDYNAMIC\",\"subDomains\":\"koreasouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DREAMSPARK;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;DSERIES;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES;XENONMV3\",\"subDomains\":\"koreacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/France South\",\"name\":\"France South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"France South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"France South\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;MSFTPUBLIC;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;LINUXDYNAMIC;XENONV3;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXV3;LINUXMV3;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"francesouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;DSERIES;DYNAMIC;LINUX;LINUXDSERIES;ELASTICPREMIUM;LINUXFREE;LINUXDYNAMIC;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;WINDOWSMV3;LINUXMV3;LINUXP0V3;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"francecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICPREMIUM;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;ELASTICLINUX;LINUXP0V3;LINUXFREE\",\"subDomains\":\"australiacentral2-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;ELASTICLINUX;MSFTPUBLIC;WINDOWSV3;LINUXV3;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSP0V3\",\"subDomains\":\"australiacentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;MSFTPUBLIC;FUNCTIONS;DYNAMIC;LINUX;LINUXDSERIES;DSERIES;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"southafricanorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;WINDOWSP0V3;LINUXDYNAMIC;WINDOWSV3;LINUXV3;LINUXP0V3\",\"subDomains\":\"southafricawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSP0V3;LINUXP0V3;WINDOWSMV3;LINUXMV3;XENONMV3;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;ELASTICLINUX;LINUXDYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;LINUXMV3;MANAGEDAPP;XENONMV3;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"germanywestcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Germany North\",\"name\":\"Germany North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Germany North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Germany North\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;LINUXDYNAMIC;WINDOWSV3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE\",\"subDomains\":\"germanynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Switzerland West\",\"name\":\"Switzerland West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Switzerland West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Switzerland West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;ELASTICPREMIUM;ELASTICLINUX;MSFTPUBLIC;WINDOWSP0V3;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;MANAGEDAPP;LINUXP0V3;FLEXCONSUMPTION\",\"subDomains\":\"switzerlandwest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE Central\",\"name\":\"UAE Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE Central\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;MSFTPUBLIC;ELASTICPREMIUM;ELASTICLINUX;DYNAMIC;LINUXDYNAMIC;XENONV3;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3\",\"subDomains\":\"uaecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/UAE North\",\"name\":\"UAE North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"UAE North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"UAE North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;MANAGEDAPP;FCZONEREDUNDANCY;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"uaenorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Norway West\",\"name\":\"Norway West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Norway West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Norway West\",\"orgDomain\":\"PUBLIC;DSERIES;MSFTPUBLIC;LINUX;LINUXDSERIES;FUNCTIONS;DYNAMIC;LINUXMV3;LINUXDYNAMIC;WINDOWSV3;WINDOWSP0V3;LINUXFREE;ELASTICLINUX;XENONMV3;WINDOWSMV3;ELASTICPREMIUM\",\"subDomains\":\"norwaywest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;DSERIES;ELASTICLINUX;ELASTICPREMIUM;FUNCTIONS;DYNAMIC;XENON;XENONV3;WINDOWSV3;LINUXV3;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXMV3;WINDOWSMV3;LINUXFREE;XENONMV3;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"norwayeast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Brazil Southeast\",\"name\":\"Brazil Southeast\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Brazil Southeast\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Brazil Southeast\",\"orgDomain\":\"PUBLIC;LINUX;LINUXDSERIES;DSERIES;LINUXFREE;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;ELASTICPREMIUM;ELASTICLINUX\",\"subDomains\":\"brazilsoutheast-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/West US 3\",\"name\":\"West US 3\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"West US 3\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"West US 3\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXMV3;LINUXP0V3;WINDOWSMV3;WINDOWSP0V3;LINUXFREE;XENONMV3;FLEXCONSUMPTION;MANAGEDAPP;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"westus3-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Jio India West\",\"name\":\"Jio India West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Jio India West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Jio India West\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;LINUXDYNAMIC;MSFTPUBLIC;LINUXFREE;WINDOWSV3;LINUXV3;WINDOWSP0V3;LINUXP0V3;XENONV3\",\"subDomains\":\"jioinw-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden Central\",\"name\":\"Sweden Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden Central\",\"orgDomain\":\"ZONEREDUNDANCY;FCZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;MANAGEDAPP;XENONMV3;PV4SERIES;MV4SERIES\",\"subDomains\":\"swedencentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Qatar Central\",\"name\":\"Qatar Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Qatar Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Qatar Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSP0V3;LINUXP0V3;LINUXFREE;DSERIES\",\"subDomains\":\"qatarcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Sweden South\",\"name\":\"Sweden South\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Sweden South\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Sweden South\",\"orgDomain\":\"PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXDYNAMIC;LINUXFREE\",\"subDomains\":\"swedensouth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Poland Central\",\"name\":\"Poland Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Poland Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Poland Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"polandcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Italy North\",\"name\":\"Italy North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Italy North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Italy North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;WINDOWSMV3;LINUXMV3;LINUXDYNAMIC;XENONMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;MANAGEDAPP;FLEXCONSUMPTION;FCZONEREDUNDANCY;PV4SERIES;MV4SERIES\",\"subDomains\":\"italynorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Central\",\"name\":\"Israel Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;FCZONEREDUNDANCY\",\"subDomains\":\"israelcentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Spain Central\",\"name\":\"Spain Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Spain Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Spain Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"spaincentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Mexico Central\",\"name\":\"Mexico Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Mexico Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Mexico Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION;PV4SERIES;MV4SERIES\",\"subDomains\":\"mexicocentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan North\",\"name\":\"Taiwan North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"taiwannorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Taiwan Northwest\",\"name\":\"Taiwan Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Taiwan Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Taiwan Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/New Zealand North\",\"name\":\"New Zealand North\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"New Zealand North\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"New Zealand North\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"newzealandnorth-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Indonesia Central\",\"name\":\"Indonesia Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Indonesia Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Indonesia Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;PV4SERIES;MV4SERIES;FLEXCONSUMPTION\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Malaysia West\",\"name\":\"Malaysia West\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Malaysia West\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Malaysia West\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE;FLEXCONSUMPTION\",\"subDomains\":\"malaysiawest-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Chile Central\",\"name\":\"Chile Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Chile Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Chile Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"chilecentral-01.azurewebsites.net\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Austria East\",\"name\":\"Austria East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Austria East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Austria East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Belgium Central\",\"name\":\"Belgium Central\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Belgium Central\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Belgium Central\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Israel Northwest\",\"name\":\"Israel Northwest\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Israel Northwest\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Israel Northwest\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/geoRegions/Denmark East\",\"name\":\"Denmark East\",\"type\":\"Microsoft.Web/geoRegions\",\"properties\":{\"name\":\"Denmark East\",\"description\":null,\"sortOrder\":2147483647,\"displayName\":\"Denmark East\",\"orgDomain\":\"ZONEREDUNDANCY;PUBLIC;DSERIES;LINUX;LINUXDSERIES;XENON;XENONV3;WINDOWSV3;LINUXV3;ELASTICPREMIUM;ELASTICLINUX;FUNCTIONS;DYNAMIC;MSFTPUBLIC;LINUXDYNAMIC;XENONMV3;WINDOWSMV3;LINUXMV3;WINDOWSP0V3;LINUXP0V3;LINUXFREE\",\"subDomains\":\"\"}}],\"nextLink\":null,\"id\":null}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01+26": {
+ "Request": {
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01",
+ "Content": "{\r\n \"location\": \"central us\",\r\n \"properties\": {\r\n \"maximumElasticWorkerCount\": 10,\r\n \"reserved\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"EP1\",\r\n \"tier\": \"ElasticPremium\",\r\n \"capacity\": 1\r\n }\r\n}",
+ "isContentBase64": false,
+ "Headers": {
+ },
+ "ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "206" ]
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4B186EE75\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "307a37b2-51f9-48f6-abb1-efbce9254cee" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus/9dab1919-3429-424f-b11e-be1fd2536fa9" ],
+ "x-ms-ratelimit-remaining-subscription-writes": [ "799" ],
+ "x-ms-ratelimit-remaining-subscription-global-writes": [ "11999" ],
+ "x-ms-correlation-request-id": [ "32a277e2-3fb4-4e46-9467-ca5054e99128" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T001340Z:32a277e2-3fb4-4e46-9467-ca5054e99128" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 07DBC6D58EDF472D8983399AFBA7B092 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:13:36Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:13:40 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1913" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"name\":\"Func-Windows-Premium-New-pko1x9\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"central us\",\"properties\":{\"serverFarmId\":94042,\"name\":\"Func-Windows-Premium-New-pko1x9\",\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1},\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94042\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"2025-11-15T00:13:38.5933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01+27": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "928" ],
+ "x-ms-client-request-id": [ "2cf4e062-bbc6-44c4-b180-86bf2bffd161" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "a97c094e-63b1-4a1e-887e-5403b1ffbdd1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "db710d8e-d4f1-4155-bbd7-35267fd4a26b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001411Z:db710d8e-d4f1-4155-bbd7-35267fd4a26b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 07553C7F34C941E1AB824F9947F57A35 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:10Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:10 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1823" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"name\":\"Func-Windows-Premium-New-pko1x9\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94042,\"name\":\"Func-Windows-Premium-New-pko1x9\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94042\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:13:38.5933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01+28": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "929" ],
+ "x-ms-client-request-id": [ "2cf4e062-bbc6-44c4-b180-86bf2bffd161" ],
+ "CommandName": [ "Az.Functions.internal\\New-AzFunctionAppPlan" ],
+ "FullCommandName": [ "New-AzFunctionAppPlan_Create" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "558b91ea-68da-4c1b-9710-e809516fcf8a" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "319a4e25-89d9-4e7a-8a8f-8e2e6079f312" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001411Z:319a4e25-89d9-4e7a-8a8f-8e2e6079f312" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: C025B2E124DE466C9623A26BB6C9039D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:11Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1823" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"name\":\"Func-Windows-Premium-New-pko1x9\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94042,\"name\":\"Func-Windows-Premium-New-pko1x9\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94042\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:13:38.5933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01+29": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "930" ],
+ "x-ms-client-request-id": [ "5019a9b9-3462-49c3-9f42-440316763cfc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b1e55a4c-d126-4e2d-91de-fe62ecdf1cf1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "2c0f8228-3de4-4e05-a35d-b41e9f58e83e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001411Z:2c0f8228-3de4-4e05-a35d-b41e9f58e83e" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 5142773EF4EE4D47B9FD471AAF10EDE1 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:11Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1823" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"name\":\"Func-Windows-Premium-New-pko1x9\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94042,\"name\":\"Func-Windows-Premium-New-pko1x9\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94042\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:13:38.5933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+30": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "931" ],
+ "x-ms-client-request-id": [ "2a775331-202c-4e22-b79a-a29a20034b53" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C49D0E8E00\"" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "e38603ea-0d6d-424b-a65e-cd56b19899f8" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "316231a3-b235-4b38-adff-bc471375a8ce" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001412Z:316231a3-b235-4b38-adff-bc471375a8ce" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 038A18486762472391021F81CFD87C1E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:11Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "8707" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:13:05.12\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+31": {
+ "Request": {
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "932" ],
+ "x-ms-client-request-id": [ "2d11c0e4-46b0-48e0-8781-b1992188bbba" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "08bc7ecb-c9fe-4f48-8a80-a24a0c28a9f1" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ce45072d-4d03-46a4-9183-0743b33e00e6" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "cc3c369a-8bbd-451d-9310-160530663bea" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001412Z:cc3c369a-8bbd-451d-9310-160530663bea" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 549696A89BAA482FA516DA26F0EA8917 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:12Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:11 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1239" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+32": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "933" ],
+ "x-ms-client-request-id": [ "4c5a2dd6-1dfc-46cf-a1d0-b3e0a6398a6a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "597822af-2e5f-4c19-a435-6de140a8fb1e" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/ef0003f2-7707-4863-b795-957ea4e1c466" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fa1e88d3-382c-46de-937b-a840900dd77d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001412Z:fa1e88d3-382c-46de-937b-a840900dd77d" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 062F8059C59B4130846206DE3CEB6DC3 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:12Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:12 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "4249" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70512,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+33": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "934" ],
+ "x-ms-client-request-id": [ "1c00ca64-b965-4c82-a4ba-b60123bef9f0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
+ },
+ "ContentHeaders": {
+ }
+ },
+ "Response": {
+ "StatusCode": 200,
+ "Headers": {
+ "Cache-Control": [ "no-cache" ],
+ "Pragma": [ "no-cache" ],
+ "x-ms-original-request-ids": [ "73b4b13d-aba9-4878-9aa1-4d0fddb7b33f", "0be05115-468c-4cb2-96fe-645e1aed3ebb" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "c2622594-a1b9-4428-9f26-c5cd0dc3479c" ],
+ "x-ms-correlation-request-id": [ "c2622594-a1b9-4428-9f26-c5cd0dc3479c" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001413Z:c2622594-a1b9-4428-9f26-c5cd0dc3479c" ],
+ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 807FF95232124857BDE4680D8B934CD2 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:12Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "18902" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508029,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508027,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds\",\"name\":\"Default1ds\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508082,\"name\":\"Default1ds\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508079,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508076,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508052,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508024,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508022,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508088,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"name\":\"Func-Windows-Premium-New-pko1x9\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":6508090,\"name\":\"Func-Windows-Premium-New-pko1x9\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1297651,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"East Asia\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"targetWorkerSku\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\",\"asyncScalingEnabled\":null,\"isCustomMode\":null,\"powerState\":null,\"eligibleLogCategories\":null},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}]}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01+34": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "935" ],
+ "x-ms-client-request-id": [ "72fe1b50-0952-46a6-affe-a0cf0f58c8b9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "6dafd62d-0d61-46c3-be87-caed1e52b2c6" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "9076e45e-e35a-4615-a392-d58d5dbd893a" ],
+ "x-ms-routing-request-id": [ "WESTUS:20251115T001414Z:9076e45e-e35a-4615-a392-d58d5dbd893a" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 13827763A0074D28A0C4FEC082641A7E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:13Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1817" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":68329,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-081_68329\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:13:16.0266667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01+35": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "936" ],
+ "x-ms-client-request-id": [ "cd0ba171-5572-43e0-a924-51f13de4dd11" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "f66ad396-2c78-4a11-87d9-aa9262715e66" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "391cf8d3-c771-43a8-986b-cec1a8a5cbb8" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001414Z:391cf8d3-c771-43a8-986b-cec1a8a5cbb8" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: 63EAEEDFB3914577A847D646A9154525 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:13 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1782" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97018,\"name\":\"CentralUSPlan\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97018\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:11:50.3066667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds?api-version=2023-12-01+36": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "937" ],
+ "x-ms-client-request-id": [ "aad51d0c-7a25-4900-ad86-88c64fb8647c" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "ed6c4419-3a2c-4ae6-b6b0-6f0bd02ef377" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "d8ac0b61-1b4e-4e07-a08b-d7d2ddb14d90" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001414Z:d8ac0b61-1b4e-4e07-a08b-d7d2ddb14d90" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: BAE76C4615FE4BEBAC5726BC00121271 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1747" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/Microsoft.Web/serverfarms/Default1ds\",\"name\":\"Default1ds\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":76264,\"name\":\"Default1ds\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-myf9na-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":3,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-myf9na\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-265_76264\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:08:29.32\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01+37": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "938" ],
+ "x-ms-client-request-id": [ "fb8e09b1-da9d-466f-a249-04385be09d32" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "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": [ "b13913c2-d9ea-4c1d-a7c7-cc86d516f881" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b8528983-72e0-4adf-a647-a2ffc7bba0c0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001414Z:b8528983-72e0-4adf-a647-a2ffc7bba0c0" ],
+ "X-Content-Type-Options": [ "nosniff" ],
+ "X-Cache": [ "CONFIG_NOCACHE" ],
+ "X-MSEdge-Ref": [ "Ref A: FA254481B14C4C10AC7242A63A6388BA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:14 GMT" ]
+ },
+ "ContentHeaders": {
+ "Content-Length": [ "1758" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
+ },
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/Microsoft.Web/serverfarms/Default1vf\",\"name\":\"Default1vf\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97020,\"name\":\"Default1vf\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-9wrjxu-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-9wrjxu\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-287_97020\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:04:22.9633333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
+ "isContentBase64": false
+ }
+ },
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01+38": {
+ "Request": {
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt?api-version=2023-12-01",
+ "Content": null,
+ "isContentBase64": false,
+ "Headers": {
+ "x-ms-unique-id": [ "939" ],
+ "x-ms-client-request-id": [ "d647ca03-d162-40be-b731-4d64d25b8a01" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1786" ]
}
},
"Response": {
@@ -3133,43 +4749,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3796110468B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "fbad5aae-17e7-4729-97d0-5eaff5692eb0" ],
+ "x-ms-request-id": [ "59490d24-083a-4759-bc3f-0ed361b9b077" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "64d59376-843c-4287-97e1-b4fbdd5fb9cc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012209Z:64d59376-843c-4287-97e1-b4fbdd5fb9cc" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8452533a-dc57-45cb-bcf8-dffe02dae613" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001414Z:8452533a-dc57-45cb-bcf8-dffe02dae613" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 6C66BFA938BD498D89877E1FCCD6C9A1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:21:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:08 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: ACF2586CF7024103A5A85160245A1095 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:14Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7517" ],
+ "Content-Length": [ "1740" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:21:44.2266667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Default1wt\",\"name\":\"Default1wt\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":89795,\"name\":\"Default1wt\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":2,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-229_89795\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":3,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:01:10.5366667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01+39": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "532" ],
- "x-ms-client-request-id": [ "65e1c0b9-4132-443f-9ccc-3b72fe25d336" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
- "ParameterSetName": [ "" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "x-ms-unique-id": [ "940" ],
+ "x-ms-client-request-id": [ "105c5b92-609a-4720-8224-653523dd353e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -3179,42 +4794,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3796FBE83EB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "21dbbe2c-8d43-4ad4-8276-daf626e01d93" ],
+ "x-ms-request-id": [ "3c544e5e-b8c3-4694-a291-4a55c2663dd9" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "3ed57ee5-a8e0-4588-86b5-d109b7fb007b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012240Z:3ed57ee5-a8e0-4588-86b5-d109b7fb007b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "14a0e783-350a-47cb-991b-1c464bc6ba85" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001415Z:14a0e783-350a-47cb-991b-1c464bc6ba85" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FC3C7DC74F1D45658CAA9ED94BD1EE75 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1F9B810A0BCE43DC921C7AF1FBDEF8B9 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "1746" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:22:09.4066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Default1zc\",\"name\":\"Default1zc\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94032,\"name\":\"Default1zc\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94032\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:31:28.2233333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01+40": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "533" ],
- "x-ms-client-request-id": [ "8aac4806-f1dc-4452-9ed6-7af84b5fc610" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "941" ],
+ "x-ms-client-request-id": [ "084b1578-07d5-488b-a890-e3b8241eda3e" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3225,42 +4839,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3796FBE83EB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f6a49311-617c-41a4-b2ff-6090287e9b0b" ],
+ "x-ms-request-id": [ "b92c4676-0c96-47d6-adf8-b5899f285846" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "eb06d626-5748-4834-9ec3-407eee375d15" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012242Z:eb06d626-5748-4834-9ec3-407eee375d15" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b78c6987-c9ca-409c-84a6-f7563e93b2c9" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001415Z:b78c6987-c9ca-409c-84a6-f7563e93b2c9" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: C647B95D1448498DA172AFD347CDF45C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 8CAA8141C63C4B06977F382810B601E0 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:14 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "1819" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:22:09.4066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-ei67oa\",\"name\":\"Functions-Linux-Premium-ei67oa\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":50668,\"name\":\"Functions-Linux-Premium-ei67oa\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-pkqf4d-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-pkqf4d\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-123_50668\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:43.2933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01+41": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "534" ],
- "x-ms-client-request-id": [ "4d1eb3cd-df08-4a1f-8d4b-4577bf561812" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "942" ],
+ "x-ms-client-request-id": [ "aff8c6f4-965b-43e1-92c2-9b3efca3054b" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3272,40 +4885,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6370f0c8-08be-479d-81b7-26c8ac95fbd2" ],
+ "x-ms-request-id": [ "896bfd90-80cb-4e3c-8d2b-c5e93f6bb7c5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "af88c114-813b-4c24-ba95-6a470d32630d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012243Z:af88c114-813b-4c24-ba95-6a470d32630d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "561e76e9-8216-4240-8ba7-32a5e776a810" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001415Z:561e76e9-8216-4240-8ba7-32a5e776a810" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 533CAB10D9274B93B11922F3ACDB625E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:42Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D592FDC98550402BB7E1E71A9AAD3C2A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1821" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-qnrsj3\",\"name\":\"Functions-Windows-Premium-qnrsj3\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94028,\"name\":\"Functions-Windows-Premium-qnrsj3\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94028\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:08:06.91\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01+42": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "535" ],
- "x-ms-client-request-id": [ "801da17e-49a0-4f4f-9aa3-55c0f7baef1f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "943" ],
+ "x-ms-client-request-id": [ "ffece998-415c-4e41-bea3-866534e92d42" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3317,40 +4930,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "16096638-5e8d-4dab-b612-12486d42e1fb" ],
+ "x-ms-request-id": [ "b46dd9b7-e3c5-481b-89b5-642b5e8c5b13" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "a9b32967-2146-4b20-b196-6c81db633d3b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012243Z:a9b32967-2146-4b20-b196-6c81db633d3b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "04cb48ac-1991-4f79-a2b7-c7df3b2c8571" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001415Z:04cb48ac-1991-4f79-a2b7-c7df3b2c8571" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 06F79C3A171E44C1B00FE3E832E0EC8C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: CD5092FA5CB041A1977A4D62BC4C2ECF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:15Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "1825" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94041,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":6,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94041\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:11:40.6166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+15": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01+43": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "536" ],
- "x-ms-client-request-id": [ "ed133a72-71b5-4f53-aa98-babf5cceee7a" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "944" ],
+ "x-ms-client-request-id": [ "1c00993b-c020-4e92-84ca-e518d4dabd03" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3361,42 +4974,41 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3796FBE83EB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a6b49701-9c3c-4166-95a7-fc031422af84" ],
+ "x-ms-request-id": [ "daafbaa9-2bd0-4ed8-a188-c0cad273fb1c" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ],
- "x-ms-correlation-request-id": [ "1b6af1b4-b4ca-422f-a776-dd97d9dde4bd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012243Z:1b6af1b4-b4ca-422f-a776-dd97d9dde4bd" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "8801dfdf-a733-4106-ba00-22c3a410d3ad" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001416Z:8801dfdf-a733-4106-ba00-22c3a410d3ad" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 146A6F9FC2634882AADBF7EDF309EC77 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:42 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 9C31CD94680E4032B2CFAACE74997805 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:15 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7313" ],
+ "Content-Length": [ "1823" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:22:09.4066667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"name\":\"Func-Windows-Premium-New-pko1x9\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94042,\"name\":\"Func-Windows-Premium-New-pko1x9\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94042\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:13:38.5933333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01+44": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "537" ],
- "x-ms-client-request-id": [ "2a812587-c321-4072-ba41-098d97d74e7b" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "945" ],
+ "x-ms-client-request-id": [ "c7d43d97-a060-482a-85ba-e84bc6a831d2" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3408,40 +5020,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "549f19ce-6df4-4d75-8467-5530b3937c58" ],
+ "x-ms-request-id": [ "a8b19591-91da-42e4-93ed-a76a6e100ae3" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "afe080ee-20a7-48af-a291-f1466b7fcd8f" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012244Z:afe080ee-20a7-48af-a291-f1466b7fcd8f" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "7089bd1c-7d9a-4c46-9bf9-3baef42cc19e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001417Z:7089bd1c-7d9a-4c46-9bf9-3baef42cc19e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 262E0C1D76F24D8C9826CAFC80C3CCBF Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:43Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5ED39CD7F0FE423091299AF607FA81B6 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:16Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:16 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1697" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/Microsoft.Web/serverfarms/Default1kq\",\"name\":\"Default1kq\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"app\",\"location\":\"East Asia\",\"properties\":{\"serverFarmId\":1064,\"name\":\"Default1kq\",\"workerSize\":\"Small\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Small\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Flex-RG-8wks-EastAsiawebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":1,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":\"Limited\",\"geoRegion\":\"East Asia\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":12,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"app\",\"resourceGroup\":\"Functions-Flex-RG-8wks\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-hk1-087_1064\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":2,\"currentNumberOfZonesUtilized\":0,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-14T23:33:38.1833333\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"F1\",\"tier\":\"Free\",\"size\":\"F1\",\"family\":\"F\",\"capacity\":0}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01+45": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "538" ],
- "x-ms-client-request-id": [ "d2b4a94a-5d51-4194-8a1a-0e6ce6a6eb6e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "946" ],
+ "x-ms-client-request-id": [ "45c0691e-4d1d-4ae3-9d4c-5c0222ae1f6a" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
+ "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3453,40 +5065,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "9f2dc722-f410-4f9f-a3eb-05cec572997b" ],
+ "x-ms-request-id": [ "efe2be5e-be91-4a18-bd69-e08abc9e41f0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ],
- "x-ms-correlation-request-id": [ "1b1bea2a-53ba-415a-a77a-f272e96ce9be" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012244Z:1b1bea2a-53ba-415a-a77a-f272e96ce9be" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "36412da2-f27c-4195-b5e1-792a25e3700d" ],
+ "x-ms-routing-request-id": [ "EASTASIA:20251115T001418Z:36412da2-f27c-4195-b5e1-792a25e3700d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8E20883122D84555B75D7733E267439C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BD9731B090934C70A777B4F26B7AC54B Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:17Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "1825" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New3-rbyjn8\",\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":94041,\"name\":\"Func-Windows-Premium-New3-rbyjn8\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":6,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-017_94041\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"targetWorkerSku\":null,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"maximumNumberOfZones\":1,\"currentNumberOfZonesUtilized\":1,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2025-11-15T00:11:40.6166667\",\"asyncScalingEnabled\":false,\"isCustomMode\":false,\"powerState\":\"Running\",\"eligibleLogCategories\":\"\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+46": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "539" ],
- "x-ms-client-request-id": [ "cf0ffc60-f9ce-4b4d-aaf6-94a403ca8f32" ],
+ "x-ms-unique-id": [ "947" ],
+ "x-ms-client-request-id": [ "367622a0-9bda-4a1a-aec3-a164b785e2d1" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3498,38 +5110,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "c61ceb97-fa8f-4104-84dd-5ac18da8278c" ],
+ "x-ms-request-id": [ "f930d3c0-663c-474c-b56a-ad4646a0da0e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "0ac7a13b-b88a-4673-b3de-f670e41c2220" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012244Z:0ac7a13b-b88a-4673-b3de-f670e41c2220" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c2c83890-af95-4726-9961-1c3ebfc73aee" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "8f83dac7-8ae8-4fd4-b68d-6a39d3ab084e" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001419Z:8f83dac7-8ae8-4fd4-b68d-6a39d3ab084e" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 68E18CC408C043CEBCBC392514323EBD Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:43 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: F370DBD5AD0348CAB8985A0F10627025 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:18Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:18 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1239" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+19": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+47": {
"Request": {
"Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.2\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-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 \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.4\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest5-195kucxe6q\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
},
"ContentHeaders": {
"Content-Type": [ "application/json" ],
- "Content-Length": [ "1868" ]
+ "Content-Length": [ "1879" ]
}
},
"Response": {
@@ -3537,43 +5149,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC3796FBE83EB\"" ],
+ "ETag": [ "\"1DC55C49D0E8E00\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "8b83a35b-8199-41d6-887e-7021db087f41" ],
+ "x-ms-request-id": [ "29eb1bf1-718f-433c-9b3d-ec8016b17b5a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "3f09a9cc-0de7-4607-a747-a49fbff6d246" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012247Z:3f09a9cc-0de7-4607-a747-a49fbff6d246" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/b359949d-b187-4231-ae7d-80e645feab32" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "22082ffb-b51d-4203-8ea6-54a556e309b0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001421Z:22082ffb-b51d-4203-8ea6-54a556e309b0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: CE11E87A2656496E8CABEC344EE5534E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:22:44Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:22:46 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 57D951762BE24405A3F584FABA1EEBAB Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:19Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:20 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7657" ],
+ "Content-Length": [ "8732" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:22:46.8533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"96d521f7-3053-4a20-a5ab-6b70a3e38b4e\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:20.33\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+48": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
"Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "541" ],
- "x-ms-client-request-id": [ "3f45da98-bf6c-4c6f-80d8-2b5e4e08594b" ],
+ "x-ms-unique-id": [ "949" ],
+ "x-ms-client-request-id": [ "d69709d0-67a4-42fe-97b4-1dd3e7cb48b8" ],
"CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
"FullCommandName": [ "Set-AzFunctionApp_Update" ],
- "ParameterSetName": [ "" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -3583,42 +5195,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37986106C55\"" ],
+ "ETag": [ "\"1DC55C4C9E2B0A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "f317909a-09fa-43af-9edc-00faac1db833" ],
+ "x-ms-request-id": [ "9de786e6-ad5c-4f33-a4a2-71d77a23595a" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ],
- "x-ms-correlation-request-id": [ "6fafe060-c339-41fe-a1b2-3ea79692612d" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012318Z:6fafe060-c339-41fe-a1b2-3ea79692612d" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "337f09c3-3f1f-4bed-ba66-9856ae38aef2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001451Z:337f09c3-3f1f-4bed-ba66-9856ae38aef2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 5AC724077EF445A4B9F45873211E3610 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:17Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:17 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6FFBBE473DF144ACA4CCF6260968FCBA Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:51Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:50 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7453" ],
+ "Content-Length": [ "8706" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:22:46.8533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"96d521f7-3053-4a20-a5ab-6b70a3e38b4e\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:20.33\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+49": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "542" ],
- "x-ms-client-request-id": [ "be1c4acf-f5f3-43fa-9775-487e92059862" ],
+ "x-ms-unique-id": [ "950" ],
+ "x-ms-client-request-id": [ "48748b7e-d28a-4dc0-9300-af76df5dabe0" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3629,42 +5241,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37986106C55\"" ],
+ "ETag": [ "\"1DC55C4C9E2B0A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "acf27e0c-3df1-4727-8d29-3cd5bf337080" ],
+ "x-ms-request-id": [ "faed0b2a-be31-4079-9bbb-87a3eb88e2a2" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "b2ebb814-1c9c-4791-b445-a3a588579da2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012321Z:b2ebb814-1c9c-4791-b445-a3a588579da2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "c7b02d88-e7c6-4ca3-920d-4b7470ab05d2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001451Z:c7b02d88-e7c6-4ca3-920d-4b7470ab05d2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: DB62AA2ED2AF4FF58D740689228C5C4C Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:20Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:20 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 54175D00BCDF494FBAE9F0E16D0411EB Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:51Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7453" ],
+ "Content-Length": [ "8706" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:22:46.8533333\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"96d521f7-3053-4a20-a5ab-6b70a3e38b4e\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:20.33\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+22": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+50": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "543" ],
- "x-ms-client-request-id": [ "96fe8b2a-0a8f-45bf-b9b2-a6a5f4c37341" ],
+ "x-ms-unique-id": [ "951" ],
+ "x-ms-client-request-id": [ "a92a845d-5449-4101-868a-77f8e72efe4d" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3676,40 +5288,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5b188baf-e0f4-4f04-aa86-0491f1aa2c5c" ],
+ "x-ms-request-id": [ "37267366-5447-4c6e-aa0a-98dc1483dc22" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "5cc822ea-34bb-4ae0-8c3b-192d1982e9b0" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012321Z:5cc822ea-34bb-4ae0-8c3b-192d1982e9b0" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/f24e1156-1fbc-4f5a-9162-79ee95a7fa40" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "c6e1e899-4c3d-476d-82b8-cfaeadfa3346" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001451Z:c6e1e899-4c3d-476d-82b8-cfaeadfa3346" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 3509F7B6905142F980FD97F3328206A6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0D678436578D4CA18F9CAADAEA9B7575 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:51Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1239" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+51": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "544" ],
- "x-ms-client-request-id": [ "e5315351-a9af-46c5-b6fe-612f0fd2cf0c" ],
+ "x-ms-unique-id": [ "952" ],
+ "x-ms-client-request-id": [ "0bb22add-c0f9-406d-81ee-b4177dec3afd" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3721,40 +5333,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "680b862f-98de-46ab-b73a-441540b5efee" ],
+ "x-ms-request-id": [ "432461eb-ba31-4d36-9ed8-6f4fae472bd1" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "dacf786b-c930-4d33-b56e-bae059a8abcd" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012322Z:dacf786b-c930-4d33-b56e-bae059a8abcd" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/9e37dd07-0d23-45e5-a07e-53ed2b6905f4" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b85d97be-7b68-40c2-b938-41bad13762c6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001452Z:b85d97be-7b68-40c2-b938-41bad13762c6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 59FFC65C36FA49F99DF0E726EC508CE9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:21Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:21 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: D211AAC0FFA442BDAFE9E6733D980A7F Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:51 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4073" ],
+ "Content-Length": [ "4249" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":26369,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70512,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$DELETE+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+52": {
"Request": {
- "Method": "DELETE",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?deleteEmptyServerFarm=False\u0026api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "545" ],
- "x-ms-client-request-id": [ "2723355c-a39a-4159-be4e-0a7cf7148236" ],
- "CommandName": [ "Az.Functions.internal\\Remove-AzFunctionApp" ],
- "FullCommandName": [ "Remove-AzFunctionApp_Delete" ],
+ "x-ms-unique-id": [ "953" ],
+ "x-ms-client-request-id": [ "e4a5a250-63fe-4183-9a29-996356397356" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -3765,123 +5378,136 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC37986106C55\"" ],
+ "ETag": [ "\"1DC55C4C9E2B0A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "a4c98c19-e77d-4eaf-ac48-6f0abe82485a" ],
+ "x-ms-request-id": [ "611bc844-a8f4-4a3c-b5c2-96fdcbd66fea" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ],
- "x-ms-correlation-request-id": [ "46c8fd75-ce13-45bf-8b39-7cd2e18f9d60" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012334Z:46c8fd75-ce13-45bf-8b39-7cd2e18f9d60" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "88695b42-a0ec-43b9-9ca2-327fb9774417" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001452Z:88695b42-a0ec-43b9-9ca2-327fb9774417" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 8EB3424B8357435FA3CF4DBA169441D0 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:22Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3E0AF55C2EDE4846B28EC1B0B3F21978 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:51 GMT" ]
},
"ContentHeaders": {
- "Expires": [ "-1" ],
- "Content-Length": [ "0" ]
+ "Content-Length": [ "8706" ],
+ "Content-Type": [ "application/json" ],
+ "Expires": [ "-1" ]
},
- "Content": null,
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:20.33\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null},\"identity\":{\"type\":\"SystemAssigned\",\"tenantId\":\"72f988bf-86f1-41af-91ab-2d7cd011db47\",\"principalId\":\"d5835470-beb9-46d4-8c64-66456dd05d96\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+25": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+53": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "546" ],
- "x-ms-client-request-id": [ "9a3a4a43-de50-49ff-b885-b15ca7a04b29" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "954" ],
+ "x-ms-client-request-id": [ "4f5b891f-a4e9-4a8c-9819-e2f20354f959" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
"Response": {
- "StatusCode": 404,
+ "StatusCode": 200,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-failure-cause": [ "gateway" ],
- "x-ms-request-id": [ "6da7bcf5-5dac-487c-ad1b-88b2e1156916" ],
- "x-ms-correlation-request-id": [ "6da7bcf5-5dac-487c-ad1b-88b2e1156916" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012334Z:6da7bcf5-5dac-487c-ad1b-88b2e1156916" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "b2bf4df9-4e24-47a9-8ac5-0f6108bd2089" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a3100d87-6de9-4da5-9b8a-5c5ee6ae6649" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "d518a465-f1c2-4a42-9dd7-e58a48c08d87" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001452Z:d518a465-f1c2-4a42-9dd7-e58a48c08d87" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: EBD51AE0B4284DD996A85563A920A748 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0D636D199B784E6FBDD7E64C11020116 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "260" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "1239" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\u0027 under resource group \u0027Functions-Test-Windows-Premium-x7qylg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionApp -AsJob, Update-AzFunctionApp -AsJob and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+54": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "547" ],
- "x-ms-client-request-id": [ "68b0411f-6d2d-4f13-9ea2-ecad1c8b4891" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
+ "x-ms-unique-id": [ "955" ],
+ "x-ms-client-request-id": [ "4848d73d-542a-4400-89de-a0c9cf968da0" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
},
"Response": {
- "StatusCode": 404,
+ "StatusCode": 200,
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-failure-cause": [ "gateway" ],
- "x-ms-request-id": [ "0a284fbf-f413-4195-91c1-834e50b95e34" ],
- "x-ms-correlation-request-id": [ "0a284fbf-f413-4195-91c1-834e50b95e34" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012334Z:0a284fbf-f413-4195-91c1-834e50b95e34" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
+ "x-ms-request-id": [ "377a31be-fab4-436c-91b5-a145d4315d72" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/a17337d4-d200-4225-be51-6530b3818423" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "a61c1649-30aa-462f-84b9-0d115a567192" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001452Z:a61c1649-30aa-462f-84b9-0d115a567192" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 26643BA19F8F4FD3B95BD4E9311B1CDA Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 58B7806D200548D892B3DDCB06F25AEF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:52Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "260" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "4249" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"error\":{\"code\":\"ResourceNotFound\",\"message\":\"The Resource \u0027Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\u0027 under resource group \u0027Functions-Test-Windows-Premium-x7qylg\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":70512,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+55": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/checknameavailability?api-version=2023-12-01",
- "Content": "{\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"Site\"\r\n}",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "956" ],
+ "x-ms-client-request-id": [ "70a3f99f-dee5-42b1-ae1c-6e849b923d97" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "68" ]
}
},
"Response": {
@@ -3890,43 +5516,38 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "306837c7-d53c-4935-920b-c338676898ba" ],
+ "x-ms-request-id": [ "170cfd5e-c6ef-4e02-ba97-1c55999fd51b" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "57086ce1-02ea-4f27-80db-6c06922904fc" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012334Z:57086ce1-02ea-4f27-80db-6c06922904fc" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/9352ebe6-4f53-4f46-a082-ec4c3c304c42" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "1df1e778-f801-4f63-a84a-8cc2de93dff6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001453Z:1df1e778-f801-4f63-a84a-8cc2de93dff6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A1FE8A13DAF84F3E968BE3C9A1F6E74B Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:33 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 5AE307F7C4D145FE9EA94EF1A6A5CD1D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:52 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "47" ],
+ "Content-Length": [ "1239" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"nameAvailable\":true,\"reason\":\"\",\"message\":\"\"}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01+2": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+56": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Web/serverfarms?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-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 \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.4\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest5-195kucxe6q\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n },\r\n \"identity\": {\r\n \"type\": \"None\"\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "549" ],
- "x-ms-client-request-id": [ "8e6932a9-acd1-4d88-8d77-b3a9d4380a1f" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_List" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1869" ]
}
},
"Response": {
@@ -3934,42 +5555,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4C9E2B0A0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "3f8929ec-fff3-458e-b331-154ce29c6792" ],
+ "x-ms-request-id": [ "1dd23a88-4f11-4e6f-9e84-0636b934fd7d" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "f67f6785-be82-4d9b-a8eb-6e69e67afcdb" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012335Z:f67f6785-be82-4d9b-a8eb-6e69e67afcdb" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/c64c582a-4241-4729-b7ca-1b54e7ce85f6" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "97acd154-14fb-40c7-aff8-a073e8e9add2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001455Z:97acd154-14fb-40c7-aff8-a073e8e9add2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: AECAA79D7A2D45DB980F57337B2853F8 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:34Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: E353488136D44855A20A9A2F8DC3EC51 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:14:53Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:14:55 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "6341" ],
+ "Content-Length": [ "8597" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554962,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554960,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554956,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}},{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":5554954,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":null,\"currentWorkerSizeId\":null,\"currentNumberOfWorkers\":null,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":null,\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Shared\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":null,\"elasticScaleEnabled\":null,\"maximumElasticWorkerCount\":null,\"numberOfSites\":0,\"hostingEnvironmentId\":null,\"isSpot\":null,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":null,\"isXenon\":null,\"hyperV\":null,\"mdmId\":null,\"targetWorkerCount\":null,\"targetWorkerSizeId\":null,\"provisioningState\":null,\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":null,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":null,\"vnetConnectionsMax\":null,\"createdTime\":\"0001-01-01T00:00:00\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}],\"nextLink\":null,\"id\":null}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:54.9966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+57": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "550" ],
- "x-ms-client-request-id": [ "6d2b63fc-0865-419c-93ce-c6cbfe9bd95a" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "958" ],
+ "x-ms-client-request-id": [ "b72d513c-c07d-496a-a360-387afb795133" ],
+ "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
+ "FullCommandName": [ "Set-AzFunctionApp_Update" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -3979,41 +5601,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4DE8C674B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "de252183-8e8c-4e98-a228-e4e2e0368e56" ],
+ "x-ms-request-id": [ "68ec451b-2af5-4db6-95a8-1d3b0b2a8b24" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "489163b2-4351-4091-a620-2d7ef858aefe" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012335Z:489163b2-4351-4091-a620-2d7ef858aefe" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "e9541462-99c2-4553-96c5-ced6de8d962d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001526Z:e9541462-99c2-4553-96c5-ced6de8d962d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: F65012BE2D054F4EABB3CC83FD69D94D Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: B434409383DF428EB782F461126B86A7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:25Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:25 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "8571" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-h8frn2/providers/Microsoft.Web/serverfarms/CentralUSLinuxDynamicPlan\",\"name\":\"CentralUSLinuxDynamicPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":97715,\"name\":\"CentralUSLinuxDynamicPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Consumption-h8frn2-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Linux-Consumption-h8frn2\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-157_97715\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:53:21.7533333\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:54.9966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+58": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "551" ],
- "x-ms-client-request-id": [ "036cfd10-0327-4e0e-ae30-735a450e0b7e" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "959" ],
+ "x-ms-client-request-id": [ "a622c620-c0f8-47c4-8ec1-26f469925010" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4024,41 +5647,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4DE8C674B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "e21cdcfe-1c60-4154-8fa6-49d97488f267" ],
+ "x-ms-request-id": [ "070822bb-ab11-475d-b049-7166051a6be8" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "a823e88d-7000-4ee1-b3fb-7668c70b8856" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012335Z:a823e88d-7000-4ee1-b3fb-7668c70b8856" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "aff082a5-b6bb-442a-8e27-a1cf9390d9f5" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001526Z:aff082a5-b6bb-442a-8e27-a1cf9390d9f5" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 0AAF03F2F34C44E6A5685BEAE987A474 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:34 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: C091A729C28C458C84D581BCEA1A80E7 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:26Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:25 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1606" ],
+ "Content-Length": [ "8571" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-kylbxe/providers/Microsoft.Web/serverfarms/CentralUSPlan\",\"name\":\"CentralUSPlan\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":35681,\"name\":\"CentralUSPlan\",\"workerSize\":\"Default\",\"workerSizeId\":0,\"workerTierName\":null,\"numberOfWorkers\":0,\"currentWorkerSize\":\"Default\",\"currentWorkerSizeId\":0,\"currentNumberOfWorkers\":0,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Consumption-kylbxe-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":0,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dynamic\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":false,\"maximumElasticWorkerCount\":1,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"functionapp\",\"resourceGroup\":\"Functions-Test-Windows-Consumption-kylbxe\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-309_35681\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:52:15.4166667\"},\"sku\":{\"name\":\"Y1\",\"tier\":\"Dynamic\",\"size\":\"Y1\",\"family\":\"Y\",\"capacity\":0}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:54.9966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01+5": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+59": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "552" ],
- "x-ms-client-request-id": [ "e16dfc76-12b5-498b-9a5f-8cc1ec7ecbc4" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "960" ],
+ "x-ms-client-request-id": [ "914ea8b2-3426-44bc-8955-d056201648b9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4070,40 +5694,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "4c7436d2-e05a-41dc-82c4-f888ca05b76b" ],
+ "x-ms-request-id": [ "294b71c9-054d-4e19-9356-941c854728f8" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ],
- "x-ms-correlation-request-id": [ "ae615fd9-54e3-42ff-a4a0-3c7ad421e670" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012335Z:ae615fd9-54e3-42ff-a4a0-3c7ad421e670" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/5ec236ef-0732-45ca-9f08-6139b1d4a390" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "3e690d2d-dcee-45e0-b631-317098b92255" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001526Z:3e690d2d-dcee-45e0-b631-317098b92255" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 17D9446A5C9640C484F96C3EA416495E Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:35Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6275594620A54B319C5CF395691AB749 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:26Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:26 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1634" ],
+ "Content-Length": [ "1239" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Web/serverfarms/Functions-Linux-Premium-wdx4cl\",\"name\":\"Functions-Linux-Premium-wdx4cl\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":13029,\"name\":\"Functions-Linux-Premium-wdx4cl\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Linux-Premium-23kylb-CentralUSwebspace-Linux\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Linux-Premium-23kylb\",\"reserved\":true,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-349_13029\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:49:35.23\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+60": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "553" ],
- "x-ms-client-request-id": [ "844165c6-0ea6-4371-b9e0-4133ee220850" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionAppPlan" ],
- "FullCommandName": [ "Get-AzFunctionAppPlan_Get" ],
+ "x-ms-unique-id": [ "961" ],
+ "x-ms-client-request-id": [ "a4019994-8bfd-42a7-9a9b-ed9c0d1d02cc" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4115,40 +5739,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "76e72d15-962f-4dd7-9ece-e7be98b150e6" ],
+ "x-ms-request-id": [ "c0cf3ca8-dac7-42d0-9124-7323daef71cf" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "0ed06285-6739-45c9-ae7c-b1887c28c36b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012336Z:0ed06285-6739-45c9-ae7c-b1887c28c36b" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d6190171-26a3-4e0c-b2f8-5fa2d77db8e2" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "8ed677db-05f8-4644-9e1f-9bfef473ebc2" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001527Z:8ed677db-05f8-4644-9e1f-9bfef473ebc2" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 716EA06EB750421CAE867D4304666C79 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 1B09177706814D86924DF193FFFA4A63 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:26Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:26 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1641" ],
+ "Content-Length": [ "4248" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"name\":\"Functions-Windows-Premium-vesazn\",\"type\":\"Microsoft.Web/serverfarms\",\"kind\":\"elastic\",\"location\":\"Central US\",\"properties\":{\"serverFarmId\":41611,\"name\":\"Functions-Windows-Premium-vesazn\",\"workerSize\":\"D1\",\"workerSizeId\":3,\"workerTierName\":null,\"numberOfWorkers\":1,\"currentWorkerSize\":\"D1\",\"currentWorkerSizeId\":3,\"currentNumberOfWorkers\":1,\"status\":\"Ready\",\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"subscription\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"adminSiteName\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"maximumNumberOfWorkers\":20,\"planName\":\"VirtualDedicatedPlan\",\"adminRuntimeSiteName\":null,\"computeMode\":\"Dedicated\",\"siteMode\":null,\"geoRegion\":\"Central US\",\"perSiteScaling\":false,\"elasticScaleEnabled\":true,\"maximumElasticWorkerCount\":10,\"numberOfSites\":1,\"hostingEnvironmentId\":null,\"isSpot\":false,\"spotExpirationTime\":null,\"freeOfferExpirationTime\":null,\"tags\":null,\"kind\":\"elastic\",\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"mdmId\":\"waws-prod-dm1-297_41611\",\"targetWorkerCount\":0,\"targetWorkerSizeId\":0,\"provisioningState\":\"Succeeded\",\"webSiteId\":null,\"existingServerFarmIds\":null,\"kubeEnvironmentProfile\":null,\"zoneRedundant\":false,\"migrateToVMSS\":null,\"vnetConnectionsUsed\":0,\"vnetConnectionsMax\":2,\"createdTime\":\"2024-06-21T00:48:56.34\"},\"sku\":{\"name\":\"EP1\",\"tier\":\"ElasticPremium\",\"size\":\"EP1\",\"family\":\"EP\",\"capacity\":1}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+61": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Storage/storageAccounts?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "554" ],
- "x-ms-client-request-id": [ "20b2b955-1d01-48c9-804b-6e3bc44176a5" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccount" ],
- "FullCommandName": [ "Get-AzStorageAccount_List" ],
+ "x-ms-unique-id": [ "962" ],
+ "x-ms-client-request-id": [ "c39e1a92-80bd-4529-8cc2-b9ed2e422bca" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4159,39 +5784,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "1753989e-528a-4c2f-a02e-d45e858b6014" ],
+ "ETag": [ "\"1DC55C4DE8C674B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ],
- "x-ms-correlation-request-id": [ "acb24b5d-8338-48ea-a134-08867af74ded" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012336Z:acb24b5d-8338-48ea-a134-08867af74ded" ],
+ "x-ms-request-id": [ "0c0e4b59-a980-490b-bff6-3780321c7bc0" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1098" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16498" ],
+ "x-ms-correlation-request-id": [ "3f028acc-5402-4f6d-9a83-36884647ad40" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001527Z:3f028acc-5402-4f6d-9a83-36884647ad40" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 014BA5C42C5E4723A4C895CBA16881BE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 0A930F3A66CC49A093810B3404079FF4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:26 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "2753" ],
+ "Content-Length": [ "8571" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"value\":[{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-23kylb/providers/Microsoft.Storage/storageAccounts/functionslinuxstorageums\",\"name\":\"functionslinuxstorageums\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:31.3581402Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:31.0768892Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionslinuxstorageums.dfs.core.windows.net/\",\"web\":\"https://functionslinuxstorageums.z19.web.core.windows.net/\",\"blob\":\"https://functionslinuxstorageums.blob.core.windows.net/\",\"queue\":\"https://functionslinuxstorageums.queue.core.windows.net/\",\"table\":\"https://functionslinuxstorageums.table.core.windows.net/\",\"file\":\"https://functionslinuxstorageums.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}},{\"sku\":{\"name\":\"Standard_GRS\",\"tier\":\"Standard\"},\"kind\":\"StorageV2\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn\",\"name\":\"functionswinstorage2mn\",\"type\":\"Microsoft.Storage/storageAccounts\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"allowBlobPublicAccess\":false,\"networkAcls\":{\"bypass\":\"AzureServices\",\"virtualNetworkRules\":[],\"ipRules\":[],\"defaultAction\":\"Allow\"},\"supportsHttpsTrafficOnly\":true,\"encryption\":{\"services\":{\"file\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"},\"blob\":{\"enabled\":true,\"lastEnabledTime\":\"2024-06-21T00:48:10.0766244Z\"}},\"keySource\":\"Microsoft.Storage\"},\"accessTier\":\"Hot\",\"provisioningState\":\"Succeeded\",\"creationTime\":\"2024-06-21T00:48:09.7641181Z\",\"primaryEndpoints\":{\"dfs\":\"https://functionswinstorage2mn.dfs.core.windows.net/\",\"web\":\"https://functionswinstorage2mn.z19.web.core.windows.net/\",\"blob\":\"https://functionswinstorage2mn.blob.core.windows.net/\",\"queue\":\"https://functionswinstorage2mn.queue.core.windows.net/\",\"table\":\"https://functionswinstorage2mn.table.core.windows.net/\",\"file\":\"https://functionswinstorage2mn.file.core.windows.net/\"},\"primaryLocation\":\"centralus\",\"statusOfPrimary\":\"available\",\"secondaryLocation\":\"eastus2\",\"statusOfSecondary\":\"available\"}}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:14:54.9966667\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+62": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Storage/storageAccounts/functionswinstorage2mn/listKeys?api-version=2019-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "555" ],
- "x-ms-client-request-id": [ "fb50ac8f-1f99-4df8-b611-8e6d705e9faf" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzStorageAccountKey" ],
- "FullCommandName": [ "Get-AzStorageAccountKey_List" ],
+ "x-ms-unique-id": [ "963" ],
+ "x-ms-client-request-id": [ "33a72afe-df1f-4afc-b50c-a89af2ba7977" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4202,37 +5830,44 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "x-ms-request-id": [ "52a605ed-e261-4799-86ef-5c1a1919e225" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11999" ],
- "x-ms-correlation-request-id": [ "cab62e92-3fce-4c32-a1b7-d3c940affd26" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012336Z:cab62e92-3fce-4c32-a1b7-d3c940affd26" ],
+ "x-ms-request-id": [ "4596de52-2ccb-4256-8bd9-8a27e81b6042" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
+ "X-Powered-By": [ "ASP.NET" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/d4235f83-0d9f-44db-adb8-0d85124dce81" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "4f1bb6f1-895d-43f8-a19a-ba85be67ef6d" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001527Z:4f1bb6f1-895d-43f8-a19a-ba85be67ef6d" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 62FB7DD0905E44D29F6311BB83232A09 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:35 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AAF2C105C8534155A9C9373904C72606 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "288" ],
+ "Content-Length": [ "1239" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"keys\":[{\"keyName\":\"key1\",\"value\":\"l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==\",\"permissions\":\"FULL\"},{\"keyName\":\"key2\",\"value\":\"AlQ8zqtbHCKJusHwVjEVlq2TYX8dbrdQuo/P3/JTMsQgaIjo6Xna3/N4H9zPibixhSfbBDJNqTX8+ASt2XsDAg==\",\"permissions\":\"FULL\"}]}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?api-version=2015-05-01+9": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+63": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Insights/components/Functions-PowerShell-0sp8e17wjo?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}",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "964" ],
+ "x-ms-client-request-id": [ "0a5b3292-e59d-493f-942f-8d1e2b51776f" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
+ "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "116" ]
}
},
"Response": {
@@ -4240,40 +5875,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "Request-Context": [ "appId=cid-v1:0dd6a9c3-b728-41ca-aa78-7e1962e22331" ],
- "Access-Control-Expose-Headers": [ "Request-Context" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "X-Content-Type-Options": [ "nosniff" ],
+ "x-ms-request-id": [ "a3f02668-2fe1-4699-898a-1ebe42ab5b88" ],
+ "X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ],
- "x-ms-request-id": [ "51bf6ab0-12d7-4ec2-8985-d24fc12b57d7" ],
- "x-ms-correlation-request-id": [ "51bf6ab0-12d7-4ec2-8985-d24fc12b57d7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012339Z:51bf6ab0-12d7-4ec2-8985-d24fc12b57d7" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/09613c11-59dc-4efd-aae8-03c3dea69ce5" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fc5b6ee9-4ee2-42f2-a29f-022e2778e67b" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001527Z:fc5b6ee9-4ee2-42f2-a29f-022e2778e67b" ],
+ "X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 110A919FBD9C4530A347961EC8EC07DE Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:36Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:23:38 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 36A4712965D7436E806191DBB57F9997 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1395" ],
- "Content-Type": [ "application/json; charset=utf-8" ],
+ "Content-Length": [ "4248" ],
+ "Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\r\n \"id\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/microsoft.insights/components/Functions-PowerShell-0sp8e17wjo\",\r\n \"name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"type\": \"microsoft.insights/components\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"kind\": \"web\",\r\n \"etag\": \"\\\"2800716f-0000-0300-0000-6674d6190000\\\"\",\r\n \"properties\": {\r\n \"ApplicationId\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"AppId\": \"e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Application_Type\": \"web\",\r\n \"Flow_Type\": null,\r\n \"Request_Source\": \"AzurePowerShell\",\r\n \"InstrumentationKey\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\",\r\n \"ConnectionString\": \"InstrumentationKey=850de14d-ed7d-475e-b02d-7b6b93a13987;IngestionEndpoint=https://centralus-3.in.applicationinsights.azure.com/;LiveEndpoint=https://centralus.livediagnostics.monitor.azure.com/;ApplicationId=e0ec5ee5-5027-4742-b2f8-7b817a454b73\",\r\n \"Name\": \"Functions-PowerShell-0sp8e17wjo\",\r\n \"CreationDate\": \"2024-06-21T00:54:43.4480227+00:00\",\r\n \"TenantId\": \"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"SamplingPercentage\": null,\r\n \"RetentionInDays\": 90,\r\n \"IngestionMode\": \"ApplicationInsights\",\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": \"Enabled\",\r\n \"Ver\": \"v2\"\r\n }\r\n}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+10": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+64": {
"Request": {
- "Method": "PUT",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": "{\r\n \"kind\": \"functionapp\",\r\n \"location\": \"Central US\",\r\n \"properties\": {\r\n \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\r\n \"siteConfig\": {\r\n \"netFrameworkVersion\": \"v6.0\",\r\n \"powerShellVersion\": \"7.2\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsDashboard\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"functions-powershell-0sp8e17wjo\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"850de14d-ed7d-475e-b02d-7b6b93a13987\"\r\n }\r\n ],\r\n \"use32BitWorkerProcess\": true\r\n }\r\n }\r\n}",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
+ "Content": null,
"isContentBase64": false,
"Headers": {
+ "x-ms-unique-id": [ "965" ],
+ "x-ms-client-request-id": [ "87a4a0aa-921c-4f55-a5d9-b8b692b339d1" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "ParameterSetName": [ "__AllParameterSets" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
- "Content-Type": [ "application/json" ],
- "Content-Length": [ "1786" ]
}
},
"Response": {
@@ -4281,43 +5921,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC379ADDD39AB\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "14fe8b08-58aa-4d89-b695-4608118ca50a" ],
+ "x-ms-request-id": [ "57a4ef77-4f88-4321-9f94-c74816009308" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "499" ],
- "x-ms-correlation-request-id": [ "c27717af-a5ed-4cd4-8b02-309f9575385c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012407Z:c27717af-a5ed-4cd4-8b02-309f9575385c" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/96f2e345-e208-4ed9-9eba-6d46b57a58b9" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "f4015232-b8b0-42b3-b04f-e2c45fb3fe00" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001528Z:f4015232-b8b0-42b3-b04f-e2c45fb3fe00" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 67F81D110F894605B53C7D4E1AE7490A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:23:39Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:06 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 3E148D95619A4C98A948F181BE9694E4 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:27Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:27 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7512" ],
+ "Content-Length": [ "1239" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:23:41.39\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":0,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Insights/components?api-version=2015-05-01+65": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/providers/Microsoft.Insights/components?api-version=2015-05-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "Authorization": [ "[Filtered]" ],
- "x-ms-unique-id": [ "558" ],
- "x-ms-client-request-id": [ "6f538f47-5584-4cdf-94d7-bcba8367a17f" ],
- "CommandName": [ "Az.Functions.internal\\New-AzFunctionApp" ],
- "FullCommandName": [ "New-AzFunctionApp_Create" ],
+ "x-ms-unique-id": [ "966" ],
+ "x-ms-client-request-id": [ "fccde220-793c-4941-8dac-d6c5fac56445" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzAppInsights" ],
+ "FullCommandName": [ "Get-AzAppInsights_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
+ "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
}
@@ -4327,45 +5966,38 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC379B5BEF220\"" ],
+ "x-ms-original-request-ids": [ "", "" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-request-id": [ "72b0eaec-cb62-4f27-be15-4e20f34eea35" ],
+ "x-ms-correlation-request-id": [ "72b0eaec-cb62-4f27-be15-4e20f34eea35" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001529Z:72b0eaec-cb62-4f27-be15-4e20f34eea35" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "effb9d11-96da-4442-afd5-e85a8f56d21c" ],
- "X-AspNet-Version": [ "4.0.30319" ],
- "X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "11e96383-3ee4-4ef3-86fd-79b2b41d272c" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012437Z:11e96383-3ee4-4ef3-86fd-79b2b41d272c" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 218E853A94864A629FDF72FEB686E11A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:36 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DD782F547E33454B81378496AEE828C5 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:28Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:28 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7308" ],
- "Content-Type": [ "application/json" ],
+ "Content-Length": [ "42941" ],
+ "Content-Type": [ "application/json; charset=utf-8" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:24:06.85\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"value\":[{\"kind\":\"web\",\"etag\":\"\\\"2e00aeba-0000-0300-0000-6917b6a60000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShell-74-1atxo6\",\"name\":\"Functions-PowerShell-74-1atxo6\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PowerShell-74-1atxo6\",\"AppId\":\"e667224e-63d9-4b58-bb3e-e4bea5f2998e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"53405245-5093-44e0-a9cc-cd426c74b85c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PowerShell-74-1atxo6\",\"CreationDate\":\"2025-11-14T23:09:20.4769102+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershell-74-1atxo6_e667224e-63d9-4b58-bb3e-e4bea5f2998e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShell-74-1atxo6-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e0068c6-0000-0300-0000-6917b6f60000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/microsoft.insights/components/Functions-Node-22-fh9m0d\",\"name\":\"Functions-Node-22-fh9m0d\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Node-22-fh9m0d\",\"AppId\":\"0c3e3e43-71c6-4f32-8603-6f0551f7cdf7\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"36242a54-f281-419e-b84a-a18b99e16280\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Node-22-fh9m0d\",\"CreationDate\":\"2025-11-14T23:10:40.9294639+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-22-fh9m0d_0c3e3e43-71c6-4f32-8603-6f0551f7cdf7_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-22-fh9m0d-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e0039cf-0000-0300-0000-6917b7310000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/microsoft.insights/components/Functions-DotNet-8-du5asv\",\"name\":\"Functions-DotNet-8-du5asv\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-DotNet-8-du5asv\",\"AppId\":\"1ec6fdef-6987-470b-8410-eea09542cb04\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"e62ada86-7580-495a-8077-5b5a93de6f32\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-DotNet-8-du5asv\",\"CreationDate\":\"2025-11-14T23:11:41.0752283+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-dotnet-8-du5asv_1ec6fdef-6987-470b-8410-eea09542cb04_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-DotNet-8-du5asv-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e0083da-0000-0300-0000-6917b7860000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-Python-312-w61tuq\",\"name\":\"Functions-Python-312-w61tuq\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Python-312-w61tuq\",\"AppId\":\"e07f516a-6724-4c46-8f4a-555cb3096b98\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"279763ee-9e4a-474e-a4ce-8ee813ab10e6\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Python-312-w61tuq\",\"CreationDate\":\"2025-11-14T23:13:05.5690645+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-312-w61tuq_e07f516a-6724-4c46-8f4a-555cb3096b98_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-312-w61tuq-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2e005fe4-0000-0300-0000-6917b7cc0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4-new\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4-new\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PowerShellTest-0d6xycl2n4-new\",\"AppId\":\"7dde8f1f-b56e-417a-b544-056656fcda3e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":null,\"InstrumentationKey\":\"f45b116a-0da0-498b-9bda-9d9ebe6bf3de\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PowerShellTest-0d6xycl2n4-new\",\"CreationDate\":\"2025-11-14T23:14:15.0740314+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4-new_7dde8f1f-b56e-417a-b544-056656fcda3e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-new-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"2f007d1a-0000-0300-0000-6917b94c0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest1-0qslu4m95n\",\"name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"AppId\":\"0a57c072-cc8f-4a10-b7a8-aa7488ad62d5\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"eb9685eb-a825-43e3-8b7d-e9cb34acbd03\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Func-PowerShell-NewTest1-0qslu4m95n\",\"CreationDate\":\"2025-11-14T23:20:24.4748975+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest1-0qslu4m95n_0a57c072-cc8f-4a10-b7a8-aa7488ad62d5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest1-0qslu4m95n-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30003e08-0000-0300-0000-6917c0250000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/microsoft.insights/components/Functions-CustomImage-fbul4mq5e0\",\"name\":\"Functions-CustomImage-fbul4mq5e0\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-CustomImage-fbul4mq5e0\",\"AppId\":\"b9c165d8-9fe2-4e81-9efb-511bd51fa2d5\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"dab7d157-c584-47fb-b28a-55b4bfbb1f8c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-CustomImage-fbul4mq5e0\",\"CreationDate\":\"2025-11-14T23:49:51.5267214+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-customimage-fbul4mq5e0_b9c165d8-9fe2-4e81-9efb-511bd51fa2d5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-CustomImage-fbul4mq5e0-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30003e14-0000-0300-0000-6917c0830000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Premium-pkqf4d/providers/microsoft.insights/components/Functions-Python-kbt35oepnm\",\"name\":\"Functions-Python-kbt35oepnm\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Python-kbt35oepnm\",\"AppId\":\"cd104da8-da7e-46c9-88dc-c16ff0b911e3\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"9a08513b-9f3a-4de1-9110-97f554e1b81f\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Python-kbt35oepnm\",\"CreationDate\":\"2025-11-14T23:51:11.7052492+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-kbt35oepnm_cd104da8-da7e-46c9-88dc-c16ff0b911e3_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-kbt35oepnm-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30001b1d-0000-0300-0000-6917c0cc0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Consumption-9wrjxu/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"AppId\":\"983a9748-76c5-4f91-bee1-5844312f2f2b\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"14318ae2-abd9-4e03-a2f0-b97dee371cc7\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"CreationDate\":\"2025-11-14T23:52:37.7229979+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4_983a9748-76c5-4f91-bee1-5844312f2f2b_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30009033-0000-0300-0000-6917c1870000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-PowerShellTest-0d6xycl2n4\",\"name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PowerShellTest-0d6xycl2n4\",\"AppId\":\"230d624f-bf68-4cc6-b017-4b590a4c5d95\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"b24d75d4-0c3f-47af-b1a7-2691b7d449f5\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PowerShellTest-0d6xycl2n4\",\"CreationDate\":\"2025-11-14T23:54:16.3338683+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-powershelltest-0d6xycl2n4_230d624f-bf68-4cc6-b017-4b590a4c5d95_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PowerShellTest-0d6xycl2n4-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"3000d93e-0000-0300-0000-6917c1e80000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-DotNet-k691hsj4cf\",\"name\":\"Functions-DotNet-k691hsj4cf\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-DotNet-k691hsj4cf\",\"AppId\":\"813fb594-7633-494f-83ae-4d8aeacffe06\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0a9d18f6-4326-48ef-8f02-14db1b1e8b6b\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-DotNet-k691hsj4cf\",\"CreationDate\":\"2025-11-14T23:57:24.5180411+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-dotnet-k691hsj4cf_813fb594-7633-494f-83ae-4d8aeacffe06_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-DotNet-k691hsj4cf-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30004159-0000-0300-0000-6917c2ae0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-Java-l6hz0unsba\",\"name\":\"Functions-Java-l6hz0unsba\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Java-l6hz0unsba\",\"AppId\":\"6b9952e2-bfa7-4603-bd71-774073340bf3\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"f944282d-33a8-4add-8c95-407d930a05aa\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Java-l6hz0unsba\",\"CreationDate\":\"2025-11-15T00:00:41.738444+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-java-l6hz0unsba_6b9952e2-bfa7-4603-bd71-774073340bf3_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Java-l6hz0unsba-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30003c63-0000-0300-0000-6917c2fe0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Linux-Consumption-myf9na/providers/microsoft.insights/components/Functions-Node-8b1039t6ur\",\"name\":\"Functions-Node-8b1039t6ur\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Node-8b1039t6ur\",\"AppId\":\"662d84aa-a98e-4dbf-869e-8efad7a8e1b5\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"90789c23-4ce8-4fb0-b7a2-dbe6ff6150b5\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Node-8b1039t6ur\",\"CreationDate\":\"2025-11-15T00:02:00.6987807+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-8b1039t6ur_662d84aa-a98e-4dbf-869e-8efad7a8e1b5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-8b1039t6ur-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30006c6d-0000-0300-0000-6917c34f0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-DotNet-Isolatedhfo7435u8j\",\"name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"AppId\":\"e8e92f95-a7da-4018-9057-bc9a6e1490db\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"54b9b2d9-4424-43ab-9077-c29c4fca9160\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-DotNet-Isolatedhfo7435u8j\",\"CreationDate\":\"2025-11-15T00:03:23.1804035+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-dotnet-isolatedhfo7435u8j_e8e92f95-a7da-4018-9057-bc9a6e1490db_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-DotNet-Isolatedhfo7435u8j-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"30005779-0000-0300-0000-6917c3ad0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Functions-CustomHandler325nikcosm\",\"name\":\"Functions-CustomHandler325nikcosm\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-CustomHandler325nikcosm\",\"AppId\":\"6cb10d77-b206-4054-875d-5578f21336b7\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"cfab69d9-6bd2-4e8c-98e8-f6e8f65cef77\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-CustomHandler325nikcosm\",\"CreationDate\":\"2025-11-15T00:04:56.5740499+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-customhandler325nikcosm_6cb10d77-b206-4054-875d-5578f21336b7_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-CustomHandler325nikcosm-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"3000018e-0000-0300-0000-6917c4560000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest2-fdgw6nz0r1\",\"name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"AppId\":\"166fb684-6993-41b0-a11d-edb087c69973\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"bb52893b-0083-49c6-9e99-39e2358c0905\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Func-PowerShell-NewTest2-fdgw6nz0r1\",\"CreationDate\":\"2025-11-15T00:07:22.1750446+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest2-fdgw6nz0r1_166fb684-6993-41b0-a11d-edb087c69973_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest2-fdgw6nz0r1-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"3000a99b-0000-0300-0000-6917c4c20000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest3-wbuk7grly4\",\"name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"AppId\":\"5ae0ffcd-7e7a-4681-840c-63a311aa22dc\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"0b410fca-9b3b-412e-8fce-f7c5eb94a422\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Func-PowerShell-NewTest3-wbuk7grly4\",\"CreationDate\":\"2025-11-15T00:09:32.9413769+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest3-wbuk7grly4_5ae0ffcd-7e7a-4681-840c-63a311aa22dc_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest3-wbuk7grly4-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"3000dab3-0000-0300-0000-6917c5820000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/microsoft.insights/components/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"microsoft.insights/components\",\"location\":\"centralus\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"AppId\":\"30ef05f9-a5c0-46ae-a803-b842e50d91b4\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"d30b5173-58dd-434e-a1bd-f659bfc9254b\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"CreationDate\":\"2025-11-15T00:12:18.4919987+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_func-powershell-newtest5-195kucxe6q_30ef05f9-a5c0-46ae-a803-b842e50d91b4_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Func-PowerShell-NewTest5-195kucxe6q-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0355b3-0000-0200-0000-6917b9d00000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-DotNetIsolated-8wks\",\"name\":\"Functions-Flex-DotNetIsolated-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-DotNetIsolated-8wks\",\"AppId\":\"ae589619-76f2-4e31-aeea-1905b41ff9a5\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"3a2b58f1-7b10-4558-9b57-d3a7bb67b70c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-DotNetIsolated-8wks\",\"CreationDate\":\"2025-11-14T23:22:43.5766283+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-dotnetisolated-8wks_ae589619-76f2-4e31-aeea-1905b41ff9a5_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-DotNetIsolated-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b039cc0-0000-0200-0000-6917ba540000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Node-8wks\",\"name\":\"Functions-Flex-Node-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Node-8wks\",\"AppId\":\"c73a41dd-9b79-4623-b9a9-cbc708befb54\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"97b0cf9c-4267-4e5d-b09f-a3fdfac04d84\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Node-8wks\",\"CreationDate\":\"2025-11-14T23:24:55.9628013+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-node-8wks_c73a41dd-9b79-4623-b9a9-cbc708befb54_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Node-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b03e8cc-0000-0200-0000-6917bada0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Python-8wks\",\"name\":\"Functions-Flex-Python-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Python-8wks\",\"AppId\":\"0fd5bb15-8254-462a-b124-f01de57491fa\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"6646e0da-7c3a-4442-b697-9e3161408467\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Python-8wks\",\"CreationDate\":\"2025-11-14T23:27:10.9745115+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-python-8wks_0fd5bb15-8254-462a-b124-f01de57491fa_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Python-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0378d8-0000-0200-0000-6917bb5d0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Java-8wks\",\"name\":\"Functions-Flex-Java-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Java-8wks\",\"AppId\":\"a21649a5-21a9-4a06-9682-73121bf51140\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"c6b63eba-49fa-47e6-8b2f-184584f98fda\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Java-8wks\",\"CreationDate\":\"2025-11-14T23:29:21.9297403+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-java-8wks_a21649a5-21a9-4a06-9682-73121bf51140_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Java-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0346e6-0000-0200-0000-6917bbde0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-PowerShell-8wks\",\"name\":\"Functions-Flex-PowerShell-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-PowerShell-8wks\",\"AppId\":\"25435ed0-b05a-4dc6-b008-6df7a0fe469a\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"8aeec65a-58b3-4406-be83-a2af16406d60\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-PowerShell-8wks\",\"CreationDate\":\"2025-11-14T23:31:32.4922476+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-powershell-8wks_25435ed0-b05a-4dc6-b008-6df7a0fe469a_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-PowerShell-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0395ee-0000-0200-0000-6917bc660000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Flex-Custom-8wks\",\"name\":\"Functions-Flex-Custom-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Flex-Custom-8wks\",\"AppId\":\"67f62be7-d4fc-49c8-828e-07308a6f924e\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"246f07f9-7f47-4fe4-b736-28824b450760\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Flex-Custom-8wks\",\"CreationDate\":\"2025-11-14T23:33:45.854673+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-flex-custom-8wks_67f62be7-d4fc-49c8-828e-07308a6f924e_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Flex-Custom-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9b0348f6-0000-0200-0000-6917bceb0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Python-Flex-Scaling-8wks\",\"name\":\"Functions-Python-Flex-Scaling-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Python-Flex-Scaling-8wks\",\"AppId\":\"33228ef1-a6e4-4064-9040-cbaccec606f9\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"dc1718c9-6151-4735-9017-ed993ce3056c\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Python-Flex-Scaling-8wks\",\"CreationDate\":\"2025-11-14T23:36:00.7780637+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-python-flex-scaling-8wks_33228ef1-a6e4-4064-9040-cbaccec606f9_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Python-Flex-Scaling-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c034601-0000-0200-0000-6917bd740000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Node-SystemIdentity-8wks\",\"name\":\"Functions-Node-SystemIdentity-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Node-SystemIdentity-8wks\",\"AppId\":\"0349d31e-ac76-44b0-81fe-8500d7f1c97f\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"72f873d8-e77f-4cd1-b81b-333b88113567\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Node-SystemIdentity-8wks\",\"CreationDate\":\"2025-11-14T23:38:16.9557851+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-node-systemidentity-8wks_0349d31e-ac76-44b0-81fe-8500d7f1c97f_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Node-SystemIdentity-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c031d63-0000-0200-0000-6917bdf80000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Pwsh-UserAssignedIdentity-8wks\",\"name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"AppId\":\"6496531f-759a-4e89-9157-c2dd51765c50\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"7cef9acb-a11b-4b8b-bc2a-c2f8f6857e4d\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Pwsh-UserAssignedIdentity-8wks\",\"CreationDate\":\"2025-11-14T23:40:27.9512322+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-pwsh-userassignedidentity-8wks_6496531f-759a-4e89-9157-c2dd51765c50_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Pwsh-UserAssignedIdentity-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c03d074-0000-0200-0000-6917be7c0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-PS-CustomConfig-8wks\",\"name\":\"Functions-PS-CustomConfig-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-PS-CustomConfig-8wks\",\"AppId\":\"9e4ef079-b604-4ada-a5d5-cf132f19de8f\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"ad9ec0d5-2e6b-4def-8f4a-6338616618e3\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-PS-CustomConfig-8wks\",\"CreationDate\":\"2025-11-14T23:42:44.0467968+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-ps-customconfig-8wks_9e4ef079-b604-4ada-a5d5-cf132f19de8f_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-PS-CustomConfig-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}},{\"kind\":\"web\",\"etag\":\"\\\"9c03628b-0000-0200-0000-6917bfbe0000\\\"\",\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Flex-RG-8wks/providers/microsoft.insights/components/Functions-Remove-FlexPlan-8wks\",\"name\":\"Functions-Remove-FlexPlan-8wks\",\"type\":\"microsoft.insights/components\",\"location\":\"eastasia\",\"tags\":{},\"properties\":{\"ApplicationId\":\"Functions-Remove-FlexPlan-8wks\",\"AppId\":\"3b443da0-e327-4130-9731-2a9a6a063cbb\",\"Application_Type\":\"web\",\"Flow_Type\":null,\"Request_Source\":\"AzurePowerShell\",\"InstrumentationKey\":\"3a6c8bc3-c5b8-44f6-a2c6-8a61bc801d4e\",\"ConnectionString\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"Name\":\"Functions-Remove-FlexPlan-8wks\",\"CreationDate\":\"2025-11-14T23:48:03.2101122+00:00\",\"TenantId\":\"26cfabf6-eb15-4de5-ae51-f2218958bd5f\",\"provisioningState\":\"Succeeded\",\"SamplingPercentage\":null,\"RetentionInDays\":90,\"WorkspaceResourceId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/ai_functions-remove-flexplan-8wks_3b443da0-e327-4130-9731-2a9a6a063cbb_managed/providers/Microsoft.OperationalInsights/workspaces/managed-Functions-Remove-FlexPlan-8wks-ws\",\"IngestionMode\":\"LogAnalytics\",\"publicNetworkAccessForIngestion\":\"Enabled\",\"publicNetworkAccessForQuery\":\"Enabled\",\"Ver\":\"v2\"}}]}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+12": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$PUT+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+66": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
- "Content": null,
+ "Method": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-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 \"serverFarmId\": \"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\r\n \"reserved\": false,\r\n \"siteConfig\": {\r\n \"powerShellVersion\": \"7.4\",\r\n \"linuxFxVersion\": \"\",\r\n \"appSettings\": [\r\n {\r\n \"name\": \"WEBSITE_CONTENTSHARE\",\r\n \"value\": \"func-powershell-newtest5-195kucxe6q\"\r\n },\r\n {\r\n \"name\": \"APPLICATIONINSIGHTS_CONNECTION_STRING\",\r\n \"value\": \"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_EXTENSION_VERSION\",\r\n \"value\": \"~4\"\r\n },\r\n {\r\n \"name\": \"APPINSIGHTS_INSTRUMENTATIONKEY\",\r\n \"value\": \"f45b116a-0da0-498b-9bda-9d9ebe6bf3de\"\r\n },\r\n {\r\n \"name\": \"FUNCTIONS_WORKER_RUNTIME\",\r\n \"value\": \"powershell\"\r\n },\r\n {\r\n \"name\": \"AzureWebJobsStorage\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n },\r\n {\r\n \"name\": \"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\",\r\n \"value\": \"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"\r\n }\r\n ],\r\n \"alwaysOn\": false,\r\n \"javaVersion\": \"\"\r\n }\r\n }\r\n}",
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "559" ],
- "x-ms-client-request-id": [ "4f688200-9ccd-4f87-872d-f929c3ce9055" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
- "FullCommandName": [ "Get-AzFunctionApp_Get" ],
- "ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
+ "Content-Type": [ "application/json" ],
+ "Content-Length": [ "1961" ]
}
},
"Response": {
@@ -4373,43 +6005,43 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC379B5BEF220\"" ],
+ "ETag": [ "\"1DC55C4DE8C674B\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "5b44a2c4-df2f-4d02-a3c5-a38c3ae95ac6" ],
+ "x-ms-request-id": [ "2886d2a4-8aec-4b0e-90ae-3c5546a438d5" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "01bb2e74-b675-49d9-ac54-7ec769c3a6ed" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012440Z:01bb2e74-b675-49d9-ac54-7ec769c3a6ed" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/westus2/8d42d5fd-2776-4eb2-ab96-8b7a868a8035" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "6b0861b3-f73e-40cf-974c-3887d7dd6391" ],
+ "x-ms-routing-request-id": [ "WESTUS2:20251115T001532Z:6b0861b3-f73e-40cf-974c-3887d7dd6391" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 52B82818D3D94C02AFAC325C7FB3BB44 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:37Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: EB001400C6B94D6F962E2F2025C12093 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:15:29Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:15:32 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7308" ],
+ "Content-Length": [ "8592" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:24:06.85\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:15:30.65\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":null,\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":null,\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+67": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "560" ],
- "x-ms-client-request-id": [ "29eb571a-230b-4bb0-ac22-975cf373d768" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "Authorization": [ "[Filtered]" ],
+ "x-ms-unique-id": [ "968" ],
+ "x-ms-client-request-id": [ "8b011128-9429-4381-b997-e55f60b8a66d" ],
+ "CommandName": [ "Az.Functions.internal\\Set-AzFunctionApp" ],
+ "FullCommandName": [ "Set-AzFunctionApp_Update" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
- "Authorization": [ "[Filtered]" ]
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ]
},
"ContentHeaders": {
}
@@ -4419,41 +6051,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4F3CCABA0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "92facf37-b262-4f22-9725-9a235b75157e" ],
+ "x-ms-request-id": [ "7b8e2cd0-12bb-4460-ac84-fb833b44f329" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "ad93e787-ec6e-44fa-89dd-b9cee1fbc3ec" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012440Z:ad93e787-ec6e-44fa-89dd-b9cee1fbc3ec" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "b02e7369-cfd3-4034-8f22-7b9971ec8e73" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001603Z:b02e7369-cfd3-4034-8f22-7b9971ec8e73" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 35F6CB6FD9B64E5FB6603088C2AFB0E9 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 04D8A3C97CCD43EC965F0A0840D44F6E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:16:02Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:16:02 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "8566" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:15:30.65\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01+14": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+68": {
"Request": {
- "Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "Method": "POST",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "561" ],
- "x-ms-client-request-id": [ "3ca99303-d5d3-461c-9086-9e1031ab5bf2" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
- "FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
+ "x-ms-unique-id": [ "969" ],
+ "x-ms-client-request-id": [ "86b23ac8-a25e-49ef-98c8-b65572c74623" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
+ "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4465,40 +6098,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "6649193a-0eba-48f2-b0ea-706c58d1414e" ],
+ "x-ms-request-id": [ "74a7cacf-d764-432a-b4e0-969b7aaaea38" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ],
- "x-ms-correlation-request-id": [ "4ff11b81-458c-42cb-a809-ede867a19dd1" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012440Z:4ff11b81-458c-42cb-a809-ede867a19dd1" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/2a0d4693-b77c-4c41-8ea5-5e7111ef3c4b" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "9ee2146e-3d5d-47d2-9e11-5c8df36593b0" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001603Z:9ee2146e-3d5d-47d2-9e11-5c8df36593b0" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: 96823604992B47149FA0D7BAD1F715D6 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:39 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: AE261937BBFA4933917F1E8FE6756C0E Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:16:03Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:16:02 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "1311" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"f45b116a-0da0-498b-9bda-9d9ebe6bf3de\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01+15": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+69": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "562" ],
- "x-ms-client-request-id": [ "b7db7270-4568-4ac8-ae2c-f8b20e476990" ],
+ "x-ms-unique-id": [ "970" ],
+ "x-ms-client-request-id": [ "6b077762-e181-423a-ab66-5cbd7f458694" ],
"CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
"FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4509,42 +6142,42 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
- "ETag": [ "\"1DAC379B5BEF220\"" ],
+ "ETag": [ "\"1DC55C4F3CCABA0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "44d3b32e-00dc-4088-ba4e-d2dd9089bf95" ],
+ "x-ms-request-id": [ "3d968810-6a39-4be7-a1db-af0da17075b0" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ],
- "x-ms-correlation-request-id": [ "5192fc7b-5466-46d8-8bf4-9d249f4a3da7" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012441Z:5192fc7b-5466-46d8-8bf4-9d249f4a3da7" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "99d1b6c7-5830-4dc8-bd01-c24be0ba3ed4" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001603Z:99d1b6c7-5830-4dc8-bd01-c24be0ba3ed4" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: FF5280EE6D6E4C3FA5B2B74AB7764558 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:40Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 27FA783FE76947058C7FA2FD057C4469 Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:16:03Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:16:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "7308" ],
+ "Content-Length": [ "8566" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"properties\":{\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"state\":\"Running\",\"hostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-297.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-x7qylg-CentralUSwebspace/sites/Functions-PowerShell-0sp8e17wjo\",\"repositorySiteName\":\"Functions-PowerShell-0sp8e17wjo\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"afdEnabled\":false,\"enabledHostNames\":[\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"functions-powershell-0sp8e17wjo.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-0sp8e17wjo.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"functions-powershell-0sp8e17wjo.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/serverfarms/Functions-Windows-Premium-vesazn\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"lastModifiedTimeUtc\":\"2024-06-21T01:24:06.85\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Functions-PowerShell-0sp8e17wjo\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"20.118.48.5\",\"possibleInboundIpAddresses\":\"20.118.48.5\",\"ftpUsername\":\"Functions-PowerShell-0sp8e17wjo\\\\$Functions-PowerShell-0sp8e17wjo\",\"ftpsHostName\":\"ftps://waws-prod-dm1-297.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.118.48.5\",\"possibleOutboundIpAddresses\":\"20.84.201.241,20.84.203.235,20.84.204.76,20.84.205.242,20.84.206.9,20.84.206.212,20.84.207.111,20.84.207.181,20.84.207.220,20.84.207.225,20.84.207.228,20.84.201.83,20.84.201.185,20.84.207.242,20.84.203.133,20.84.207.62,20.84.207.245,20.84.207.246,20.236.224.123,20.236.224.124,20.84.205.65,20.84.201.26,20.84.205.81,20.236.224.136,20.236.224.148,20.84.204.36,20.84.204.37,20.84.207.76,20.84.207.77,20.84.207.202,20.118.48.5\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-297\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":null,\"resourceGroup\":\"Functions-Test-Windows-Premium-x7qylg\",\"defaultHostName\":\"functions-powershell-0sp8e17wjo.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"defaultHostNameScope\":\"Global\",\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:15:30.65\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvailabilityState\":\"Normal\",\"dnsConfiguration\":{},\"vnetRouteAllEnabled\":false,\"containerAllocationSubnet\":null,\"useContainerLocalhostBindings\":null,\"vnetImagePullEnabled\":false,\"vnetContentShareEnabled\":false,\"legacyServiceEndpointTrafficEvaluation\":null,\"siteConfig\":{\"numberOfWorkers\":1,\"defaultDocuments\":null,\"netFrameworkVersion\":null,\"phpVersion\":null,\"pythonVersion\":null,\"nodeVersion\":null,\"powerShellVersion\":null,\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":null,\"requestTracingEnabled\":null,\"remoteDebuggingEnabled\":null,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":null,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":null,\"detailedErrorLoggingEnabled\":null,\"publishingUsername\":null,\"publishingPassword\":null,\"appSettings\":null,\"metadata\":null,\"connectionStrings\":null,\"machineKey\":null,\"handlerMappings\":null,\"documentRoot\":null,\"scmType\":null,\"use32BitWorkerProcess\":null,\"webSocketsEnabled\":null,\"alwaysOn\":false,\"javaVersion\":null,\"javaContainer\":null,\"javaContainerVersion\":null,\"appCommandLine\":null,\"managedPipelineMode\":null,\"virtualApplications\":null,\"winAuthAdminState\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":null,\"customAppPoolIdentityTenantState\":null,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":null,\"routingRules\":null,\"experiments\":null,\"limits\":null,\"autoHealEnabled\":null,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":null,\"vnetRouteAllEnabled\":null,\"vnetPrivatePortsCount\":null,\"publicNetworkAccess\":null,\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":null,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":null,\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":null,\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":null,\"http20Enabled\":false,\"minTlsVersion\":null,\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":null,\"ftpsState\":null,\"preWarmedInstanceCount\":null,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":null,\"functionsRuntimeScaleMonitoringEnabled\":null,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":null,\"http20ProxyFlag\":null,\"sitePort\":null,\"antivirusScanEnabled\":null,\"storageType\":null,\"sitePrivateLinkHostEnabled\":null,\"clusteringEnabled\":false,\"webJobsEnabled\":false},\"functionAppConfig\":null,\"daprConfig\":null,\"deploymentId\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"slotName\":null,\"trafficManagerHostNames\":null,\"sku\":\"ElasticPremium\",\"scmSiteAlsoStopped\":false,\"targetSwapSlot\":null,\"hostingEnvironment\":null,\"hostingEnvironmentProfile\":null,\"clientAffinityEnabled\":false,\"clientAffinityProxyEnabled\":false,\"useQueryStringAffinity\":false,\"blockPathTraversal\":false,\"clientCertEnabled\":false,\"clientCertMode\":\"Required\",\"clientCertExclusionPaths\":null,\"clientCertExclusionEndPoints\":null,\"hostNamesDisabled\":false,\"ipMode\":\"IPv4\",\"vnetBackupRestoreEnabled\":false,\"domainVerificationIdentifiers\":null,\"customDomainVerificationId\":\"820897FA13D4FC50B7CBA5CA68DA3943859519540BB2DE7460C95F1DB1087127\",\"kind\":\"functionapp\",\"managedEnvironmentId\":null,\"workloadProfileName\":null,\"resourceConfig\":null,\"inboundIpAddress\":\"40.86.96.177\",\"possibleInboundIpAddresses\":\"40.86.96.177,13.89.172.13\",\"inboundIpv6Address\":\"2603:1030:10:8::9\",\"possibleInboundIpv6Addresses\":\"2603:1030:10:8::9\",\"ftpUsername\":\"Func-PowerShell-NewTest5-195kucxe6q\\\\$Func-PowerShell-NewTest5-195kucxe6q\",\"ftpsHostName\":\"ftps://waws-prod-dm1-017.ftp.azurewebsites.windows.net/site/wwwroot\",\"outboundIpAddresses\":\"40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,40.86.96.177\",\"possibleOutboundIpAddresses\":\"40.86.96.40,40.86.100.91,40.86.101.33,40.86.103.136,20.221.48.131,40.122.72.190,40.122.212.27,52.165.20.100,40.78.158.252,40.122.213.17,20.221.3.72,20.221.3.106,20.221.3.254,20.221.4.13,20.221.4.27,20.221.4.72,4.249.217.78,4.249.216.53,4.249.216.60,4.249.216.110,4.249.217.84,4.249.217.87,40.86.96.177\",\"outboundIpv6Addresses\":\"2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"possibleOutboundIpv6Addresses\":\"2603:1030:b:a::112,2603:1030:b:3::156,2603:1030:b:6::338,2603:1030:b:3::15c,2603:1030:b:25::d1,2603:1030:b:5::235,2603:1030:b:f::10d,2603:1030:b:c::161,2603:1030:b:b::10c,2603:1030:b:13::19c,2603:1030:b:25::d4,2603:1030:b:25::d5,2603:1030:b:5::59,2603:1030:b:12::135,2603:1030:b:5::5b,2603:1030:b:c::163,2603:1030:b:12::136,2603:1030:b:3::167,2603:1030:b:b::10e,2603:1030:b:24::fb,2603:1030:b:f::110,2603:1030:10:8::9,2603:10e1:100:2::2856:60b1\",\"containerSize\":1536,\"dailyMemoryTimeQuota\":0,\"suspendedTill\":null,\"siteDisabledReason\":0,\"functionExecutionUnitsCache\":null,\"maxNumberOfWorkers\":null,\"homeStamp\":\"waws-prod-dm1-017\",\"cloningInfo\":null,\"hostingEnvironmentId\":null,\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"resourceGroup\":\"Functions-Test-Windows-Premium-rs70mo\",\"defaultHostName\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"slotSwapStatus\":null,\"httpsOnly\":false,\"endToEndEncryptionEnabled\":false,\"functionsRuntimeAdminIsolationEnabled\":false,\"redundancyMode\":\"None\",\"inProgressOperationId\":null,\"geoDistributions\":null,\"privateEndpointConnections\":[],\"publicNetworkAccess\":null,\"buildVersion\":null,\"targetBuildVersion\":null,\"migrationState\":null,\"eligibleLogCategories\":\"FunctionAppLogs,AppServiceAuthenticationLogs\",\"inFlightFeatures\":[\"SiteContainers\",\"RouteGeoCapacityClientTrafficToV2\",\"RouteOperationClientTrafficToV2\",\"RouteGeoPlanClientTrafficToV2\",\"RouteGeoSourceControlKeyClientTrafficToV2\",\"RouteGeoUserClientTrafficToV2\"],\"storageAccountRequired\":false,\"virtualNetworkSubnetId\":null,\"keyVaultReferenceIdentity\":\"SystemAssigned\",\"autoGeneratedDomainNameLabelScope\":null,\"privateLinkIdentifiers\":null,\"sshEnabled\":null}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+16": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01+70": {
"Request": {
"Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings/list?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "563" ],
- "x-ms-client-request-id": [ "8e6f9033-61fc-4204-b6db-0e2a83bc16d1" ],
+ "x-ms-unique-id": [ "971" ],
+ "x-ms-client-request-id": [ "94b9ab40-b7e7-4fb0-97ee-b2cfd1c650c5" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
"FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4556,40 +6189,40 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "d32eabb5-9ed2-48db-b11b-40d0a967fe3b" ],
+ "x-ms-request-id": [ "7c189f50-b695-468e-9d96-0b6fa521290f" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11998" ],
- "x-ms-correlation-request-id": [ "8b897513-38a0-4795-abc9-4b7fe98c10b2" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012441Z:8b897513-38a0-4795-abc9-4b7fe98c10b2" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/4bb547bb-7271-466a-a8b9-02a43b803ca0" ],
+ "x-ms-ratelimit-remaining-subscription-resource-requests": [ "799" ],
+ "x-ms-correlation-request-id": [ "45fe5e17-0ed4-4b6c-89c1-ad9ecd2c31a9" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001604Z:45fe5e17-0ed4-4b6c-89c1-ad9ecd2c31a9" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: BDE4C478E6494F99855709A4EBBB235A Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: 6E1463AB4CF54A1EB4DB728E7A7A609D Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:16:03Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:16:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "1311" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"WEBSITE_CONTENTSHARE\":\"func-powershell-newtest5-195kucxe6q\",\"APPLICATIONINSIGHTS_CONNECTION_STRING\":\"InstrumentationKey=AI-INSTRUMENTATION-KEY-REDACTED;IngestionEndpoint=https://redacted.ingest/;LiveEndpoint=https://redacted.live/;ApplicationId=APP-INSIGHTS-APPID-REDACTED\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"f45b116a-0da0-498b-9bda-9d9ebe6bf3de\",\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage9nh;AccountKey=STORAGE-ACCOUNT-KEY-REDACTED;EndpointSuffix=core.windows.net\"}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-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/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01+71": {
"Request": {
"Method": "GET",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web?api-version=2023-12-01",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "564" ],
- "x-ms-client-request-id": [ "87f36fe3-10ee-4664-9d7f-8c116b7db639" ],
+ "x-ms-unique-id": [ "972" ],
+ "x-ms-client-request-id": [ "7533cc76-c64a-4f6d-86fc-d0037dbaa1d2" ],
"CommandName": [ "Az.Functions.internal\\Get-AzWebAppConfiguration" ],
"FullCommandName": [ "Get-AzWebAppConfiguration_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4601,40 +6234,41 @@
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "80a34757-e1a3-48e4-9baa-b1d30cd46ee3" ],
+ "x-ms-request-id": [ "c28d43cf-67bc-4dfe-849d-c14e6d0df455" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ],
- "x-ms-correlation-request-id": [ "26183adb-d27c-49ab-986a-db0741b858bf" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012441Z:26183adb-d27c-49ab-986a-db0741b858bf" ],
+ "x-ms-operation-identifier": [ "tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47,objectId=07d7b425-8abb-4571-bd42-44b3d7fb5a39/centralus/e3bcf7a6-44f9-43a0-ae84-7b0baa59ea0c" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "fa84af34-a9cf-4274-bffd-4deba14cd44f" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001604Z:fa84af34-a9cf-4274-bffd-4deba14cd44f" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: D0146F23600741C089D35C5D0D7EBF91 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:40 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: BDB41759739C4A7F9C07277D8D2EA4CF Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:16:04Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:16:03 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "4072" ],
+ "Content-Length": [ "4248" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/web\",\"name\":\"Functions-PowerShell-0sp8e17wjo\",\"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\":\"v6.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.2\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q/config/web\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"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\":\"v8.0\",\"phpVersion\":\"\",\"pythonVersion\":\"\",\"nodeVersion\":\"\",\"powerShellVersion\":\"7.4\",\"linuxFxVersion\":\"\",\"windowsFxVersion\":null,\"sandboxType\":null,\"windowsConfiguredStacks\":[],\"requestTracingEnabled\":false,\"remoteDebuggingEnabled\":false,\"remoteDebuggingVersion\":null,\"httpLoggingEnabled\":false,\"azureMonitorLogCategories\":null,\"acrUseManagedIdentityCreds\":false,\"acrUserManagedIdentityID\":null,\"logsDirectorySizeLimit\":35,\"detailedErrorLoggingEnabled\":false,\"publishingUsername\":\"REDACTED\",\"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\":null,\"winAuthTenantState\":null,\"customAppPoolIdentityAdminState\":false,\"customAppPoolIdentityTenantState\":false,\"runtimeADUser\":null,\"runtimeADUserPassword\":null,\"loadBalancing\":\"LeastRequests\",\"routingRules\":[],\"experiments\":{\"rampUpRules\":[]},\"limits\":null,\"autoHealEnabled\":false,\"autoHealRules\":null,\"tracingOptions\":null,\"vnetName\":\"\",\"vnetRouteAllEnabled\":false,\"vnetPrivatePortsCount\":0,\"publicNetworkAccess\":null,\"siteAuthEnabled\":false,\"siteAuthSettings\":{\"enabled\":null,\"unauthenticatedClientAction\":null,\"tokenStoreEnabled\":null,\"allowedExternalRedirectUrls\":null,\"defaultProvider\":null,\"clientId\":null,\"clientSecret\":null,\"clientSecretSettingName\":null,\"clientSecretCertificateThumbprint\":null,\"issuer\":null,\"allowedAudiences\":null,\"additionalLoginParams\":null,\"isAadAutoProvisioned\":false,\"aadClaimsAuthorization\":null,\"googleClientId\":null,\"googleClientSecret\":null,\"googleClientSecretSettingName\":null,\"googleOAuthScopes\":null,\"facebookAppId\":null,\"facebookAppSecret\":null,\"facebookAppSecretSettingName\":null,\"facebookOAuthScopes\":null,\"gitHubClientId\":null,\"gitHubClientSecret\":null,\"gitHubClientSecretSettingName\":null,\"gitHubOAuthScopes\":null,\"twitterConsumerKey\":null,\"twitterConsumerSecret\":null,\"twitterConsumerSecretSettingName\":null,\"microsoftAccountClientId\":null,\"microsoftAccountClientSecret\":null,\"microsoftAccountClientSecretSettingName\":null,\"microsoftAccountOAuthScopes\":null,\"configVersion\":null},\"cors\":null,\"push\":null,\"apiDefinition\":null,\"apiManagementConfig\":null,\"autoSwapSlotName\":null,\"localMySqlEnabled\":false,\"managedServiceIdentityId\":null,\"xManagedServiceIdentityId\":null,\"keyVaultReferenceIdentity\":null,\"ipSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"ipSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictions\":[{\"ipAddress\":\"Any\",\"action\":\"Allow\",\"priority\":2147483647,\"name\":\"Allow all\",\"description\":\"Allow all access\"}],\"scmIpSecurityRestrictionsDefaultAction\":null,\"scmIpSecurityRestrictionsUseMain\":false,\"http20Enabled\":false,\"minTlsVersion\":\"1.2\",\"minTlsCipherSuite\":null,\"scmMinTlsCipherSuite\":null,\"supportedTlsCipherSuites\":null,\"scmSupportedTlsCipherSuites\":null,\"scmMinTlsVersion\":\"1.2\",\"ftpsState\":\"FtpsOnly\",\"preWarmedInstanceCount\":1,\"functionAppScaleLimit\":0,\"elasticWebAppScaleLimit\":null,\"healthCheckPath\":null,\"fileChangeAuditEnabled\":false,\"functionsRuntimeScaleMonitoringEnabled\":false,\"websiteTimeZone\":null,\"minimumElasticInstanceCount\":1,\"azureStorageAccounts\":{},\"http20ProxyFlag\":0,\"sitePort\":null,\"antivirusScanEnabled\":false,\"storageType\":\"StorageVolume\",\"sitePrivateLinkHostEnabled\":false,\"clusteringEnabled\":false,\"webJobsEnabled\":false}}",
"isContentBase64": false
}
},
- "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Create a function app and then use Update-AzFunctionApp to enable a UserAssigned managed identity for the app+$POST+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01+18": {
+ "New-AzFunctionApp, Update-AzFunctionApp, and Remove-AzFunctionApp E2E+[NoContext]+Validate New-AzFunctionAppPlan, Update-AzFunctionApp and Remove-AzFunctionApp+$GET+https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01+72": {
"Request": {
- "Method": "POST",
- "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings/list?api-version=2023-12-01",
+ "Method": "GET",
+ "RequestUri": "https://management.azure.com/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q?api-version=2023-12-01",
"Content": null,
"isContentBase64": false,
"Headers": {
- "x-ms-unique-id": [ "565" ],
- "x-ms-client-request-id": [ "e8409af6-3ed2-4cee-9552-1c308a0b8532" ],
- "CommandName": [ "Az.Functions.internal\\Get-AzWebAppApplicationSetting" ],
- "FullCommandName": [ "Get-AzWebAppApplicationSetting_List" ],
+ "x-ms-unique-id": [ "973" ],
+ "x-ms-client-request-id": [ "85647cb7-1eae-4b71-aa4a-dca4240e0fe9" ],
+ "CommandName": [ "Az.Functions.internal\\Get-AzFunctionApp" ],
+ "FullCommandName": [ "Get-AzFunctionApp_Get" ],
"ParameterSetName": [ "__AllParameterSets" ],
- "User-Agent": [ "AzurePowershell/v0.0.0", "PSVersion/v7.4.2", "Az.Functions/1.0.1" ],
+ "User-Agent": [ "AzurePowershell/v14.3.0", "PSVersion/v7.5.4", "Az.Functions/1.0.1" ],
"Authorization": [ "[Filtered]" ]
},
"ContentHeaders": {
@@ -4645,39 +6279,45 @@
"Headers": {
"Cache-Control": [ "no-cache" ],
"Pragma": [ "no-cache" ],
+ "ETag": [ "\"1DC55C4F3CCABA0\"" ],
"Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ],
- "x-ms-request-id": [ "da295315-f7eb-4150-b7df-9f1317941940" ],
+ "x-ms-request-id": [ "edf19d92-9101-474b-8117-0e958f824e9e" ],
"X-AspNet-Version": [ "4.0.30319" ],
"X-Powered-By": [ "ASP.NET" ],
- "x-ms-throttling-version": [ "v1" ],
- "x-ms-ratelimit-remaining-subscription-resource-requests": [ "11997" ],
- "x-ms-correlation-request-id": [ "5f3fe3fc-cb73-4a9f-aa50-19f2e6e41d7b" ],
- "x-ms-routing-request-id": [ "WESTUS2:20240621T012441Z:5f3fe3fc-cb73-4a9f-aa50-19f2e6e41d7b" ],
+ "x-ms-ratelimit-remaining-subscription-reads": [ "1099" ],
+ "x-ms-ratelimit-remaining-subscription-global-reads": [ "16499" ],
+ "x-ms-correlation-request-id": [ "95111f5a-02ab-4fbd-9742-f5feda88c3d6" ],
+ "x-ms-routing-request-id": [ "CENTRALUS:20251115T001604Z:95111f5a-02ab-4fbd-9742-f5feda88c3d6" ],
"X-Content-Type-Options": [ "nosniff" ],
"X-Cache": [ "CONFIG_NOCACHE" ],
- "X-MSEdge-Ref": [ "Ref A: A48B8267DBE6409390E77C69F7DA6CA1 Ref B: CO6AA3150217039 Ref C: 2024-06-21T01:24:41Z" ],
- "Date": [ "Fri, 21 Jun 2024 01:24:41 GMT" ]
+ "X-MSEdge-Ref": [ "Ref A: DED0F83A38CF467BB26062FB1B08185A Ref B: CO6AA3150218019 Ref C: 2025-11-15T00:16:04Z" ],
+ "Date": [ "Sat, 15 Nov 2025 00:16:04 GMT" ]
},
"ContentHeaders": {
- "Content-Length": [ "1183" ],
+ "Content-Length": [ "8566" ],
"Content-Type": [ "application/json" ],
"Expires": [ "-1" ]
},
- "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-x7qylg/providers/Microsoft.Web/sites/Functions-PowerShell-0sp8e17wjo/config/appsettings\",\"name\":\"appsettings\",\"type\":\"Microsoft.Web/sites/config\",\"location\":\"Central US\",\"properties\":{\"FUNCTIONS_WORKER_RUNTIME\":\"powershell\",\"AzureWebJobsStorage\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"AzureWebJobsDashboard\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"FUNCTIONS_EXTENSION_VERSION\":\"~4\",\"WEBSITE_CONTENTAZUREFILECONNECTIONSTRING\":\"DefaultEndpointsProtocol=https;AccountName=functionswinstorage2mn;AccountKey=l/3OSkANDNFq2he5k2iaKy+m1nDPUVsU5LR7Ef9k0PwcrSex/xqr3zhV8agaVsroqgo4STQHYwxL+AStRpmF8w==;EndpointSuffix=core.windows.net\",\"WEBSITE_CONTENTSHARE\":\"functions-powershell-0sp8e17wjo\",\"APPINSIGHTS_INSTRUMENTATIONKEY\":\"850de14d-ed7d-475e-b02d-7b6b93a13987\"}}",
+ "Content": "{\"id\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"type\":\"Microsoft.Web/sites\",\"kind\":\"functionapp\",\"location\":\"Central US\",\"tags\":{\"MyTag2\":\"MyTag1Value2\",\"MyTag1\":\"MyTag1Value1\"},\"properties\":{\"name\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"state\":\"Running\",\"hostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\"],\"webSpace\":\"Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace\",\"selfLink\":\"https://waws-prod-dm1-017.api.azurewebsites.windows.net:454/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/webspaces/Functions-Test-Windows-Premium-rs70mo-CentralUSwebspace/sites/Func-PowerShell-NewTest5-195kucxe6q\",\"repositorySiteName\":\"Func-PowerShell-NewTest5-195kucxe6q\",\"owner\":null,\"usageState\":\"Normal\",\"enabled\":true,\"adminEnabled\":true,\"siteScopedCertificatesEnabled\":false,\"afdEnabled\":false,\"enabledHostNames\":[\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"func-powershell-newtest5-195kucxe6q.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\":\"func-powershell-newtest5-195kucxe6q.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Standard\"},{\"name\":\"func-powershell-newtest5-195kucxe6q.scm.azurewebsites.net\",\"sslState\":\"Disabled\",\"ipBasedSslResult\":null,\"virtualIP\":null,\"virtualIPv6\":null,\"thumbprint\":null,\"certificateResourceId\":null,\"toUpdate\":null,\"toUpdateIpBasedSsl\":null,\"ipBasedSslState\":\"NotConfigured\",\"hostType\":\"Repository\"}],\"computeMode\":null,\"serverFarm\":null,\"serverFarmId\":\"/subscriptions/26cfabf6-eb15-4de5-ae51-f2218958bd5f/resourceGroups/Functions-Test-Windows-Premium-rs70mo/providers/Microsoft.Web/serverfarms/Func-Windows-Premium-New-pko1x9\",\"reserved\":false,\"isXenon\":false,\"hyperV\":false,\"sandboxType\":null,\"lastModifiedTimeUtc\":\"2025-11-15T00:15:30.65\",\"storageRecoveryDefaultState\":\"Running\",\"contentAvailabilityState\":\"Normal\",\"runtimeAvail